Difference between revisions of "Documentation:Nightly:Registration:RegistrationLibrary:RegLib C07"

From Slicer Wiki
Jump to: navigation, search
Line 78: Line 78:
 
#'''Nonrigid global Registration''':  [[Media:RegLib_C07_02_BSplineRegistration_unmasked.mov|(screencast for this step)]]
 
#'''Nonrigid global Registration''':  [[Media:RegLib_C07_02_BSplineRegistration_unmasked.mov|(screencast for this step)]]
 
##open the [[Documentation/Nightly/Modules/BRAINSFit| ''General Registration (BRAINS)'']] module
 
##open the [[Documentation/Nightly/Modules/BRAINSFit| ''General Registration (BRAINS)'']] module
###''Fixed Image Volume'': "Day01_axial_N4"
+
##''Fixed Image Volume'': "Day01_axial_N4"
###''Moving Image Volume'': "Day42_axial_N4"
+
##''Moving Image Volume'': "Day42_axial_N4"
###''Initialization transform'': "Xf1_Affine''
+
##''Initialization transform'': "Xf1_Affine''
###''Initialize Transform Mode'': de-select ''Use Moments Align'', select '''None'''
+
##''Initialize Transform Mode'': de-select ''Use Moments Align'', select '''None'''
###Output Settings:  
+
##Output Settings:  
###''Slicer BSpline Transform": create & rename new transform, rename to "Xf2_BSpline"
+
##''Slicer BSpline Transform": create & rename new transform, rename to "Xf2_BSpline"
###''Slicer Linear Transform'': none
+
##''Slicer Linear Transform'': none
###''Output Image Volume'': create & rename new transform, rename to "Day42_Xf2" or similar <small> (this time we must request an output volume, since the nonrigid deformations cannot be visualized on the "fly.
+
##''Output Image Volume'': create & rename new transform, rename to "Day42_Xf2" or similar <small> (this time we must request an output volume, since the nonrigid deformations cannot be visualized on the "fly. </small>
###''Registration Phases'': uncheck rigid & affine boxes, check box for ''BSpline'' only
+
##''Registration Phases'': uncheck rigid & affine boxes, check box for ''BSpline'' only
###''Main Parameters'':
+
##''Main Parameters'':
###''Number Of Samples'': 300,000
+
##''Number Of Samples'': 300,000
###''B-Spline Grid Size'': 5,5,5
+
##''B-Spline Grid Size'': 5,5,5
###Leave all other settings at default
+
##Leave all other settings at default
###click: Apply
+
##click: Apply
 
#'''Nonrigid masked Registration''':  [[Media:RegLib_C07_04_BSplineRegistration_masked.mov|(screencast for this step)]]
 
#'''Nonrigid masked Registration''':  [[Media:RegLib_C07_04_BSplineRegistration_masked.mov|(screencast for this step)]]
 
##open the [[Documentation/Nightly/Modules/BRAINSFit| ''General Registration (BRAINS)'']] module
 
##open the [[Documentation/Nightly/Modules/BRAINSFit| ''General Registration (BRAINS)'']] module
###''Fixed Image Volume'': "Day01_axial_N4"
+
##''Fixed Image Volume'': "Day01_axial_N4"
###''Moving Image Volume'': "Day42_axial_N4"
+
##''Moving Image Volume'': "Day42_axial_N4"
###''Initialization transform'': "Xf1_Affine''
+
##''Initialization transform'': "Xf1_Affine''
###''Initialize Transform Mode'': de-select ''Use Moments Align'', select '''None'''
+
##''Initialize Transform Mode'': de-select ''Use Moments Align'', select '''None'''
###Output Settings:  
+
##Output Settings:  
###''Slicer BSpline Transform": create & rename new transform, rename to "Xf3_BSpline_masked"
+
##''Slicer BSpline Transform": create & rename new transform, rename to "Xf3_BSpline_masked"
###''Slicer Linear Transform'': none
+
##''Slicer Linear Transform'': none
###''Output Image Volume'': create & rename new transform, rename to "Day42_Xf3" or similar
+
##''Output Image Volume'': create & rename new transform, rename to "Day42_Xf3" or similar
###''Registration Phases'': uncheck rigid & affine boxes, check box for ''BSpline'' only
+
##''Registration Phases'': uncheck rigid & affine boxes, check box for ''BSpline'' only
###''Main Parameters'':
+
##''Main Parameters'':
###''Number Of Samples'': 300,000
+
##''Number Of Samples'': 300,000
###''B-Spline Grid Size'': 7,7,5
+
##''B-Spline Grid Size'': 7,7,5
###''Mask Option'': select ''ROI'' button
+
##''Mask Option'': select ''ROI'' button
####''ROI Masking input fixed'': select  "Day01_mask" generated in Step 2 above
+
##''ROI Masking input fixed'': select  "Day01_mask" generated in Step 2 above
###''ROI Masking input moving'':  select  "Day42_mask" generated above
+
##''ROI Masking input moving'':  select  "Day42_mask" generated above
###Leave all other settings at default
+
##Leave all other settings at default
###click: Apply
+
##click: Apply
 
