Back to Projects List
- 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)
[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.
- Develop an end-to-end documented example demonstrating the use of MONAI bundle on IDC prostae MRI.
- Understand and quantify the performance of the model using ground truth annotations.
- If applicable (results are of good quality), consider sharing the produced annotations within IDC.
- 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.\ - Document performance of the model.
- Consider sharing analysis results if they are of good quality.
- Preliminary work applying the model in question to segment prostate anatomy : use.case.ipynb
- Exploratory work on transfer of PC detection/localization on IDC data by creating a monai bundle : multi-modality input, custom transforms
- NCI Imaging Data Commons
- MONAI zoo prostate_mri_anatomy bundle