Giter Site home page Giter Site logo

brats-2020's Introduction

Brain Tumor Segmentation using 3D UNet and Variants

Guidelines

Code

All code will be written in the src folder.

Commits

Always create a new branch to add new work, and then merge it using merge/pull request option to merge with master. This is to encounter less merge conflicts.

Useful Links

Related papers' repositories

Important Papers

Related Papers

Residual UNet paper https://arxiv.org/pdf/1909.12901v2.pdf https://www.frontiersin.org/articles/10.3389/fncom.2020.00025/full Attention U-Net: Learning Where to Look for the Pancreas (2D Unet with sophisticated attention) Brain Tumor Segmentation and Survival Prediction using 3D Attention UNet (Trivial Channel Attention on 3D UNet)

Datasets

  • BraTS 2020 (Test + Validation sets)
    • Multi-modal scans available as NIfTI images .nii
    • Four channels of information - four different volumes of the same image
      • T1/Native
      • T1CE/ post-contrast T1-weighted (same as first one but contrasted)
      • T2 Weighted
      • T2 Fluid attenuated inversion recovery volumes/ FLAIR
    • Labels/Annotations
      • 0: unlabeled volume: the background and parts of the brain which is normal
      • 1: Necrotic and Non-enhancing tumor core (NCR/NET)
      • 2: Peritumoral Edema (ED)
      • 4: GD-enhancing tumor (ET)

Report

Dataset stuff:

  • Download dataset and unzip + install nibabel (Shayan)
  • (FIX) Rename W39_1998.09.19_Segm -> BraTS20_Training_355_seg (Shayan)
  • MinMax Scaler + Combine all volumes except for T1 native as T1 Native is the same as T1CE with worse contrast (Shayan)
  • label 4 -> 3 (Shayan)
  • Crop images and remove most of the black section (Shayan)
  • (Extra) Drop volumes where there's not much annotation?? (Did not do this as there's not many images, to just lose one!)

Code stuff:

  • wrote data loader and dataset
  • wrote and debug 3DUNet
  • TODO: add dice or focal loss or both, and train (shayan)
  • Going with BCEwithLogit to see how it works

Metrics

  • Dice Coefficient
  • Accuracy
  • ...

Models

For segmentation, variations of 3D Unet is being used, namely 3DUNet (Concatenative skips), Residual 3DUNet (Additive skips), Attention 3DUNet

original 2D UNet

brats-2020's People

Contributors

razavisr avatar shayandaneshvar avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

razavisr

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.