Diffusion Tensor Imaging Lab    
Copyright David S. Tuch, 2002HST-583, MIT
http://www.mit.edu/~dtuch

Contents

Introduction

In recent years, diffusion tensor imaging (DTI) has emerged as a powerful method for investigating white matter architecture in health and disease. Some common applications include measuring the structural integrity of white matter, mapping white matter fiber orientation, and tracking white matter pathways.

While most MRI methods generate univariate (i.e., scalar) images, for example, T1 or T2 maps, DTI produces multivariate (i.e., tensor-valued) images. Hence, DTI poses a number of interesting image reconstruction and visualization challenges. Accordingly, while the specific objective of this lab is to familiarize you with DTI reconstruction and analysis, the more general goal is to acquaint you with multivariate data visualization and analysis.

For background reading for this lab please read:

Le Bihan D, Mangin JF, Poupon C, Clark CA, Pappata S, Molko N, Chabriat H.
Diffusion tensor imaging: concepts and applications.
J Magn Reson Imaging. 2001 Apr;13(4):534-46.

Le Bihan D.
Looking into the functional architecture of the brain with diffusion MRI.
Nat Rev Neurosci. 2003 Jun;4(6):469-80.

Mathematical background

Recall that the diffusion signal E(q) is related to the diffusion tensor D by the relationship

E(q) = E(0) exp(-qTDq)&tau      (1)

where q= &gamma&deltag is the diffusion gradient wavevector, &gamma is the gyromagnetic ratio, &delta is the diffusion gradient duration, g is the diffusion gradient vector, and &tau is the effective diffusion time. The diffusion weighting is given by the b-value b=qTq&tau . The goal is to reconstruct the diffusion tensor D from a set of n diffusion-weighted measurements each with a diffusion wavevector qi.

Through algebraic manipulation Eqn. 1 can be formulated as a matrix equation

s=Bd      (2)

where s= - (log E(q1) log E(q2) ... log E(qn))T, d=(D11 D12 D13 D22 D23 D33 -log E(0))T contains the unique elements of D flattened into a tensor with the last term appended to the end, and B is the n x 7 B-matrix. The B-matrix can thought of as an experimental design matrix based on the gradients used for the experiment. The derivation of the B-matrix is left as an exercise.

The diffusion tensor coefficients d can then be estimated by applying the B-matrix pseudo-inverse to s.

d=B+s      (3)

(If you're not familiar with the use of the matrix pseudoinverse to solve linear systems of equations you can refer to this link.) The diffusion tensor D can then be reconstructed by repartitioning d.

The eigensystem, i.e., the eigenvectors and associated eigenvalues, of the diffusion tensor D relects the orientational structure of the tissue within a voxel. In particular, the principal eigenvector gives the local fiber direction. The fractional anisotropy metric (FA) gives a measure of the degree of diffusion anisotropy, which is correlated with the orientational coherence of the fibers within a voxel. The FA metric is defined as

FA=std(&lambda)/rms(&lambda)

where λ is the set of diffusion tensor eigenvalues, std(.) is the standard deviation, and rms(.) is the root-mean-square.

Description of acquired data

Data analysis

Scalar visualization

1. Launch Dview and open (File->Open file) the raw DTI data file: mg-0-allegra-20006-20011016-121802-4-mri.mnc

2. We first wish to analyze the relationship between the diffusion contrast and the diffusion gradient direction. Begin by binding the +/- keys to the TIME dimesion. To do so, right-click on the big viewport which shows the timecourse and select 'Bind +/- keys to this view' from the context menu. It should read '+/- keys bound to TIME' in the banner at bottom.

3. Then right-click on the small Transverse viewport at top-left and select 'Copy this view to big window' from the context menu. You should now see the Transverse view in the big viewport.

3. Step through the diffusion gradient orientations by pressing + and -. Note how the diffusion contrast changes as a function of the diffusion gradient orientation. In Lab question 2 you are asked to explain the differences in diffusion contrast for a specific anatomic point in corpus callosum.

7. We now wish to study the fractional anisotropy (FA) maps. The diffusion tensor and FA maps were calculated before this exercise. Load the FA file: mg-0-allegra-20006-20011016-121802-4-mri-fa.mnc

8. Proceed to transverse slice Z=38.4. Consider the projection from the genu of the corpus callosum to the middle frontal gyrus. Note how the FA is high in the corpus callosum, low in the divergence to the frontal gyri, and then high again in the middle frontal gyrus.

Tensor visualization

9. The previous exercises involved scalar visualization. We now wish to visualize the orientational information in the DTI image. Quit Dview by selecting 'File->Quit Dview' from the main menu.

10. At the unix prompt, chage directory to the Lab4 data directory: cd /afs/athena.mit.edu/course/other/hst.583/lab_data/lab4

11. Launch freediffusion by typing: /mit/hst.583/lab_sw/lab4/freediffusion

12. Load a tensor data set by selecting 'Volume->Open tensor' and then selecting the fd directory from the filechooser.

13. Here are instructions on how to navigate in the freediffusion visualizer:

14. Proceed to slice 40 in the transverse view and identify the thalamus.

Lab report