GithubHelp home page GithubHelp logo

liu3xing3long / mgicnn Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ku-milab/mgicnn

0.0 1.0 0.0 11.86 MB

Multi-scale Gradual Itegration Convolutional Neural Network for False Positive Reduction in Pulmonary Nodule Detection

Python 100.00%

mgicnn's Introduction

Multi-scale Gradual Integration CNN for False Positive Reduction in Pulmonary Nodule Detection

This repository contains code to train and test MGI-CNN. (https://doi.org/10.1016/j.neunet.2019.03.003)

Hardware and Software

Software requirements

For data processing: SimpleITK, Scipy

pip install SimpleITK scipy

This code requires unzipped LUNA16 dataset. (https://luna16.grand-challenge.org/Download/)

For training: Ubuntu 16.04, Python 3.6, Tensorflow 1.10

(Optional) GPUtil

pip install GPUtil

Hardware and training duration

Each fold takes about 12 hours to run 100 epochs using Nvidia GTX 1080 ti. Note that all experiments in our paper are based on 40th epoch.

Usage

For training:

python main.py --data_path=PATH --summ_path_root=PATH --fold=0 --maxfold=5 --multistream_mode=0 --model_mode=0 --train

For testing:

python main.py --data_path=PATH --summ_path_root=PATH --fold=0 --maxfold=5 --multistream_mode=0 --model_mode=0 --test --tst_model_path=PATH --tst_epoch=40

  • Specify your data path (--data_path) and path to save your results and summary (--summ_path_root). Unzipped LUNA16 dataset should be inside "(--data_path)/raw/" folder.
Example
--data_path=/home/jsyoon/MGICNN/dataset/
/home/jsyoon/MGICNN/dataset/raw/1.3.6.1.4.1.14519.5.2.1.6279.6001.100225287222365663678666836860.mhd
/home/jsyoon/MGICNN/dataset/raw/1.3.6.1.4.1.14519.5.2.1.6279.6001.100225287222365663678666836860.raw
...
/home/jsyoon/MGICNN/dataset/raw/candidates_V2.csv
  • Specify fold to train (--fold) and maximum number of folds (--maxfold).
  • Specify which multistream mode to use (--multistream_mode). (0-element(proposed), 1- concat, 2-1x1 comv)
  • Specify which model to use (--model_mode). (0-proposed, 1-RI , 2-LR, 3-ZI, 4- ZO)
  • Specify train or test (--train or --test and --tst_model_path/--tst_epoch).

Results

We participated in the competition and got the following CPMs:

  • MILAB_ConcatCAD: rank 3 (2017.11.25)

https://luna16.grand-challenge.org/Results/

Authors

Bum-Chae Kim, Jee Seok Yoon, Jun-Sik Choi, and Prof. Heung-Il Suk*

*Corresponding author: [email protected]

Machine Intelligence Lab.,
Dept. Brain & Cognitive Engineering.
Korea University, Seoul, South Korea.

mgicnn's People

Contributors

bck8888 avatar junsikchoi avatar wltjr1007 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.