Difference between revisions of "2016 Winter Project Week/Projects/Cluster-Driven Lung Segmentation"

From NAMIC Wiki
Jump to: navigation, search
 
(8 intermediate revisions by 3 users not shown)
Line 3: Line 3:
 
Image:PW-MIT2016.png|link=2016_Winter_Project_Week#Projects|[[2016_Winter_Project_Week#Projects|Projects List]]
 
Image:PW-MIT2016.png|link=2016_Winter_Project_Week#Projects|[[2016_Winter_Project_Week#Projects|Projects List]]
 
<!-- Use the "Upload file" link on the left and then add a line to this list like "File:MyAlgorithmScreenshot.png" -->
 
<!-- Use the "Upload file" link on the left and then add a line to this list like "File:MyAlgorithmScreenshot.png" -->
 +
File:Lung_Segmentation_img.PNG
 
</gallery>
 
</gallery>
  
Line 15: Line 16:
 
==Project Description==
 
==Project Description==
 
{| class="wikitable"
 
{| class="wikitable"
 +
! style="text-align: left; width:27%" |  Objective
 +
! style="text-align: left; width:27%" |  Approach and Plan
 +
! style="text-align: left; width:27%" |  Progress and Next Steps
 
|- style="vertical-align:top;"
 
|- style="vertical-align:top;"
! style="text-align: left; width:27%" |       Objective
+
|
 +
<!-- Objective bullet points -->
 +
* Consolidation of Lung Nodule detection and segmentation algorithms into pipelines.
 +
* Iterative parameter-space testing of pipelines in cluster-computing environments.
 +
* Perform evaluations against expert-contoured segmentations.
 +
|
 
<!-- Add a bulleted list of key points -->
 
<!-- Add a bulleted list of key points -->
* Test and run automated lung nodule segmentation pipelines using cluster-computing environments
+
* Explore and optimize existing Lung Nodule detection/segmentation tools.
* Evaluate outputs using metrics such as Dice, Hausdorff, or Radiomics.  
+
* Configure and launch StarCluster Nodes on AWS to run pipelines.
 
+
* Use LIDC Data for evaluation of pipelines (~1200+ CT Images with manual contours).
! style="text-align: left; width:27%" |      Approach, Plan
+
* Evaluate Segmentation pipelines against manual contours  using metrics such as SimpleITK filters, Dice, Hausdorff, and Radiomics.  
<!-- Add a bulleted list of key points -->
+
|
* Use LIDC Data
 
 
 
! style="text-align: left; width:27%" |     Progress
 
 
<!-- Fill this out at the end of Project Week; describe what you did this week and what you plan to do next -->
 
<!-- Fill this out at the end of Project Week; describe what you did this week and what you plan to do next -->
* StarCluster!
+
* Exploring the Lesion-Size Toolbox algorithms for Lung Nodule detection.
 +
* Configured StarCluster/AWS testing pipeline with time and cost estimates
 +
* Confirmed that Slicer running in Docker container running on AWS EC2 instance can successfully host CIP algorithms.  [https://www.youtube.com/watch?v=tCCQ_N2m8zs Video demonstrates running node segmentation and feature analysis running in a browser].
 +
* Exploring use scenarios for radiomic analysis
 +
|}
  
|}
+
== References ==
  
==Background and References==
+
[https://docs.google.com/presentation/d/1miyj0_l9x2Z3oMSnpB3beoLTy12iUo0ilp7f5hhh8dk/edit#slide=id.g74ed54aa6_0_95 Slides describing initial experiments]
<!-- Use this space for information that may help people better understand your project, like links to papers, source code, or data -->
 

Latest revision as of 15:45, 8 January 2016

Home < 2016 Winter Project Week < Projects < Cluster-Driven Lung Segmentation

Key Investigators

  • Vivek Narayan (Dana Farber)
  • Raúl San José (BWH)
  • Dan Blezek (Isomics, Inc.)
  • Steve Pieper(Isomics, Inc.)
  • Chintan Parmar (Dana Farber)

Project Description

Objective Approach and Plan Progress and Next Steps
  • Consolidation of Lung Nodule detection and segmentation algorithms into pipelines.
  • Iterative parameter-space testing of pipelines in cluster-computing environments.
  • Perform evaluations against expert-contoured segmentations.
  • Explore and optimize existing Lung Nodule detection/segmentation tools.
  • Configure and launch StarCluster Nodes on AWS to run pipelines.
  • Use LIDC Data for evaluation of pipelines (~1200+ CT Images with manual contours).
  • Evaluate Segmentation pipelines against manual contours using metrics such as SimpleITK filters, Dice, Hausdorff, and Radiomics.

References

Slides describing initial experiments