Code Monkey home page Code Monkey logo

lung's Introduction

3D Inception Convolutional Neural Networks for Lung Nodule Detection

Chen Zhao, Jungang Han, Yang Jia

Code for 3D Inceotion Convolutional Neural Networks for Lung Nodule Detection.

Some Libs we used in our experiments.

  • Python
  • Numpy
  • Tensorflow
  • Opencv-Python
  • Tqdm
  • Selective Search
  • Scipy
  • Itk-iamge
  • Scikit-Learn

Lung Nodule in CT 2D image:

Approach

1.Data retreatment

Resample Lung Image and make each voxel represents 1 mm^3 in real world. Use -320 HU to segment lung parenchyma and get the mask of lung parenchyma binary images.

2.Candidate Nodules Region Proposal

Use selective search algorithm to make ROI in 2D images and use filters to choose some suspicous nodules.

The proposed regions are 2D images and we want to train a 3D-CNN. So we use the center point of 2D regions and slice index as the original point in 3D volume, and crop the 484848 volume from lung scans with the original point. This makes the candidate nodule is in the center of the volume. Finally we remove the volume coincide with positive samples and randomly down sample the negative samples with the ratio of 0.2.

3.3D CNN Network Structure

MODEL-1:

MODEL-2:

Results:

We adopted Adam Optimizer to train our neural networks. The lose function we use least square function to metric the true labels and predict labels. All the code was implemented with the most popular deep learning library TensorFlow 1.0.0. The batch size was set according to the GPU memory: for MODEL-Ⅰ, the batch size is 30; for MODEL-Ⅱ, the batch size is 15. Each model runs 20 epochs with the speed of 2 epochs per hour for MODEL-Ⅰ and 1 epoch per hour for MODEL-Ⅱ on a single Nvidia GTX 1080.

lung's People

Contributors

awp4211 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.