=
 
=
 
=== Registration Results===
 
=== Registration Results===

Revision as of 17:45, 3 September 2013

Home < Documentation:Nightly:Registration:RegistrationLibrary:RegLib C07

Back to Registration Library

Slicer Registration Library Case #7: Prostate MRI Cancer Monitoring

Input

this is the main fixed reference image. All images are ev. aligned into this space
RegArrow NonRigid.png
this is the moving image.
exam 1: baseline MRI exam 1: follow-up MRI

Description

This is an example of serial/logitudinal imaging for change assessment in prostate cancer. We seek to register the follow-up scan to the baseline. Because of the strong changes in image field of view and contrast between the two exams, some additional work is necessary to obtain a good registration: 1) we will first apply a bias field correction to both images, to reduce regional intensity inhomogeneities caused during acquisition by the surface coils. 2) we will generate masks that include only the prostate and a bit of the surroundings. The field of view between the two images is different. When there is content that extends beyond the FOV and the amount differs in both images, leaving that clipped structure unmasked is problematic, particularly for highe DOF registrations, since the registration will try to match the "missing content" by expanding/stretching in that direction. Hence we mask out significant content present only in one image.

Modules used


Download (from NAMIC MIDAS)

Why 2 sets of files? The "input data" mrb includes only the unregistered data to try the method yourself from start to finish. The full dataset includes intermediate files and results (transforms, resampled images etc.). If you use the full dataset we recommend to choose different names for the images/results you create yourself to distinguish the old data from the new one you generated yourself.

Keywords

MRI, prostate, intra-subject, prostate cancer

Video Screencasts

  1. Movie/screencast showing importing, bias correction and affine registration
  2. Movie/screencast showing nonrigid registration without any masking
  3. Movie/screencast showing building the masks for registration
  4. Movie/screencast showing BSpline registration with the use of a mask


