Difference between revisions of "Supervised Fissure Enhancement"

From NAMIC Wiki
Jump to: navigation, search
 
Line 13: Line 13:
 
==Project Description==
 
==Project Description==
 
[[File:Namic2015_supervisedFissureEnhancement.jpg|550px]]
 
[[File:Namic2015_supervisedFissureEnhancement.jpg|550px]]
 +
[[File:Jcr_namic_2015_results.jpg|500px]]
  
 
The Chest Imaging Platform provides automatic tools for lung lobe segmentation. These rely in part on detecting pulmonary fissures, which can be difficult due to poor signal-to-noise ratios and/or lung pathologies.
 
The Chest Imaging Platform provides automatic tools for lung lobe segmentation. These rely in part on detecting pulmonary fissures, which can be difficult due to poor signal-to-noise ratios and/or lung pathologies.
Line 31: Line 32:
 
<h3>Progress</h3>
 
<h3>Progress</h3>
 
* Early experiments are promising. Would like to speed up gradient and Hessian computations.
 
* Early experiments are promising. Would like to speed up gradient and Hessian computations.
 +
* Results: Increased itkDiscreteHessianGaussianImageFunction and itkDiscreteGaussianDerivativeImageFunction max error parameter from 0.01 to 0.5. Noticed a factor of ten speed-up with negligible impact on logistic regression classifier
 
</div>
 
</div>
 
</div>
 
</div>

Latest revision as of 22:16, 8 January 2015

Home < Supervised Fissure Enhancement

Key Investigators

  • James Ross (Brigham and Women's Hospital, Boston)
  • German Gonzalez (Brigham and Women's Hospital, Boston)
  • Rola Harmouche (Brigham and Women's Hospital, Boston)

Project Description

Namic2015 supervisedFissureEnhancement.jpg Jcr namic 2015 results.jpg

The Chest Imaging Platform provides automatic tools for lung lobe segmentation. These rely in part on detecting pulmonary fissures, which can be difficult due to poor signal-to-noise ratios and/or lung pathologies.

Objective

  • Use positive and negative examples of fissures to train a classifier that can be used to detect/enhance fissures

Approach, Plan

  • Guided by approach described in van Rikxoort et al: 'Supervised enhancement filters: application to fissure detection in chest CT scans'
  • Use itkDiscreteHessianGaussianImageFunction and itkDiscreteGaussianDerivativeImageFunction for point-wise computation of Hessian and gradient features
  • Use logistic regression as classifier. Investigate different feature subsets for best classification results.

Progress

  • Early experiments are promising. Would like to speed up gradient and Hessian computations.
  • Results: Increased itkDiscreteHessianGaussianImageFunction and itkDiscreteGaussianDerivativeImageFunction max error parameter from 0.01 to 0.5. Noticed a factor of ten speed-up with negligible impact on logistic regression classifier