Edit this page

NA-MIC Project Weeks

Back to Projects List

HOWTO: Detection of prostate cancer in IDC images using MONAI prostate_mri_anatomy model

Key Investigators

Project Description

[MONAI Zoo] has a growing number of pre-trained models for solving a range of image analysis tasks. It is of interest to understand robustness of those models on independent datasets, evaluate their performance.

NCI Imaging Data Commons (IDC) has a growing number of imaging datasets, most of which do not have accompanying annotations, complicating downstream analysis.

In this project we will demonstrate how an existing pre-trained MONAI model packaged as a bundle can be applied to a suitable subset of data from IDC, and how existing annotations can be used to validate results produced by this model.

Objective

  1. Develop an end-to-end documented example demonstrating the use of MONAI bundle on IDC prostae MRI.
  2. Understand and quantify the performance of the model using ground truth annotations.
  3. If applicable (results are of good quality), consider sharing the produced annotations within IDC.

Approach and Plan

  1. Develop a Google Colab notebook that contains the following steps:

  2. Install prerequisites and the MONAI bundle https://github.com/Project-MONAI/model-zoo/tree/dev/models/prostate_mri_anatomy.

  3. Select applicable subset of MRI series from IDC (ProstateX and QIN-Prostate-Repeatability collections).

  4. Convert images from DICOM to the format acceptable by the model.

  5. Run inference.

  6. Visualize results.

  7. Perform quantitative evaluation of the results.

  8. Convert results into DICOM representation, visualize in OHIF.

  9. Document performance of the model.

  10. Consider sharing analysis results if they are of good quality.

Progress and Next Steps

  1. Preliminary work applying the model in question to segment prostate anatomy.
  2. Created bundle segmenting prostate tumors
  3. Minimum working example on training data sample
  4. Examination of results on pre-trained model training data : prostate158
  5. Multi-modal input : T2,ADC, DWI, understand acquisition process of DWI used for training
  6. Bundle creating thoughts : More extensive documentation about required parameters in inference.json and the relation between anatomy.json and inference.json should be provided.
  7. Document process of creating bundle, difficulties encountered
  8. Next steps : Confirm DSC results on prostate158 and evaluate on IDC data(DWI acquisition parameters – QIN Prostate repeatability similar to prostate158 ?)

Illustrations

Screen Shot 2023-02-03 at 1 10 45 PM

Background and References