Skip to content

Libardo1/lung_cancer_2017

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

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:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages