monai medical

Model Overview

A pre-trained model for volumetric (3D) segmentation of brain tumor subregions from multimodal MRIs based on BraTS 2018 data. The whole pipeline is modified from clara_pt_brain_mri_segmentation.

Workflow

The model is trained to segment 3 nested subregions of primary brain tumors (gliomas): the "enhancing tumor" (ET), the "tumor core" (TC), the "whole tumor" (WT) based on 4 aligned input MRI scans (T1c, T1, T2, FLAIR).

Data

The training data is from the Multimodal Brain Tumor Segmentation Challenge (BraTS) 2018.

The provided labelled data was partitioned, based on our own split, into training (200 studies), validation (42 studies) and testing (43 studies) datasets.

Please run scripts/prepare_datalist.py to produce the data list. The command is like:

python scripts/prepare_datalist.py --path your-brats18-dataset-path

Training configuration

This model utilized a similar approach described in 3D MRI brain tumor segmentation using autoencoder regularization, which was a winning method in BraTS2018 [1]. The training was performed with the following:

Input

Input: 4 channel MRI (4 aligned MRIs T1c, T1, T2, FLAIR at 1x1x1 mm)

  1. Normalizing to unit std with zero mean
  2. Randomly cropping to (224, 224, 144)
  3. Randomly spatial flipping
  4. Randomly scaling and shifting intensity of the volume

Output

Output: 3 channels

Model Performance

The achieved Dice scores on the validation data are:

Disclaimer

This is an example, not to be used for diagnostic purposes.

References

[1] Myronenko, Andriy. "3D MRI brain tumor segmentation using autoencoder regularization." International MICCAI Brainlesion Workshop. Springer, Cham, 2018. https://arxiv.org/abs/1810.11654.