Git Product home page Git Product logo

3d-brain-segmentation's Introduction

3D Dense-U-net for MRI brain tissue segmentation

!!!!! Code is still under development, contains a lot of comments. This will be fixed ASAP after 5. March !!! This is a repository containing code to Paper 3D Dense-Unet for MRI brain tissue segmentation (that hopefully will be) published on TSP 2018 conference.

The Code is inspired by great repository Deep Learning Tutorial for Kaggle Ultrasound Nerve Segmentation competition, using Keras The Dense-Unet architecture was inspired by papers The One Hundred Layers Tiramisu: Fully Convolutional DenseNets for Semantic Segmentation and Densely Connected Convolutional Networks. The original U-Net architecture was inspired by paper U-Net: Convolutional Networks for Biomedical Image Segmentation.

Overview


Figure_1: Example of MRI sagitall brain scan slice - brain tissue segmented with our system is highlighted in yellow.


Figure_2: Dense-U-net network model. Residual interconnections are in green color, dense interconnections in blue.


Figure_3: Example of training and prediction data batch overlapping. Numbers show which slices does each batch contain.


Figure_4: Reference ground truth mask labeled by human expert (left), mask labeled by our system (right).

About Keras

Keras is a minimalist, highly modular neural networks library, written in Python and capable of running on top of either TensorFlow or Theano. It was developed with a focus on enabling fast experimentation. Being able to go from idea to result with the least possible delay is key to doing good research.

Use Keras if you need a deep learning library that:

allows for easy and fast prototyping (through total modularity, minimalism, and extensibility). supports both convolutional networks and recurrent networks, as well as combinations of the two. supports arbitrary connectivity schemes (including multi-input and multi-output training). runs seamlessly on CPU and GPU. Read the documentation Keras.io

Keras is compatible with: Python 2.7-3.5.

3d-brain-segmentation's People

Contributors

mrkolarik avatar

Watchers

 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.