NA-MIC / ProjectWeek

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

Project: 3D Medical Registration and Segmentation with Elastix and MONAI Label #713

Closed ntatsisk closed 1 year ago

ntatsisk commented 1 year ago

Category

Segmentation / Classification / Landmarking

Key Investigators

Project Description

This project aims to investigate the application of itk-elastix (a python wrapping of Elastix) for image registration in combination with MONAI Label for segmentation/classification. Depending on the time/people availability, we will work in one or more sub-projects.

Initial sub-project: We will starty by training a single modality MONAI Label model on Elastix-aligned brain images (T1, T2, FLAIR, etc) using SynthSeg as the source of annotations. SynthSeg is a tensorflow-based deep learning segmentation tool for brain MRIs. It consists of a generative network that produces the synthetic images and a 3D U-Net trained to do the segmentation. The only input (training data) is the training labels so no real images are used.

We will use SynthSeg to produce annotations as “ground truth” on a publicly available dataset like BRATS (multimodal + non-healthy brains) or OASIS (temporal/monomodal + healthy brains). Elastix will be used for the co-registration of the different modalities or temporal images and achieve segmentation via registration.

Other possible sub-projects:

Objective

  1. Working code, jupyter notebooks, any other artifacts etc that demonstrate the combination of itk-elastix and MONAI Label. They will be helpful for users that would like to solve similar problems.

Approach and Plan

  1. Configure and run Elastix
  2. Setup and run MONAI Label
  3. Make sure they work together nicely (e.g. output of Elastix should be suitable for MONAI, or the reverse)
  4. Improve the results (a bit)
  5. Polish and store the code/documentation/results so that they are helpful for future generations

Progress and Next Steps

  1. Preliminary registration of the BRATS dataset. Several details need to be sorted out still.
  2. ...

Illustrations

No response

Background and References

github-actions[bot] commented 1 year ago

Project Page Pull Request Creation

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