Projects:RegistrationLibrary:RegLib C03B

From NAMIC Wiki
Jump to: navigation, search
Home < Projects:RegistrationLibrary:RegLib C03B

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

v3.6.3 Slicer cvers banner.png Slicer Registration Library Case #3B: Diffusion Weighted Image Volume: align with structural reference MRI (ADVANCED/EXTENDED)

Note that this is the complex/advanced version of this case, which includes preprocessing like resampling the DWI, DTI estimation etc. A simpler version showing only the registration + DTI resampling is here.

Input

this is the fixed T2 reference image. All images are aligned into this space lleft this is the DTI Baseline scan, to be registered with the T2 this is the DTI tensor image, in the same orientation as the DTI Baseline
fixed image/target
T2
moving image 2a
DTI baseline
moving image 2b
DTI tensor

Modules


Objective / Background

While this example shares a typical objective of DTI processing, it covers additional issues of a strong initial rotation and strong voxel-anisotropy for the raw DWI image acquired. Goal is to align the DTI image with the structural reference T2 scan that provides accuracte anatomical reference.

Keywords

MRI, brain, head, intra-subject, DTI, DWI

Download

Input Data

  • reference/fixed : T2w axial, 0.4mm resolution in plane, 3mm slices
  • moving: Baseline image of acquired DTI volume, corresponds to T2w MRI , 0.9375 x 0.9375 x 1.4 mm voxel size, oblique
  • 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

Overall Strategy

  1. Resample T2 reference to isotropic voxel size
  2. Manually reorient DWI into orientation of T2
  3. Resample DWI into new space and into isotropic voxel size
  4. Convert DWI -> DTI, incl. mask & baseline extraction
  5. Register DTI_baseline to T2 (affine+nonrigid) w/o masking
  6. Resample DTI_mask with above transform to build mask for T2
  7. Repeat registration above, this time incl. masks and with higher BSpline grid size
  8. Resample DTI with above transform

