Giter Site home page Giter Site logo

brats's Introduction

BraTs

[TOC]

1. Overview


Fig 1: Brain Complete Tumor Segmention

Fig 2: Brain Core Tumor Segmention

Ground Truth
Prediction

BRaTS stands for Brain Tumor Segmentation. The BRaTS challenge has always been focusing on the evaluation of the state-of-the-art methods for the segmentation of brain tumors in multi-modal magnetic resonance imaging (MRI) scans. This is a coordinated effort for Tumor Segmentation from the University of Pennsylvania, Perelman School of Medicine.

MRI Scans of Glioblastomas/High Grade Glioma (GBM/HGG) and low grade glioma (LGG) with pathologically confirmed diagnosis are labelled and are available for download.

2. Models

  • U-Net
pytorch/models/unet.py


Fig 3: U-Net Diagram
  • DeepLab V3 +
tensorflow/models/research/deeplab


Fig 4: DeepLab V3+ Diagram

3. Dataset

3.1 Overview

File: FLAIR MRI Sequence Data of One Person

File Type: png files

Image-Shape: 240(Slide Width) × 240(Slide Height) × 31(Number of Slide) × 1(Multi-mode)

Image Subjects: 31 persons

3.2 Labels
  • GAD-Enhancing Tumor - WHITE
  • Tumor Core - BLACK
  • Whole Tumor - GREY
  • Background - GREYISH BLACK
3.3 Data Preprocessing
  • Co-registering
  • Interpolation to the same resolution (1 mm^3)
  • Skull Stripped

4. Train

3.1 Loss Function

Dice Coefficient Loss

4.2 Optimizer

Adam Optimizer

Stochastic Gradient Descent

4.3 Hyperparameters

learning rate = 1e-4

maximum number of epochs = 1000

Weights Init: Normal Distribution (mean:0, std:0.01)

Bias Init: Initialized as 0

5. Steps to Run

Step 1: Download complete model and unzip from here.

Step 2:

git clone https://github.com/geekswaroop/BRaTS.git

cd into the downloaded folder and then run

Step 3:

python train.py

6. Results

7. References

  1. The Multimodal Brain Tumor Image Segmentation Benchmark (BRATS)

  2. Investigator's Implementation

  3. U-Net: Convolutional Networks for Biomedical Image Segmentation

brats's People

Contributors

geekswaroop avatar

Watchers

James Cloos avatar  avatar paper2code - bot avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.