Difference between revisions of "2012 Summer Project Week:VertebraCTUSReg"

From NAMIC Wiki
Jump to: navigation, search
Line 7: Line 7:
  
 
==Key Investigators==
 
==Key Investigators==
* UNC: Isabelle Corouge, Casey Goodlett, Guido Gerig
+
* University of British Columbia, Robotics & Control Laboratory
* Utah: Tom Fletcher, Ross Whitaker
+
* Queen's University
  
 
<div style="margin: 20px;">
 
<div style="margin: 20px;">
Line 14: Line 14:
  
 
<h3>Objective</h3>
 
<h3>Objective</h3>
We are developing methods for analyzing diffusion tensor data along fiber tracts. The goal is to be able to make statistical group comparisons with fiber tracts as a common reference frame for comparison.
+
We are developing a new module as a puzzle block for a spine injection image-guided intervention.<br />
 +
The ultimate goal is to plan for injection based on prior CT-image and perform the treatment using ultrasound-based needle guidance.
 +
A volumetric representation of the patient's lumbar section is being reconstructed using tracked frames.
 +
This volume should go through a registration algorithm to rigidly align with the model generated from CT image.
  
  
Line 26: Line 29:
  
 
<h3>Approach, Plan</h3>
 
<h3>Approach, Plan</h3>
 
+
A bone probability volume is generated from the original ultrasound volume.  
Our approach for analyzing diffusion tensors is summarized in the IPMI 2007 reference below. The main challenge to this approach is <foo>.
+
From the CT image, a subset of visible points is extracted.
 
+
A guassian mixture model method is performed to solve for this surface to volume registration problem.
Our plan for the project week is to first try out <bar>,...
 
  
 
</div>
 
</div>
Line 36: Line 38:
  
 
<h3>Progress</h3>
 
<h3>Progress</h3>
Software for the fiber tracking and statistical analysis along the tracts has been implemented. The statistical methods for diffusion tensors are implemented as ITK code as part of the [[NA-MIC/Projects/Diffusion_Image_Analysis/DTI_Software_and_Algorithm_Infrastructure|DTI Software Infrastructure]] project. The methods have been validated on a repeated scan of a healthy individual. This work has been published as a conference paper (MICCAI 2005) and a journal version (MEDIA 2006). Our recent IPMI 2007 paper includes a nonparametric regression method for analyzing data along a fiber tract.
+
All implementations are based on a single vertebra registration for now.
 +
A loadable module is created which accepts a CT model (polydata) and an ultrasound volume (scalar) as inputs.
 +
All inputs need to be limited to region of interest (i.e. a single vertebra: L3).
 +
Core implementation of the algorithm is MATLAB-based, since the algorithm is quite fast and speed is not an issue.
 +
A gaussian mixture model is used to register surface to volume. output of the module is the rigid transformation matrix obtained in this way.
 +
A spine phantom data is used for validation. Patient recruitment is an ongoing task for this project.
  
  

Revision as of 03:22, 8 June 2012

Home < 2012 Summer Project Week:VertebraCTUSReg

Key Investigators

  • University of British Columbia, Robotics & Control Laboratory
  • Queen's University

Objective

We are developing a new module as a puzzle block for a spine injection image-guided intervention.
The ultimate goal is to plan for injection based on prior CT-image and perform the treatment using ultrasound-based needle guidance. A volumetric representation of the patient's lumbar section is being reconstructed using tracked frames. This volume should go through a registration algorithm to rigidly align with the model generated from CT image.




Approach, Plan

A bone probability volume is generated from the original ultrasound volume. From the CT image, a subset of visible points is extracted. A guassian mixture model method is performed to solve for this surface to volume registration problem.

Progress

All implementations are based on a single vertebra registration for now. A loadable module is created which accepts a CT model (polydata) and an ultrasound volume (scalar) as inputs. All inputs need to be limited to region of interest (i.e. a single vertebra: L3). Core implementation of the algorithm is MATLAB-based, since the algorithm is quite fast and speed is not an issue. A gaussian mixture model is used to register surface to volume. output of the module is the rigid transformation matrix obtained in this way. A spine phantom data is used for validation. Patient recruitment is an ongoing task for this project.


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
    3. Extension -- loadable
  3. Other (Please specify)

References