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

From NAMIC Wiki
Jump to: navigation, search
(Created page with '__NOTOC__ <gallery> Image:PW-SLC2011.png|Projects List Image:genuFAp.jpg|Scatter plot of the original FA data through the genu of the corpus…')
 
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
<gallery>
 
<gallery>
 
Image:PW-SLC2011.png|[[2011_Winter_Project_Week#Projects|Projects List]]
 
Image:PW-SLC2011.png|[[2011_Winter_Project_Week#Projects|Projects List]]
Image:genuFAp.jpg|Scatter plot of the original FA data through the genu of the corpus callosum of a normal brain.
+
Image:CompositePostOp3.png|Composite image where the marginal distributions of deformed fibertracts and fMRI activated regions are visualized..
Image:genuFA.jpg|Regression of FA data; solid line represents the mean and dotted lines the standard deviation.
+
Image:fMRIColormapAndQuintiles.png|The marginal distributions of a deformed fMRI activated region is visualized.
 
</gallery>
 
</gallery>
  
==Instructions for Use of this Template==
+
==Visualizing Registration Uncertainty==
#Please create a new wiki page with an appropriate title for your project using the convention Project/<Project Name>
 
#Copy the entire text of this page into the page created above
 
#Link the created page into the list of projects for the project event
 
#Delete this section from the created page
 
#Send an email to tkapur at bwh.harvard.edu if you are stuck
 
  
 
==Key Investigators==
 
==Key Investigators==
* UNC: Isabelle Corouge, Casey Goodlett, Guido Gerig
+
* SPL: Petter Risholm, William Wells
* Utah: Tom Fletcher, Ross Whitaker
 
  
 
<div style="margin: 20px;">
 
<div style="margin: 20px;">
Line 21: Line 15:
  
 
<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 have developed a probabilistic non-rigid registration framework where we
 +
characterize the posterior distribution over deformations with a MCMC method.
 +
In practice, a large number of deformations are drawn from the posterior distribution.
 +
From the set of deformation samples, we can estimate the most likely deformation as well as the uncertainty of the deformation.
 +
 
 +
The objective for the Project Week is to developing a command line module that
 +
can take the large set of deformation samples and generate useful marginal summarizes/visualizations of the registration uncertainty, e.g. marginal distribution of a biopsy point after registration.
 +
 
 +
</div>
 +
 
 +
<div style="width: 27%; float: left; padding-right: 3%;">
 +
 
 +
<h3>Approach, Plan</h3>
 +
 
 +
Our approach for summarizing and visualizing registration uncertainty is described in [Risholm 2010].  
 +
 
 +
Our plan for the project week is to incorporate the generation of marginal probability maps of points and surface models as a command line module in Slicer3.
 +
 
 +
</div>
 +
 
 +
<div style="width: 40%; float: left;">
 +
 
 +
<h3>Progress</h3>
 +
We have developed a:
 +
#A VTK class for generating marginal probability maps of deformed surface models.
 +
#A command line module for running the code through Slicer3.
 +
</div>
 +
</div>
 +
 
 +
<div style="width: 97%; float: left;">
 +
 
 +
==Delivery Mechanism==
 +
 
 +
This work will be delivered to the NA-MIC Kit as a  
 +
 
 +
#ITK Module
 +
#Slicer Module
 +
##Built-in
 +
##Extension -- commandline Yes
 +
##Extension -- loadable
 +
 
 +
==References==
 +
*Risholm P, Samset E, Pieper S, Wells W [http://www.spl.harvard.edu/publications/item/view/1913 Summarizing and Visualizing Uncertainty in Non-Rigid Registration.] MICCAI 2010
 +
 
 +
</div>

Latest revision as of 21:25, 19 January 2011

Home < 2011 Winter Project Week:UncertaintyVisualization

Visualizing Registration Uncertainty

Key Investigators

  • SPL: Petter Risholm, William Wells

Objective

We have developed a probabilistic non-rigid registration framework where we characterize the posterior distribution over deformations with a MCMC method. In practice, a large number of deformations are drawn from the posterior distribution. From the set of deformation samples, we can estimate the most likely deformation as well as the uncertainty of the deformation.

The objective for the Project Week is to developing a command line module that can take the large set of deformation samples and generate useful marginal summarizes/visualizations of the registration uncertainty, e.g. marginal distribution of a biopsy point after registration.

Approach, Plan

Our approach for summarizing and visualizing registration uncertainty is described in [Risholm 2010].

Our plan for the project week is to incorporate the generation of marginal probability maps of points and surface models as a command line module in Slicer3.

Progress

We have developed a:

  1. A VTK class for generating marginal probability maps of deformed surface models.
  2. A command line module for running the code through Slicer3.

Delivery Mechanism

This work will be delivered to the NA-MIC Kit as a

  1. ITK Module
  2. Slicer Module
    1. Built-in
    2. Extension -- commandline Yes
    3. Extension -- loadable

References