NA-MIC / ProjectWeek

Website for NA-MIC Project Weeks
https://projectweek.na-mic.org
83 stars 284 forks source link

Project: New Radiology and Pathology Deep Learning Models into MHub.ai #1078

Closed curtislisle closed 5 months ago

curtislisle commented 5 months ago

Draft Status

Ready - team will start page creating immediately

Category

Segmentation / Classification / Landmarking

Presenter Location

In-person

Key Investigators

Project Description

The MHub.ai project at Harvard has developed methods to execute machine learning models on medical images in an easy to use and standardized way. There is already a Slicer plugin for running MHub.ai format models. For this project, we propose to add two models of row different types to the MHub library.

Objective

  1. Objective A. Test a MONAI-based deep learning model in MHub and validate the instructions for new developers to follow.

  2. Objective B. Evaluate how well the MHub approach works for supporting pathology models in addition to radiology models.

Approach and Plan

Step 1. Port one of the pre-trained MONAIAutoSeg3D radiology models developed at Queens (by Andros Lasso et al.) for execution using the MHub framework as a docker container. Test the MHub I/O converters to read a DICOM image and reformat as needed from the input. Write out a DICOM segmentation object as the result.

Step 2. Start converting a published pathology DNN model (Rhabdomyosarcoma segmentation) for the MHub framework. This will Evaluate how well the MHub approach works for supporting pathology models in addition to radiology models. For example, can the same base Docker image work for pathology?

Progress and Next Steps

  1. Describe specific steps you have actually done.

Illustrations

No response

Background and References

MONAI AutoSeg3D: https://github.com/Project-MONAI/tutorials/tree/main/auto3dseg Slicer Extension: https://github.com/lassoan/SlicerMONAIAuto3DSeg

pathology model: https://github.com/knowledgevis/rms-infer-code-standalone

github-actions[bot] commented 5 months ago

Project Page Pull Request Creation

:white_check_mark: COMPLETED: See https://github.com/NA-MIC/ProjectWeek/pull/1083