Skip to main content

Deep Learning tool for brain tumor segmentation.

Project description

Ensemble-of-Deep-2D-and-3D-Fully-Convolutional-Neural-Network-for-Brain-Tumor-Segmentation

Build Status PyPI version License: MIT

This repo utilize a ensemble of 2-D and 3-D fully convoultional neural network (CNN) for segmentation of the brain tumor and its constituents from multi modal Magnetic Resonance Images (MRI). The dense connectivity pattern used in the segmentation network enables effective reuse of features with lesser number of network parameters. On the BraTS validation data, the segmentation network achieved a whole tumor, tumor core and active tumor dice of 0.89, 0.76, 0.76 respectively.

Pipeline

pipeline

Results

Results

For training code please refer this repo

Basic usage

for data in BraTs format

from DeepBrainSeg import deepSeg
segmentor = deepSeg(quick=True)
segmentor.get_segmentation_brats(path)

for other formats

from DeepBrainSeg import deepSeg
t1_path = 
t2_path = 
t1ce_path = 
flair_path = 

segmentor = deepSeg(quick=True)
segmentor.get_segmentation(t1_path, t2_path, t1ce_path, flair_path, save = True)

Steps followed for inference:

  • Our algorithm makes use of ANTs framework for mask generation. First call deepSeg class build ANTs framework locally in /tmp/DeepBrainSeg

  • Final segmentation is the result of ensemble of 4 different models:

    • ABLNet (modelABL.py, Air brain Lesion Network)

    • 3DBrainNet (model3DBNET.py, 3D multiresolution CNN)

    • Tiramisu2D (modelTis2D.py, 57 layered 2D CNN)

    • Tiramisu 3D (modelTir3D.py, 57 layered 3D CNN)

  • Extensive documentation will be uploaded soon, along with transfer learning framework

  • More details about network architecture and training procedure can be found here

Citation

If you use some of our work, please cite our work:

@inproceedings{kori2018ensemble,
  title={Ensemble of Fully Convolutional Neural Network for Brain Tumor Segmentation from Magnetic Resonance Images},
  author={Kori, Avinash and Soni, Mehul and Pranjal, B and Khened, Mahendra and Alex, Varghese and Krishnamurthi, Ganapathy},
  booktitle={International MICCAI Brainlesion Workshop},
  pages={485--496},
  year={2018},
  organization={Springer}
}

Contact

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

DeepBrainSeg-0.1.3.tar.gz (20.6 kB view details)

Uploaded Source

Built Distribution

DeepBrainSeg-0.1.3-py3-none-any.whl (34.1 kB view details)

Uploaded Python 3

File details

Details for the file DeepBrainSeg-0.1.3.tar.gz.

File metadata

  • Download URL: DeepBrainSeg-0.1.3.tar.gz
  • Upload date:
  • Size: 20.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

File hashes

Hashes for DeepBrainSeg-0.1.3.tar.gz
Algorithm Hash digest
SHA256 a6ff3ab76dca78b4fbbc417544497c56d3b5dec592cdd2a22aff3dc4f8229db2
MD5 736635bda92a2fc54e9b941252562f5b
BLAKE2b-256 30340febb72d03142dfe76439b0b1e43a85fd4c4fdc27ea2e34dea9b5c9eae15

See more details on using hashes here.

File details

Details for the file DeepBrainSeg-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: DeepBrainSeg-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 34.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

File hashes

Hashes for DeepBrainSeg-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 b5cda85bebbcb299dc6251a85178ce6837084f54812153bea220ee23ca26169f
MD5 28980a8c23cad28a8ec600dd1846bbdb
BLAKE2b-256 3d73542e7ed0a77d409c52a5aabfa659c82acee308f9523e2470cd348dab2177

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page