next up previous contents
Next: 17. Diffusion Tensor Analysis Up: 5 E. Diffusion Weighted Previous: 5 E. Diffusion Weighted   Contents

Subsections


16. Diffusion Tensor Image Analysis

16.1 Introduction

Diffusion Tensor Imaging (DTI) is a magnetic resonance imaging (MRI) modality that provides information about the movement of water molecules in tissue. When this movement is hindered by membranes and macromolecules, water diffusion becomes anisotropic. In highly structured tissues such as muscle and nerve fibers, this anisotropy can be used to characterize local tissue structure.

In the brain, water diffuses more along white matter fibers (axons) than across them. DTI allows the study of normal tissue as well as changes in development, aging, disease and degeneration. DTI also allows the study of anatomical connectivity in the brain. DTI is also used to study the structure of muscle, such as in the heart.

Figure 16.1: Accessing the Diffusion Tools.
Image dti-pic1

16.2 Accessing the Diffusion Tool

In order to use these tools, first invoke the diffusion tool from the main BioImage Suite menu and select from the ``Diffusion'' menu options. The diffusion tool package is divided into three modules: Tensor Utility (Section 16.3), Tensor Analysis (Chapter 17) and Fiber Tracking (Chapter 18). The tensor utility tool reads in diffusion-weighted images and computes the diffusion tensor image. The tensor analysis tool reads in the tensor image and computes diffusion-derived maps and region statistics. The fiber tracking tool takes in the tensor image and generates fiber bundles and associated statistics.

Figure 16.2: Left: Accessing the Diffusion Tools. Right: Loading DWI Image Series
Image dti-pic1 Image dti-pic3


16.3 Tensor Utility

The Tensor Utility tool computes the diffusion tensor (DT) from the diffusion weighted images. In order to invoke the Tensor Utility tool, simply choose the ``Diffusion'' menu within the diffusion tool, and select the ``Tensor utility'' option. This tool also generates the ADC (Apparent Diffusion Coefficient) map, the mean DW image (in the case of a multiple DW series acquisition), and an anatomical mask representative of the brain region (using the T2 image acquired along with the DWIs). It allows for a custom set of gradient directions and any number of diffusion-free images (T2). The tensor utility also provides a set of tensor transformation options.

16.4 Loading diffusion-weighted images (DWI)

The first step in computing the tensor is to load the DWI series into the program.  The DWI series consists of one or more diffusion-free T2-weighted volumes followed by a set of diffusion weighted volumes, one for each diffusion gradient direction. The series must be in Analyze/NIFTI format, and it must be a 4D image (multiple 3D volumes or frames, as in fMRI acquisitions). The file should be comprised of n diffusion-free images and m diffusion-weighted images. For example, consider a DW acquisition consisting of one T2-weighted frame and 21 diffusion-weighted frames corresponding to 21 diffusion gradient directions:

Figure 16.3: The Structure of the Input Image
Image dti-pic4

The file must be ordered such that all T2-weighted frames come first (in this case, the first frame), followed by all frames of the diffusion-weighted data with the DW frame corresponding to the first gradient direction next, and so on (frames 2 through 22). You can add any number of series by clicking the Add button, but all of them must have the same size. After an image series is loaded, the program will attempt to guess the number of T2 images and gradient directions from the total number of frames. Always check if these numbers match your acquisition parameters.

The b-Value: The b-value is set by default to 1000 s/mm$^2$. If you would like your diffusion maps (ADCs, Trace and Mean Diffusivity) to contain absolute diffusivity values, set the checkbox to allow the entry of the specific b-value used in your acquisition. The b-value will have no effect on indices such as RA or FA, and will not impact fiber tracking.

16.4.0.0.1 Note:

The  pxmat_create4dimage.tcl script can be used to combine a number of 3D volume images into a single 4D image.

16.5 Specifying gradient directions

Once you have loaded your images, check whether the number of gradient directions corresponds to your acquisition's and if the set of directions matches the prescribed ones.

The tensor utility comes pre-loaded with different sets of common gradient directions. Select the set which corresponds to your acquisition protocol.

