Skip to content

Latest commit

 

History

History
62 lines (43 loc) · 3.26 KB

File metadata and controls

62 lines (43 loc) · 3.26 KB

Back to Projects List

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

Key Investigators

  • Cosmin Ciausu (Brigham and Women's Hospital, USA)
  • Deepa Krishnaswamy (Brigham and Women's Hospital, USA)
  • Patrick Remerscheid (Brigham and Women's Hospital, USA and Technical University Munuch, Germany)
  • Tina Kapur (Brigham and Women's Hospital, USA)
  • Sandy Wells (Brigham and Women's Hospital, USA)
  • Andrey Fedorov (Brigham and Women's Hospital, USA)
  • Khaled Younis (Philips, USA)

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:
    a. Install prerequisites and the MONAI bundle.
    b. Select applicable subset of MRI series from IDC (ProstateX and QIN-Prostate-Repeatability collections).
    c. Convert images from DICOM to the format acceptable by the model.
    d. Run inference.
    e. Visualize results.
    f. Perform quantitative evaluation of the results.
    g. Convert results into DICOM representation, visualize in OHIF.\
  2. Document performance of the model.
  3. 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 : use.case.ipynb
  2. Exploratory work on transfer of PC detection/localization on IDC data by creating a monai bundle : multi-modality input, custom transforms

Illustrations

Background and References