All Projects → ubamba98 → Brain-Segmentation

ubamba98 / Brain-Segmentation

Licence: MIT license
Brain Segmentation on MRBrains18

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Brain-Segmentation

Brainy
Brainy is a virtual MRI analyzer. Just upload the MRI scan file and get 3 different classes of tumors detected and segmented. In Beta.
Stars: ✭ 29 (-21.62%)
Mutual labels:  segmentation, brain-imaging
MITK-Diffusion
MITK Diffusion - Official part of the Medical Imaging Interaction Toolkit
Stars: ✭ 47 (+27.03%)
Mutual labels:  segmentation, brain
ANTsR
Advanced Normalization Tools in R
Stars: ✭ 101 (+172.97%)
Mutual labels:  segmentation, brain
ColeAnticevicNetPartition
Public release of The Cole-Anticevic Brain-wide Network Partition (CAB-NP)
Stars: ✭ 48 (+29.73%)
Mutual labels:  brain, brain-imaging
SASHIMI
SASHIMI segmentation is a Matlab App for semi-automatic interactive segmentation of multi-slice images.
Stars: ✭ 15 (-59.46%)
Mutual labels:  segmentation, mri-segmentation
Brain-MRI-Segmentation
Smart India Hackathon 2019 project given by the Department of Atomic Energy
Stars: ✭ 29 (-21.62%)
Mutual labels:  segmentation, brain-imaging
mobilenet segmentation
Binary semantic segmentation with UNet based on MobileNetV2 encoder
Stars: ✭ 18 (-51.35%)
Mutual labels:  segmentation, unet-image-segmentation
BCNet
Deep Occlusion-Aware Instance Segmentation with Overlapping BiLayers [CVPR 2021]
Stars: ✭ 434 (+1072.97%)
Mutual labels:  segmentation
SegCaps
A Clone version from Original SegCaps source code with enhancements on MS COCO dataset.
Stars: ✭ 62 (+67.57%)
Mutual labels:  segmentation
DocuNet
Code and dataset for the IJCAI 2021 paper "Document-level Relation Extraction as Semantic Segmentation".
Stars: ✭ 84 (+127.03%)
Mutual labels:  segmentation
Shadowless
A Fast and Open Source Autonomous Perception System.
Stars: ✭ 29 (-21.62%)
Mutual labels:  segmentation
ImcSegmentationPipeline
A pixel classification based multiplexed image segmentation pipeline
Stars: ✭ 62 (+67.57%)
Mutual labels:  segmentation
BrainMaGe
Brain extraction in presence of abnormalities, using single and multiple MRI modalities
Stars: ✭ 23 (-37.84%)
Mutual labels:  segmentation
segm-lstm
[deprecated] reference code for string segmentation using LSTM(tensorflow)
Stars: ✭ 19 (-48.65%)
Mutual labels:  segmentation
android tflite
GPU Accelerated TensorFlow Lite applications on Android NDK. Higher accuracy face detection, Age and gender estimation, Human pose estimation, Artistic style transfer
Stars: ✭ 105 (+183.78%)
Mutual labels:  segmentation
point-cloud-segmentation
TF2 implementation of PointNet for segmenting point clouds
Stars: ✭ 33 (-10.81%)
Mutual labels:  segmentation
eta
ETA: Extensible Toolkit for Analytics
Stars: ✭ 22 (-40.54%)
Mutual labels:  segmentation
dd-ml-segmentation-benchmark
DroneDeploy Machine Learning Segmentation Benchmark
Stars: ✭ 179 (+383.78%)
Mutual labels:  segmentation
blindassist-ios
BlindAssist iOS app
Stars: ✭ 34 (-8.11%)
Mutual labels:  segmentation
Deeplab-Large-FOV
My Implementation of the deeplab_v1 (known as deeplab large fov)
Stars: ✭ 26 (-29.73%)
Mutual labels:  segmentation

Project Overview

  • Dataset used: MRBrainS18
  • 148 is used as validation

About dataset

Classes label
Cortical gray matter 1
Basal ganglia 2
White matter 3
White matter lesions 4
Cerebrospinal fluid in the extracerebral space 5
Ventricles 6
Cerebellum 7
Brain stem 8

Preprocessing steps

     
  • Registered and Bias Field Correction was already done in the dataset
  • Skull stripping was done only for T1 weighted MRI using DeepBrain library which creates a mask for skull removal.
  • Furthermore, contrast of T1 weighted MRI was improved using Histogram Equalization technique
Regularized Biased Field Corrected MRI Removed Skull Histogram equalization

Approach

Cortical gray matter, White matter, Cerebrospinal fluid in the extracerebral space

Cortical gray matter, White matter, Cerebrospinal fluid in the extracerebral space can be easily reduced by appling thresholding to T1- weighted MRI further a small U-Net was used to denoise the threshold image.

Total parameters: 60,553  

Rest

For rest of the classes training was done on a custom model inspired by Unet Architecture. The model has 3 encoders stacked together in bottleneck layer and then a single decoder. There are skip connections from encoder to decoder to enhance segmentation.

Total parameters: 151,717

Key difference between U-Net and Architecture used

U-Net Architecture used
Only one encoder and one decoder Three encoder and one decoder
Deep architecture with about 10 Million parameters Shallow with about 600 Thousands parameters
Doesn’t have dilated convolution layers Has dilated convolution layers

Loss Function

Dice coefficient is used as Loss function in final training though Jaccard distance and crossentropy were also tried.

Learning Curves

Results (On Validation Data)


Label 1 2 3 4 5 6 7 8
Dice coefficient 0.702 0.758 0.770 0.746 0.704 0.882 0.887 0.855

References


This project was made as part of the Smart India hackathon 2018 - Software Edition, a 36 hour hackathon organised by Government of India. The problem statement was given by Department of Atomic Energy, India

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].