Procedures Part I : Preprocessing

  • Note: if not interested in the preprocessing steps, download only the main dataset and skip phase I-III.
  • Phase I: resample T2 to isotropic voxel size
    1. original T2 has 0.5 x 0.5 x 3 mm voxel size, which we resample to 1.2 x 1.2 x 1.2 mm (you may set 1x1x1 if you have sufficient RAM)
    2. open Modules:AllModules:ResampleScalarVolume module
    3. Spacing: enter 1,1,1
    4. Interpolation: check hamming
    5. Input Volume: "T2_raw"
    6. Output Volume: create new volume, rename to "T2_iso"
    7. click: Apply
    8. Save generated volume as "T2_iso.nrrd"
  • Phase IIa: Build DWI mask + baseline
  1. open the Modules:Diffusion:DiffusionWeightedImages:DiffusionWeightedVolumeMasking module
    1. Input DWI Volume: "DWI_raw"
    2. Output Baseline Volume: Create New Volume, rename to "DWI_baseline"
    3. Output Threshold Mask: Create New Volume, rename to "DWI_mask"
    4. Leave other settings at default; click Apply
    5. Save generated volume as "DWI_mask.nrrd"
  • Phase IIb: Build Masks: T2 mask
  1. open the Modules:Segmentation:SimpleRegionGrowing module
    1. set Smoothing iterations : 0
    2. set number of iterations : 1
    3. set Multiplier: 0.8
    4. set Neighborhood Radius : 5
    5. set Output Label Value : 1
    6. set Seeds: "create New fiducial List"
    7. in toolbar select Fiducial mouse mode. Then place 2 fiducials in the center of the brain within the deep gray or deep WM (picture). Avoid selecting CSF.
    8. Input Volume": "T2_iso"
    9. Output Volume: "T2_iso_mask"
    10. Click Apply. Upon completion you should get a sparse segmentation of the WM (see picture)
  2. go to Modules:Editor module
    1. if not chosen by default, select "T2_iso_mask" as labelmap to edit
    2. Select Dilation tool. Click Apply button several times (4-5x) until most of the brain is filled
    3. Select brush tool, adjust radius, set label to 0 and remove portions extending beyond the brain. Do not worry about holes in CSF not filled or small regions, they will not affect the registration
  3. Open the Modules:Filtering:Voting Binary Hole Filling Image Filter module
    1. Maximum Radius: 7,7,7
    2. Majority Threshold: 1
    3. Background: 0 ; Foreground: 1
    4. Input Volume: T2_iso_mask
    5. Output Volume: T2_iso_mask
    6. click Apply.
  4. Save generated map as "T2_iso_mask.nrrd"
  • Phase III: Register DWI to T2_iso
  1. open the Registration : Modules:Registration:General Registration (BRAINS) module
    1. Input Images: fixed = T2_iso , moving = DWI_baseline
    2. Output Settings:
      1. Slicer BSpline Transform (create new transform, rename to: "Xf1_DWbase-T2_BSpline")
      2. Slicer Linear Transform none
      3. Output Image Volume (create new volume, rename to: "DWI_baseline_Xf1"
    3. Registration Phases: select/check Rigid , Rigid+Scale, Affine, BSpline
    4. Main Parameters:
      1. increase Number Of Samples to 200,000
      2. set B-Spline Grid Size to 5,5,5
    5. Mask Option:
      1. select ROI radio button
      2. ROI input fixed: "T2_iso_mask" (from phase IIb above)
      3. ROI input moving: "DWI_mask" (from phase IIa above)
    6. Leave all other settings at default
    7. click: Apply; runtime < 1-3 min.
  • Phase III: Resample DTI'
  1. Open the Resample DTI Volume module (found under: All Modules)
    1. Input Volume: select DTI
    2. Output Volume: select create new Diffusion Tensor Volume,and rename it to DTI_Xf1
    3. Reference Volume: select T2
    4. Transform Parameters: select transform node "Xf1_DTI-T2_BSpline", for Deformation Field: none ; check the displacement checkbox
    5. Leave all other settings at defaults
    6. Click Apply; runtime ~ 2 min.
  2. set T2 as background and new DTI_Xf1 volume as foreground
  3. fade between back- and foreground to see DTI overlay onto the T2 image. Note that you can also fade via holding the OPTION+CMD keys (mac) + dragging left mouse.
  • Phase III: DWI -> DTI'
  1. open "Diffusion Tensor Estimation" module
  2. Input DWI Volume: DWI_Xf0, Output DTI Volume: create new, rename to "DTI"
  3. Output Baseline: create new, rename to "DTI_base"
  4. Otsu Threshold Mask: create new, rename to "DTI_mask"
  5. Estimation Parameters: reduce Otsu Omega Threshold" to 0.3
  6. check boxes for Remove Islands and Apply Mask
  7. Click: Apply

Procedures Part II : Registration

  • Phase IV: Register DTI (unmasked)
  1. open Registration : General Registration (BRAINS) module
    1. Input Images: fixed = T2 , moving = DTI_base
    2. Output Settings:
      1. Slicer BSpline Transform (create new transform, rename to: "Xf1_DTbase-T2_BSpline")
      2. Slicer Linear Transform none
      3. Output Image Volume (create new volume, rename to: "DTIbaseline_Xf1"
    3. Registration Phases: select/check Rigid , Rigid+Scale, Affine, BSpline
    4. Main Parameters:
      1. increase Number Of Samples to 200,000
      2. set B-Spline Grid Size to 5,5,5
    5. Leave all other settings at default
    6. click: Apply; runtime < 1 min.
  • Phase V: Resample DTI_mask (presets: DTI_mask_Xf1)
    • we use the above Xform to produce a mask for the T2.
  1. Open Filtering / Resample Scalar/Vector/DWI module
    1. Input Volume: DTI_mask; Output volume: create new volume, rename to "DTI_mask_Xf1"
    2. Transform Node: "Xf1_DTI-T2_unmasked"
    3. select/check: output-to-input
    4. Interpolation Type: select: nn
    5. click: Apply
    6. Go to Volumes module, select the new "DTI_mask_Xf1", in the Info tab, check the Labelmap box
  • Phase VI:REGISTER DTI TO T2 with masking
  1. open Registration : BrainsFit module (presets: Xf2_DTI-T2_masked)
    1. set T2_Xf1 as fixed and DTI_baseline as moving image
      1. select/check Include Rigid registration phase
      2. select/check Include ScaleVersor3D registration phase
      3. select/check Include Affine registration phase
      4. select/check Include BSpline registration phase
    2. Output BSpline Transform: create new , rename to "Xf2_DTI-T2_masked"
    3. Output Volume: create new, rename to "DTI_base_Xf2"
    4. Registration Parameters: increase Number Of Samples to 200,000
    5. Registration Parameters: set Number Of Grid Subdivisions to 7,7,5
    6. Control of Mask Processing
      1. select/check: ROI (rightmost box)
      2. Input Fixed Mask: select "DTI_mask_Xf1"
      3. Input Moving Mask: select "DTI_mask"
    7. Leave all other settings at default
    8. click: Apply; runtime < 1 min.
  • Phase VII: Resample DTI
  1. Load the combined transform (Add Data)
  2. Open the Resample DTI Volume module (found under: All Modules)
    1. Input Volume: select DTI
    2. Output Volume: select New DTI Volume, rename to DTI_Xf2
    3. Reference Volume: select T2
    4. Transform Parameters: select transform "Xf2_DTI-T2_masked
    5. check box: output-to-input
    6. Leave all other settings at defaults
    7. Click Apply; runtime ~ 2 min.
  3. Go to the Volumes module, select the newly produced DTI_Xf2 volume
  4. under the Display tab, select Color Orientation from the Scalar Mode menu
  5. set T1 as background and new DTI_Xf2 volume as foreground
  6. Set fade slider to see DTI overlay onto the T2 image

for more details see the tutorial(s) under Downloads above

Registration Results

RegLib C03 AGif registered.gif
baseline to T2 after affine+nonrigid alignment


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.
  • in this example the initial alignment of the two scans is very poor. The strongly oblique orientation of the DWI makes an initial manual alignment step necessary. This step should occur before converting to the DTI to avoid interpolation artifacts.

Acknowledgments