Difference between revisions of "2011 Winter Project Week:LandmarkRegularization"

From NAMIC Wiki
Jump to: navigation, search
Line 23: Line 23:
  
 
<h3>Objective</h3>
 
<h3>Objective</h3>
We are introducing a new approach for landmark-based
+
We are introducing a new method for local enhancement of image registration. The method is intended to make rapid, interactive corrections of local registration failures with a small number of mouse clicks.
deformable image registration. Our method uses
+
We use Gaussian radial basis functions (RBFs)  
Gaussian radial basis functions (RBFs)  
 
 
to define a vector field from point landmarks,  
 
to define a vector field from point landmarks,  
 
and applies regularization based on the vector field second order derivative.   
 
and applies regularization based on the vector field second order derivative.   
Line 40: Line 39:
 
approaches such as Wendland functions, because the  
 
approaches such as Wendland functions, because the  
 
regularized vector field can be solved exactly with a simple equation.
 
regularized vector field can be solved exactly with a simple equation.
Our plan for the project week is to implement our registration algorithm as a Slicer plugin.
+
Algorithm for the landmark-based registration has been implemented as a part of out in-house software Plastimatch. We have validated the method on 10 large landmark sets. This work has been submitted for publication to IEEE Transactions on Medical Imaging.
 +
 
 +
Our plan for the project week is to implement our registration algorithm as a Slicer command line module.
  
 
</div>
 
</div>
Line 47: Line 48:
  
 
<h3>Progress</h3>
 
<h3>Progress</h3>
Algorithm for the landmark-based registration has has been implemented as a part of out in-house software Plastimatch. The method has been validated on a large landmark sets available for download on DIR-LAB web site. This work has been submitted for publication to IEEE Transactions on Medical Imaging.
 
 
 
</div>
 
</div>
 
</div>
 
</div>

Revision as of 18:27, 10 January 2011

Home < 2011 Winter Project Week:LandmarkRegularization

Head1.png Head2.png


Key Investigators

  • MGH: Nadya Shusharina, Gregory Sharp

Objective

We are introducing a new method for local enhancement of image registration. The method is intended to make rapid, interactive corrections of local registration failures with a small number of mouse clicks. We use Gaussian radial basis functions (RBFs) to define a vector field from point landmarks, and applies regularization based on the vector field second order derivative.

Approach, Plan

Our approach is based on the fact that the Gaussian RBF has infinite support, but the influence of each RBF is localized, making this method well suited for local corrections. In addition, Gaussian RBFs have a distinct advantage over competing approaches such as Wendland functions, because the regularized vector field can be solved exactly with a simple equation. Algorithm for the landmark-based registration has been implemented as a part of out in-house software Plastimatch. We have validated the method on 10 large landmark sets. This work has been submitted for publication to IEEE Transactions on Medical Imaging.

Our plan for the project week is to implement our registration algorithm as a Slicer command line module.

Progress

Delivery Mechanism

This work will be delivered to the NA-MIC Kit as a (please select the appropriate options by noting YES against them below)

  1. ITK Module
  2. Slicer Module
    1. Built-in
    2. Extension -- commandline YES
    3. Extension -- loadable
  3. Other (Please specify)

References