Difference between revisions of "Projects:RegistrationLibrary:RegLib C09"

From NAMIC Wiki
Jump to: navigation, search
(Created page with 'Back to ARRA main page <br> Back to Registration main page <br> [[Projects:RegistrationDocumentation:UseCaseInv…')
 
Line 4: Line 4:
  
 
==Slicer Registration Library Exampe #9: Functional MRI aligned with structural reference MRI==
 
==Slicer Registration Library Exampe #9: Functional MRI aligned with structural reference MRI==
 +
[[Image:RegLib C09 fMRI1.png|70px|lleft|RegLib 09: T1 SPGR]] [[Image:RegLib C09 fMRI2.png|70px|lleft|RegLib 09: fMR]]
  
 
{| style="color:#bbbbbb; background-color:#333333;" cellpadding="10" cellspacing="0" border="0"
 
{| style="color:#bbbbbb; background-color:#333333;" cellpadding="10" cellspacing="0" border="0"
|[[Image:RegLib_C03_Reference_axial.png|150px|lleft|this is the fixed reference image. All images are aligned into this space]]  
+
|[[Image:RegLib C09 fMRI1.png|150px|lleft|this is the fixed reference image. All images are aligned into this space]]  
 
|[[Image:Arrow_left_gray.jpg|100px|lleft]]  
 
|[[Image:Arrow_left_gray.jpg|100px|lleft]]  
|[[Image:RegLib_C03_Baseline_axial.png|150px|lleft|this is the moving image. The transform is calculated by matching this to the reference image]]
+
|[[Image:RegLib C09 fMRI2.png|150px|lleft|this is the moving image. The transform is calculated by matching this to the reference image]]
|[[Image:RegLib_C03_DTIVol_axial.png|150px|lleft|this is a passive image to which the calculated transform is applied. It is a label-map in the same space as the moving FLAIR image]]
 
|align="left"|LEGEND<br><small><small>
 
 
[[Image:Button_red_fixed.jpg|20px|lleft]]  this indicates the reference image that is fixed and does not move. All other images are aligned into this space and resolution<br>
 
[[Image:Button_red_fixed.jpg|20px|lleft]]  this indicates the reference image that is fixed and does not move. All other images are aligned into this space and resolution<br>
 
[[Image:Button_green_moving.jpg|20px|lleft]]  this indicates the moving image that determines the registration transform.  <br>
 
[[Image:Button_green_moving.jpg|20px|lleft]]  this indicates the moving image that determines the registration transform.  <br>
[[Image:Button_blue_tag.jpg|20px|lleft]] this indicates images that passively move into the reference space, i.e. they have the transform applied but do not contribute to the calculation of the transform.
 
 
</small></small>
 
</small></small>
 
|-
 
|-
|[[Image:Button_red_fixed.jpg|40px|lleft]]  T2
+
|[[Image:Button_red_fixed.jpg|40px|lleft]]  T1 structural reference
 
|
 
|
|[[Image:Button_green_moving.jpg|40px|lleft]] DTI Baseline
+
|[[Image:Button_green_moving.jpg|40px|lleft]] fMRI 4D volume
|[[Image:Button_blue_tag.jpg|40px|lleft]] DTI volume
 
 
|-
 
|-
 
|0.46 x 0.46 x 3.0 mm axial <br> 512 x 512 x 46<br>RAS
 
|0.46 x 0.46 x 3.0 mm axial <br> 512 x 512 x 46<br>RAS
 
|
 
|
 
|1.0 x 1.0 x 3.3 mm <br> axial oblique<br> 256 x 256 x 36<br>RAS
 
|1.0 x 1.0 x 3.3 mm <br> axial oblique<br> 256 x 256 x 36<br>RAS
|1.0 x 1.0 x 3.3 mm <br> axial oblique<br> 256 x 256 x 36 x 9 <br>RAS
 
 
|}
 
|}
  
 
===Objective / Background ===
 
===Objective / Background ===
This is a typical example of DTI processing. Goal is to align the DTI image with a structural scan that provides accuracte anatomical reference. The DTI contains acquisition-related distortion and insufficient contrast to discern anatomical detail.
+
This is a typical example of fMRI pre-processing. Goal is to align the fMRI image with a structural scan that provides accuracte anatomical reference. The fMRI contains acquisition-related distortion and low contrast to discern much anatomical detail. We also have pathology (stroke) with variable contrast across different MRI protocols.
 
=== Keywords ===
 
=== Keywords ===
MRI, brain, head, intra-subject, DTI, DWI
+
MRI, brain, head, intra-subject, fMRI
  
 
===Input Data===
 
===Input Data===
*[[Image:Button_red_fixed_white.jpg|20px]]reference/fixed : T2w axial, 0.4mm resolution in plane, 3mm slices
+
*[[Image:Button_red_fixed_white.jpg|20px]]reference/fixed : T1
*[[Image:Button_green_moving_white.jpg|20px]] moving: Baseline image of acquired DTI volume, corresponds to T2w MRI , 0.9375 x 0.9375 x 1.4 mm voxel size, oblique
+
*[[Image:Button_green_moving_white.jpg|20px]] moving: fMRI sequence of motor task (right hand clench)
*[[Image:Button_blue_tag_white.jpg|20px]] tag: Tensor data of DTI volume, oblique, same orientation as Baseline image. The result Xform will be applied to this volume. The original DWI has 26 directions, the extracted DTI volume has 9 scalars, i.e. 256 x 256 x 36 x 9
 
  
 
