Difference between revisions of "2011 Winter Project Week:Efficient co-registration of multiple MR modalities using the ABC"

From NAMIC Wiki
Jump to: navigation, search
Line 41: Line 41:
 
** Co-registration of multi-modal longitudinal data is important, this would allow the neurosurgeons and clinicians to compare the pathology (lesion, bleeding) across different modalities and time points.
 
** Co-registration of multi-modal longitudinal data is important, this would allow the neurosurgeons and clinicians to compare the pathology (lesion, bleeding) across different modalities and time points.
  
*The ABC uses the first input image as reference and registers all other images to the first one, the co-registration of different modalities in the same time point is done automatically. For the co-registration of the data with different time points, we need to register the reference at each time point firstly, and then run the ABC. In this way, co-registration is done across time and different modalities. We tried the following registration modules in Slicer.
+
*The ABC uses the first input image as reference and registers all other images to the first one, the co-registration of different modalities in the same time point is done automatically. For the co-registration of the data with different time points, we need to do the registration of the references of different time points firstly, and then run the ABC. In this way, co-registration is done across time and different modalities. We tried the following registration modules in Slicer.
 
** Robust Multiresolution Affine Registration
 
** Robust Multiresolution Affine Registration
 
** Fast Rigid Registration
 
** Fast Rigid Registration
Line 47: Line 47:
 
We found the results of rigid registration of different modules are good for doing the registration of the references of different time points (the results are slightly different).  
 
We found the results of rigid registration of different modules are good for doing the registration of the references of different time points (the results are slightly different).  
  
* Co-registration can be done by writing scripts and using these modules
+
* The User interface are not appropriate for multi-modal longitudinal data.
* The User interface of current modules are not appropriate for multi-modal longitudinal data.
+
**
 +
<!--* Co-registration can be done by writing scripts and using these modules -->
 +
*  
  
 
We also knew from the Engineering core that they're working on changing the display module of Slicer. The new module will support the multi-modal data.  
 
We also knew from the Engineering core that they're working on changing the display module of Slicer. The new module will support the multi-modal data.  

Revision as of 16:22, 14 January 2011

Home < 2011 Winter Project Week:Efficient co-registration of multiple MR modalities using the ABC

Key Investigators

  • Utah: Bo Wang, Marcel Prastawa, Guido Gerig
  • UCLA: Jack Van Horn, Andrei Irimia, Micah Chambers


Objective

Up to now, the UCLA clinicians haven't done any studies on multiple MR modalities. We want to explore the use of ABC for coregistering different modalities for multiple modalities analysis, joint visualization of multiple co-registered modalities.


Approach, Plan

ABC (Atlas-Based Classification) is a fully automatic segmentation method developed in Utah. It can process arbitrary number of channels/modalities by co-registration, it integrates brain stripping, bias correction and segmentation into one optimization framework. A brain atlas is used as spatial priors for tissue categories. We want to use ABC to do efficient co-registration of multiple MR modalities, joint visualization of multiple co-registered modalities.

Progress

We did the following works during the project week.

  • Understand the requirements of neurosurgeons and clinicians
    • Co-registration of multi-modal longitudinal data is important, this would allow the neurosurgeons and clinicians to compare the pathology (lesion, bleeding) across different modalities and time points.
  • The ABC uses the first input image as reference and registers all other images to the first one, the co-registration of different modalities in the same time point is done automatically. For the co-registration of the data with different time points, we need to do the registration of the references of different time points firstly, and then run the ABC. In this way, co-registration is done across time and different modalities. We tried the following registration modules in Slicer.
    • Robust Multiresolution Affine Registration
    • Fast Rigid Registration

We found the results of rigid registration of different modules are good for doing the registration of the references of different time points (the results are slightly different).

  • The User interface are not appropriate for multi-modal longitudinal data.

We also knew from the Engineering core that they're working on changing the display module of Slicer. The new module will support the multi-modal data.