Procedure

  1. Bias Correction: Correct for local intensity inhomogeneities (screencast for this step)
    1. Open the N4ITK MRI Bias Correction module (under Filters menu)
      1. Input Image: "Day01_axial"
      2. Mask Image: none
      3. Output Volume: create & rename new: "Day01_axial_N4"
      4. Number of iterations: reduce to 90,60,40
      5. Shrink factor: reduce to 3
      6. leave all parameters at defaults
      7. Apply.
    2. repeat for the "Day42_axial" image. Same settings
    3. save intermediate results
  2. Affine pre-Registration: (screencast for this step)
    1. open the * General Registration (BRAINS) module
      1. Fixed Image Volume: "Day01_axial_N4"
      2. Moving Image Volume: "Day42_axial_N4"
      3. Output Settings:
      4. Slicer BSpline Transform": none
      5. Slicer Linear Transform: create & rename new transform, rename to "Xf1_Affine"
      6. Output Image Volume: none
      7. Initialize Transform Mode: select Use Moments Align.
      8. Registration Phases: check boxes for Rigid , Rigid+Scale and Affine
      9. Main Parameters : Number Of Samples: 200,000
      10. Leave all other settings at default
      11. Apply
      12. this should generate a first alignment. note that we need not generate an output volume, because this is an intermediate result, and the BRAINS registration tool will automatically place the moving volume inside the result transform.
      13. Place "Day01_axial_N4" in the background and "Day42_axial_N4" in the foreground. Use fade slider to evaluate the result. In the Data module, verify that the "Day42_axial_N4" image is sitting inside the transform "Xf1_Affine"
  3. Build Masks: (screencast for this step)
    1. open the Editor module.
      1. Master Volume: "Day01_axial_N4"
      2. Merge Volume: create & rename new: "Day01_axial_mask" or similar
      3. Click Apply on the popup do confirm colormap selection (choice does not matter)
    2. click on the Brush Icon ("PaintEffect")
    3. Label: 1 (black)
    4. increase radius to ~ 40-50 mm.
    5. swicth to the "Red Slice Only" view. Navigate to an axial slice showing the prostate
    6. place brush circle over the prostate & left click to apply, then use arrow keys to move to the next slice.
    7. repeat for the"Day42_axial_N4" image
    8. save intermediate results
  4. Nonrigid global Registration: (screencast for this step)
    1. open the General Registration (BRAINS) module
    2. Fixed Image Volume: "Day01_axial_N4"
    3. Moving Image Volume: "Day42_axial_N4"
    4. Initialization transform: "Xf1_Affine
    5. Initialize Transform Mode: de-select Use Moments Align, select None
    6. Output Settings:
    7. Slicer BSpline Transform": create & rename new transform, rename to "Xf2_BSpline"
    8. Slicer Linear Transform: none
    9. Output Image Volume: create & rename new transform, rename to "Day42_Xf2" or similar (this time we must request an output volume, since the nonrigid deformations cannot be visualized on the "fly.
    10. Registration Phases: uncheck rigid & affine boxes, check box for BSpline only
    11. Main Parameters:
    12. Number Of Samples: 300,000
    13. B-Spline Grid Size: 5,5,5
    14. Leave all other settings at default
    15. click: Apply
  5. Nonrigid masked Registration: (screencast for this step)
    1. open the General Registration (BRAINS) module
    2. Fixed Image Volume: "Day01_axial_N4"
    3. Moving Image Volume: "Day42_axial_N4"
    4. Initialization transform: "Xf1_Affine
    5. Initialize Transform Mode: de-select Use Moments Align, select None
    6. Output Settings:
    7. Slicer BSpline Transform": create & rename new transform, rename to "Xf3_BSpline_masked"
    8. Slicer Linear Transform: none
    9. Output Image Volume: create & rename new transform, rename to "Day42_Xf3" or similar
    10. Registration Phases: uncheck rigid & affine boxes, check box for BSpline only
    11. Main Parameters:
    12. Number Of Samples: 300,000
    13. B-Spline Grid Size: 7,7,5
    14. Mask Option: select ROI button
    15. ROI Masking input fixed: select "Day01_mask" generated in Step 2 above
    16. ROI Masking input moving: select "Day42_mask" generated above
    17. Leave all other settings at default
    18. click: Apply

=

Registration Results

unregistered unregistered affine registered after affine registration Bspline registered after nonrigid (BSpline) registration


Discussion: Registration Challenges

  • soft tissue deformations during image acquisition cause large differences in appearance
  • the large tumor recession represents a significant pre/post difference in image content that will influence unmasked intensity-driven registration, which becomes a problem for the non-rigid portion of registration, particularly at higher DOF, because the registration will try to "recreate" the tumor area from the postRx image in order to match the content.
  • contrast enhancement and pathology and treatment changes cause additional differences in image content
  • the surface coils used cause strong differences in intensity inhomogeneity.
  • we have strongly anisotropic voxel sizes with much less through-plane resolution
  • resolution and FOV change between the two scans

Discussion: Key Strategies

  • because of the strong changes in shape and position, we break the problem down and register each breast separately.
  • a bias-field correction on both images is necessary before registration
  • to get better control over the process, we separate affine prior from final nonrigid alignment. The result of the affine registration is used as initialization for the nonrigid portion
  • masking the tumor area is critical for a feasible solution, i.e. the tumor area in both scans should not participate actively in the registration, i.e. we create a mask that includes everything except the tumor area