Git Product home page Git Product logo

lung_cancer_2017's Introduction

lung_cancer_2017

This is on going work for https://www.kaggle.com/c/data-science-bowl-2017. The task is to determine if the patient is likely to be diagnosed with lung cancer or not within one year, given his current CT scans.

The plan is not fixed yet.

plan

There are two possible systems. The first one is using 3d segmentation. It labels each 3d voxel belonging to a nodule or not. The second one is based on 3d object detection. Here, 3d scanning windows of different size and aspects are classified to conatain a nodule or not. This is very much like 3d faster-rcnn.

It is also not decided if we need a "decision tree layer" or the "ordinary dense or convolution layer" will be sufficient.

plan


Current status

Version.0 is uploaded. It is an example implementation to train and test on very small dummy dataset (32 images). I don't expect the results to be good. But it shows the implementation is correct and hopefully it is bug-free. Please see the folder "version.0".


[References]

[1] "U-Net: Convolutional Networks for Biomedical Image Segmentation" - Olaf Ronneberger, Philipp Fischer, Thomas Brox, MICCAI 2015

code:


[2] "3D U-Net: Learning Dense Volumetric Segmentation from Sparse Annotation" - Özgün Çiçek, Ahmed Abdulkadir, Soeren S. Lienkamp, Thomas Brox, Olaf Ronneberger, MICCAI 2016

"V-Net: Fully Convolutional Neural Networks for Volumetric Medical Image Segmentation" - Fausto Milletari, Nassir Navab1, Seyed-Ahmad Ahmadi -

code:


[3] "Deep Neural Decision Forests" - Peter Kontschieder, Madalina Fiterau, Antonio Criminisi, Samuel Rota Bulò, ICCV 2015

code:

lung_cancer_2017's People

Contributors

hengck23 avatar

Watchers

James Cloos avatar deepmeng avatar paper2code - bot 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.