Difference between revisions of "2009 UNC HAMMER WML"

From NAMIC Wiki
Jump to: navigation, search
Line 22: Line 22:
 
<div style="width: 27%; float: left;">
 
<div style="width: 27%; float: left;">
 
<h1>Progress</h1>
 
<h1>Progress</h1>
Both HAMMER and WML segmentation algorithms have been distributed in binary forms for a number of years and have been used by some research groups. We will start with the algorithms in their current forms to generate ground truth on publically available datasets.  
+
Both HAMMER and WML segmentation algorithms have been distributed in binary forms for a number of years and have been used by some research groups. We will start with the algorithms in their current forms to generate ground truth on publically available datasets. A NITRC project is setup for collaboration between UNC and GE Research.
 +
 
 +
On Hammer side:
 +
# HAMMER attribute vector computation has been implemented as an ITK Filter.
 +
# Feature point selection has been implemented.
 +
# Feature similarity computation has been implemented.
 +
# Test data will be selected from OASIS database.
 +
# HAMMER Registration is been implemented using ITK Finite Difference framework--itk::HammerDeformableRegistrationFunction and itk::HammerDeformableRegistrationFilter.
 +
 
 +
One WML Segmentation side:
 +
# Skull stripping is been developed. For WML segmentation, skull stripping is not THE most critical piece. The accuracy requirement is relaxed.
 +
# Support vector machine classification will be using/extending SVMShapeAnalysis in Namic Sandbox developed by MIT group.
 +
# Test data is yet to be determined.
 
</div>
 
</div>
  

Revision as of 13:26, 3 February 2009

Home < 2009 UNC HAMMER WML
Deformable registration using HAMMER (Heirarchical Attribute Matching Mechanism for Elastic Registration)

Key Investigators

  • UNC: Dinggang Shen
  • GE Research: Xiaodong Tao, Jim Miller
  • UPenn: Christos Davatzikos (Consultant)


Objective

Design ITK classes for Hierarchical Attribute Matching Mechanism for Elastic Registration (HAMMER) and White Matter Lesion segmentation so that these algorithms can be easily implemented using the Insight Toolkit and integrated into Slicer. The goals of the week is to analyze the algorithms on the object level, map components to existing ITK classes, identify gaps, and start implementation. Will also identify testing dataset and generate baseline results for testing.

Approach, Plan

Software process embraced by NA-MIC community.

Progress

Both HAMMER and WML segmentation algorithms have been distributed in binary forms for a number of years and have been used by some research groups. We will start with the algorithms in their current forms to generate ground truth on publically available datasets. A NITRC project is setup for collaboration between UNC and GE Research.

On Hammer side:

  1. HAMMER attribute vector computation has been implemented as an ITK Filter.
  2. Feature point selection has been implemented.
  3. Feature similarity computation has been implemented.
  4. Test data will be selected from OASIS database.
  5. HAMMER Registration is been implemented using ITK Finite Difference framework--itk::HammerDeformableRegistrationFunction and itk::HammerDeformableRegistrationFilter.

One WML Segmentation side:

  1. Skull stripping is been developed. For WML segmentation, skull stripping is not THE most critical piece. The accuracy requirement is relaxed.
  2. Support vector machine classification will be using/extending SVMShapeAnalysis in Namic Sandbox developed by MIT group.
  3. Test data is yet to be determined.


References