=== Registration Results===
 
=== Registration Results===
Line 64: Line 59:
  
 
=== Discussion: Registration Challenges ===
 
=== Discussion: Registration Challenges ===
*The DTI contains acquisition-related distortions (commonly EPI acquisitions) that can make automated registration difficult.
+
*the fMRI contains acquisition-related distortions that can make automated registration difficult.
 +
*the fMRI contains low tissue contrast, making  automated intensity-based registration difficult.
 
*the two images often have strong differences in  voxel sizes and voxel anisotropy. If the orientation of the highest resolution is not the same in both images, finding a good match can be difficult.
 
*the two images often have strong differences in  voxel sizes and voxel anisotropy. If the orientation of the highest resolution is not the same in both images, finding a good match can be difficult.
 
*there may be widespread and extensive pathology  (e.g stroke, tumor) that might affect the registration if its contrast is different in the baseline and structural reference scan
 
*there may be widespread and extensive pathology  (e.g stroke, tumor) that might affect the registration if its contrast is different in the baseline and structural reference scan
  
 
=== Discussion: Key Strategies ===
 
=== Discussion: Key Strategies ===
*the two images have identical contrast, hence we could consider "sharper" cost functions, such as NormCorr or MeanSqrd. But because of the strong distortions and lower resolution of the moving image, Mutual Information is recommended as the most robust metric.
 
*often anatomical labels are available from the reference scan. It would be less work to align the anatomical reference with the DTI, since that would circumvent having to resample the complex tensor data into a new orientation. However the strong distortions are better addressed by registering the other direction, i.e. move the DTI into the anatomical reference space.
 
*because we seek to assess/quantify regional size change, we must use a rigid (6DOF) scheme, i.e. we must exclude scaling.
 
 
*masking is likely necessary to obtain good results.  
 
*masking is likely necessary to obtain good results.  
*in this example the initial alignment of the two scans is very poor. The strongly oblique orientation of the DTI makes an initial manual alignment step necessary.
+
*in this example the initial alignment of the two scans is not excessive.  
*these two images are not too far apart initially, so we reduce the default of expected translational misalignment
 
 
*because speed is not that critical, we increase the sampling rate from the default 2% to 15%.
 
*because speed is not that critical, we increase the sampling rate from the default 2% to 15%.
 
*we also expect larger differences in scale & distortion than with regular structural scane: so we significantly  (2x-3x) increase the expected values for scale and skew from the defaults.  
 
*we also expect larger differences in scale & distortion than with regular structural scane: so we significantly  (2x-3x) increase the expected values for scale and skew from the defaults.  

Revision as of 21:18, 3 February 2010

Home < Projects:RegistrationLibrary:RegLib C09

Back to ARRA main page
Back to Registration main page
Back to Registration Use-case Inventory

Slicer Registration Library Exampe #9: Functional MRI aligned with structural reference MRI

RegLib 09: T1 SPGR RegLib 09: fMR

this is the fixed reference image. All images are aligned into this space lleft this is the moving image. The transform is calculated by matching this to the reference image

lleft this indicates the reference image that is fixed and does not move. All other images are aligned into this space and resolution
lleft this indicates the moving image that determines the registration transform.

lleft T1 structural reference lleft fMRI 4D volume
0.46 x 0.46 x 3.0 mm axial
512 x 512 x 46
RAS
1.0 x 1.0 x 3.3 mm
axial oblique
256 x 256 x 36
RAS

Objective / Background

This is a typical example of fMRI pre-processing. Goal is to align the fMRI image with a structural scan that provides accuracte anatomical reference. The fMRI contains acquisition-related distortion and low contrast to discern much anatomical detail. We also have pathology (stroke) with variable contrast across different MRI protocols.

Keywords

MRI, brain, head, intra-subject, fMRI

Input Data

  • Button red fixed white.jpgreference/fixed : T1
  • Button green moving white.jpg moving: fMRI sequence of motor task (right hand clench)

Registration Results

after affine alignment

Download

Discussion: Registration Challenges

  • the fMRI contains acquisition-related distortions that can make automated registration difficult.
  • the fMRI contains low tissue contrast, making automated intensity-based registration difficult.
  • the two images often have strong differences in voxel sizes and voxel anisotropy. If the orientation of the highest resolution is not the same in both images, finding a good match can be difficult.
  • there may be widespread and extensive pathology (e.g stroke, tumor) that might affect the registration if its contrast is different in the baseline and structural reference scan

Discussion: Key Strategies

  • masking is likely necessary to obtain good results.
  • in this example the initial alignment of the two scans is not excessive.
  • because speed is not that critical, we increase the sampling rate from the default 2% to 15%.
  • we also expect larger differences in scale & distortion than with regular structural scane: so we significantly (2x-3x) increase the expected values for scale and skew from the defaults.
  • a good affine alignment is important before proceeding to non-rigid alignment to further correct for distortions.

Acknowledgments