Alternatively, you can load in the tensor.dat file which contains a number of predefined gradient sets (This can be downloaded from the BioImage Suite webpage). If you would like to create your own set, you must first create a text file using your text editor and input your directions according to the following format:

 
n 
x1 y1 z1 
x2 y2 z2 
.....
xn yn zn
where n is the number of directions, and xi,yi,zi are the x, y, z coordinates of the ith direction, separated by spaces. This file can contain multiple sets of directions: simply append each new set after the previous, obeying the format above. Save this file with a .dat extension, and load it via the Load button in the Gradients pane. The new set of directions should appear in the list, and it should also be depicted in the Preview window. There you will be able to interact with the sphere model and observe the direction distributions. To reset the Preview window, press the 'r' key.

Figure 16.4: Specifying Gradient Directions.
Image dti-pic5

For unbiased results, one should at least sample the diffusion space using noncollinear directions. To check whether your set contains colinear directions, press the Check button.

16.6 Loading a mask

The tensor tool by default creates a binary mask of the tissue region using the diffusion-free images (T2). The tensor will be calculated only for points that belong to this mask. Points outside the mask will be assigned 0-tensors.

Figure 16.5: Loading a Mask Image
Image dti-pic6

The tensor tool uses simple histogram thresholding to create this mask. In case you would like to load your own, first uncheck the option ``Compute from unweighted diffusion series'', then click Load to read your file. This image must be in Analyze/NIFTI format, with the same size as your volume and with values 1.0 representing the foreground (the mask), and 0 for the background.

Alternatively, you can threshold the image manually by disabling the Auto-threshold feature. The Trace connectivity option, when enabled, turns on a morphology-based algorithm that keeps only connected voxels in the masks. Remote ``islands'' are removed. The center point of the image is used as the center of the mask.

16.7 Computing the tensor

Once you have loaded the DWIs, checked the number of T2s and gradient directions and specified the appropriate anatomical mask, you are ready to compute the diffusion tensor by pressing the button Compute! in the Diffusion pane. The status bar will display the task progress and once the tensor computation is done, you will be automatically taken to the Results pane. You are then given the opportunity to save the diffusion tensor as well as the other results that were computed. To save a single result, select the desired item in the Results list box, and click the Save button.

Figure 16.6: Computing the Tensor Image.
Image dti-pic7

By default, the diffusion tensor is the result displayed when the calculation is done. In order to display other results such as the mean diffusion-weighted image or the apparent diffusion coefficient, simply select the desired image and click the Display button.

16.7.0.0.1 Prefix:

Each result is associated with a suffix that will be appended to the name given in the Prefix field. For example, if your prefix is ``s13_'', the resulting tensor will be saved under the name ``s13_dti_tensor''. You can freely alter the prefix, but suffix convention is fixed. The prefix is normally defined by the name of the last DWI image series that was loaded (It will copy the name until an underscore symbol is found).

Figure 16.7: Tensor Orientations.
Image dti-pic9

Figure 16.8: Tensor Transformations.
Image dti-pic8

16.8 Tensor transformations

The magnetic diffusion gradient directions are specified using the physical coordinate system of the scanner. The z axis runs through the gantry while the x and y axes run orthogonal to it (see Figure 16.7; axes in yellow). Depending on the acquisition orientation, the origin of the gradient coordinate system and the image coordinate system (after it's stored as a 4D image) may not coincide. As a result, the diffusion tensor, when displayed will look incorrect. This inconsistency may not be easy to spot, since it requires some knowledge of the anatomy being scanned.

Assuming the case of a transaxial acquisition, the gradient axes match the x, y, z axes of the image acquisition system (see axes in black, Figure 16.7). However, depending on the direction of the phase and frequency encoding gradients, the tensor may need to be flipped in sign. Also, if the image is stored last slice first, you will need to flip z. In the case of a coronal or sagittal acquisition, axes must be swapped (see Figure 16.8).

To perform such transformations, use the Transform pane, which will allow you to make the necessary flips and swaps. In addition, it will also allow the tensor field to be rotated, a step necessary when images are previously transformed by a rotation component. Once you select the necessary transformations, click on Compute! (in the Diffusion pane) to compute the diffusion tensor. If you previously computed the tensor, select the new transformations, compute it again, and then save the results.

If you are not sure about transformations to your image at this stage, proceed to the tensor analysis step. There you will be able to visualize the tensor field and determine if any transformation is necessary.

For further diffusion analysis, continue with Chapter 17 (Tensor Analysis) or Chapter 18 (Fiber Tracking).


next up previous contents
Next: 17. Diffusion Tensor Analysis Up: 5 E. Diffusion Weighted Previous: 5 E. Diffusion Weighted   Contents