Giter Site home page Giter Site logo

gpubrr042 / deep-segmentation-features-for-weakly-supervised-3d-disease-classification-in-chest-ct Goto Github PK

View Code? Open in Web Editor NEW

This project forked from anindox8/deep-segmentation-features-for-weakly-supervised-3d-disease-classification-in-chest-ct

1.0 1.0 0.0 4.58 MB

Weakly supervised 3D classification of multi-disease chest CT scans using multi-resolution deep segmentation features via dual-stage CNN architecture (DenseVNet, 3D Residual U-Net).

Python 50.43% Jupyter Notebook 49.57%

deep-segmentation-features-for-weakly-supervised-3d-disease-classification-in-chest-ct's Introduction

Deep Segmentation Features for Weakly Supervised Disease Classification via 3D Dual-Stage CNN

Problem Statement: Weakly supervised 3D classification of multi-organ, multi-disease CT scans.

Data (proprietary to Duke University Medical Center): 1054 Diseased Lungs Cases (286 Pneumonia-Atelectasis, 279 Emphysema, 246 Nodules, 243 Mass); 577 Healthy Lungs Cases.

Note: The following repository currently serves as an archive. It is functional, but requires a full cleanup and directory setup. All updates to the implementation can be found here.

Directories
● Convert DICOM to NIfTI Volumes: preprocess/prime/DICOM_NIFTI.py
● Resample NIfTI Volume Resolutions: preprocess/prime/resampleRes.py
● Infer StFA/DyFA Segmentation Sub-Model (DenseVNet): python net_segment.py inference -c '../config.ini'
● Preprocess Full Dataset to Optimized I/O HDF5 Training Patch-Volumes: preprocess/prime/preprocess_alpha.py
● Preprocess Full Dataset to Optimized I/O HDF5 Deployment Whole-Volumes: preprocess/prime/preprocess_deploy.py
● Generate Data-Directory Feeder List: feed/prime/feed_metadata.py
● Train StFA Classification Sub-Model: train/prime/train_StFA.py
● Train DyFA Classification Sub-Model: train/prime/train_DyFA.py
● Deploy Model (Validation): deploy/prime/deployBinary.py
● Average Predictions for Same Patient: deploy/prime/average_predictions.py
● Calculate AUC: notebooks/binary_AUC.ipynb

Related Publication(s):
A. Saha, F.I. Tushar, K. Faryna, V.D. Anniballe, R. Hou, M.A. Mazurowski, G.D. Rubin, J.Y. Lo (2020), "Weakly Supervised 3D Classification of Chest CT using Aggregated Multi-Resolution Deep Segmentation Features", 2020 SPIE Medical Imaging: Computer-Aided Diagnosis, Houston, TX, USA. DOI:10.1117/12.2550857

Network Architecture

Network ArchitectureFigure 1. Integrated model architecture for reusing segmentation feature maps in 3D binary classification. The segmentation sub-model is a DenseVNet, taking a variable input volume with a single channel and the classification sub-model is a 3D ResNet, taking an input volume patch of size [112,112,112] with 2 channels. Final output is a tensor with the predicted class probabilities.

Multi-Resolution Deep Segmentation Features

Multi-Resolution Deep Segmentation FeaturesFigure 2. From left-to-right: input CT volume (axial view), 3 out of 61 segmentation feature maps extracted from the pretrained DenseVNet model, at different resolutions, and their corresponding static aggregated feature maps (StFA) in the case of diseased lungs with atelectasis (top row), mass (middle row) and emphysema (bottom row).

Experimental Results

Binary AUCFigure 3. ROC curves for each disease class against all normal cases and all disease classes against all normal cases for the independent (left), StFA (center) and DyFA (right) models for binary lung disease classification.

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.