Giter VIP home page Giter VIP logo

fitushar / brain-tissue-segmentation-using-deep-learning-pipeline-neuronet Goto Github PK

View Code? Open in Web Editor NEW
31.0 2.0 9.0 5.29 MB

This Repository is for the MISA Course final project which was Brain tissue segmentation. we adopt NeuroNet which is a comprehensive brain image segmentation tool based on a novel multi-output CNN architecture which has been trained and tuned using IBSR18 dataset

Jupyter Notebook 99.28% Python 0.72%
brain-tissue-segmentation 3dfcn segmentation 3d preprocessing neuronet cnn-architecture dice brain registration

brain-tissue-segmentation-using-deep-learning-pipeline-neuronet's Introduction

Brain Tissue Segmentation Using NeuroNet With Different Pre-processing Techniques

This Repository is for the MISA Course final project which was Brain tissue segmentation. we adopt NeuroNet which is a comprehensive brain image segmentation tool based on a novel multi-output CNN architecture which has been trained and tuned using IBSR18 data. If you use this model in your work please refer to the Original NeuroNet Paper and DLTK at https://github.com/DLTK/models/tree/master/ukbb_neuronet_brain_segmentation

If our work help in your task or project please site the work at https://ieeexplore.ieee.org/document/8858515 (Pre-print https://arxiv.org/abs/1904.00068 ). This work is been accepted for presented at 3rd International Conference on Imaging, Vision & Pattern Recognition (IVPR),2019.

Citation

F. I. Tushar, B. Alyafi, M. K. Hasan and L. Dahal, 
"Brain Tissue Segmentation Using NeuroNet With Different Pre-processing Techniques," 
2019 Joint 8th International Conference on Informatics, Electronics & Vision (ICIEV) 
and 2019 3rd International Conference on Imaging, Vision & Pattern Recognition (icIVPR), 
Spokane, WA, USA, 2019, pp. 223-227.

@INPROCEEDINGS{8858515, author={F. I. {Tushar} and B. {Alyafi} and M. K. {Hasan} and L. {Dahal}}, 
booktitle={2019 Joint 8th International Conference on Informatics, Electronics Vision (ICIEV) and 
2019 3rd International Conference on Imaging, Vision Pattern Recognition (icIVPR)}, 
title={Brain Tissue Segmentation Using NeuroNet With Different Pre-processing Techniques}, 
year={2019},pages={223-227},
}

Overview

Automatic segmentation of MRI brain images is one of the vital steps for quantitative analysis of brain for further inspection. Since manual segmentation of brain tissues (white matter (WM), gray matter (GM) and cerebrospinal fluid (CSF)) is a time-consuming and tedious task that engages valuable human resources, hence, automatic brain tissue segmentation draws an enormous amount of attention in medical imaging. In this project, NeuroNet has been adopted to segment the brain which uses Residual Network (ResNet) in encoder and Fully Convolution Network (FCN) in the decoder. To achieve the best performance, various hyper-parameters have been tuned, while, network parameters (kernel and bias) were initialized using the NeuroNet pre-trained model. Different pre-processing pipelines have also been introduced to get best a robust trained model. The performance of the segmented validation images were measured quantitatively using Dice Similarity Co-efficient (DSC) and were reported in the best case as 0.8986±0.0174 for CSF, 0.9412 ± 0.0086 for GM, and 0.9335 ± 0.0166 for WM. We worked out that keeping the original patch size and using histogram preprocessing with 4000 steps had the highest achievable performance. model Architecture

In this work two different pre-processing pipelines were implemented. To see the effect on the performance of the deep CNN with different pre-processing scheme. Figure below shown the overview of the pre-processing pipelines.

Pre_Processing pipeline

Pre_Processing pipeline

How to Run the Code

To run and model and re-produce the best results thins steps need to perform.

  1. Run Notebook “MISA_Project_PreProcesing_Step(1)_Registration.ipynb” to perform the registration of the Volumes to MNI template.

  2. Run Notebook “MISA_Project_PreProcesing_Step(2)_Normalization.ipynb” to Perform Preprocessing (Pre-processing pipeline-2 mentioned in report) and to create the excel files that containing the path of the training , validation and testing data. Network Read the data from excel files that have the path of the data.

  3. Folder “Model” Contain the pretrained model, Download the Weights from here https://goo.gl/VmhGYc

  4. To run the code please the command “python train.py --config config_spm_tissue.json”

  5. In the file “config_spm_tissue.json” to maintain and configure model

    model_path": put ur model weights path (spm_tissue folder)

  6. To prepare the Testing Data and After segmentation to bring it back to the original spacing use this Notebook “PreparingTestingData.ipynb”

  7. To run the testing ““python deploy.py --config config_spm_tissue.json””

  8. Finaly to Compute the Dice and Box plot Run the “Evaluation_MISA_Project.ipynb”

dsc overlay

brain-tissue-segmentation-using-deep-learning-pipeline-neuronet's People

Contributors

fitushar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

brain-tissue-segmentation-using-deep-learning-pipeline-neuronet's Issues

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.