ku-milab / MGICNN

Implementation of "Multi-scale Gradual Itegration Convolutional Neural Network for False Positive Reduction in Pulmonary Nodule Detection"
34 stars 19 forks source link

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

Results

We participated in the competition and got the following CPMs:

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

Authors

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

Corresponding author: hisuk@korea.ac.kr
*\
For code inquiries: wltjr1007@korea.ac.kr

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