Compute apparent diffusion coefficient: Difference between revisions

From VrlWiki
Jump to navigation Jump to search
Jadrian Miles (talk | contribs)
New page: The equation for the diffusion MRI signal at b-value <math>b</math> in a free fluid with diffusion coefficient <math>D</math> is :<math>S(b) = e^{-Db}S_0\,</math> <!-- \, forces PNG re...
 
Jadrian Miles (talk | contribs)
Line 9: Line 9:


== Testing a Protocol for Accuracy ==
== Testing a Protocol for Accuracy ==
[[Image:CSF low ADC histogram.png|thumb|300px|right|A histogram of ADC values computed from a protocol with one image at b=0 s/mm<sup>2</sup> and 64 images at b=1000 s/mm<sup>2</sup> for 54 voxels inside the ventricles.  The mean of this distribution is about 2.7x10<sup>-3</sup> mm<sup>2</sup>/s, which seems a bit too low.]]
One use of the ADC computation is making sure that the parameters we believe apply to a given protocol give us a physically realistic interpretation of the resulting diffusion-weighted image.  It is well-established that the diffusion coefficient of cerebrospinal fluid (CSF) at normal body temperature is approximately 3.1x10<sup>-3</sup> mm<sup>2</sup>/s.  Our diffusion MRI measurements should confirm this expected value.
One use of the ADC computation is making sure that the parameters we believe apply to a given protocol give us a physically realistic interpretation of the resulting diffusion-weighted image.  It is well-established that the diffusion coefficient of cerebrospinal fluid (CSF) at normal body temperature is approximately 3.1x10<sup>-3</sup> mm<sup>2</sup>/s.  Our diffusion MRI measurements should confirm this expected value.



Revision as of 22:43, 6 March 2009

The equation for the diffusion MRI signal at b-value b in a free fluid with diffusion coefficient D is

S(b)=eDbS0

where S0 is a value that depends on certain imaging parameters and is equal to the signal value at b=0. S0 is a constant for a given protocol.

If we take measurements in the same voxel with the same magnetic gradient at two different b-values, say b1 and b2, we can compute D, the apparent diffusion coefficient (ADC) in that voxel. [1]

D=ln(S(b1)/S(b2))b1b2

The b-value, more formally known as the "diffusion-weighting factor", is measured in units of s/mm2. The ADC is measured in units of mm2/s.

Testing a Protocol for Accuracy

A histogram of ADC values computed from a protocol with one image at b=0 s/mm2 and 64 images at b=1000 s/mm2 for 54 voxels inside the ventricles. The mean of this distribution is about 2.7x10-3 mm2/s, which seems a bit too low.

One use of the ADC computation is making sure that the parameters we believe apply to a given protocol give us a physically realistic interpretation of the resulting diffusion-weighted image. It is well-established that the diffusion coefficient of cerebrospinal fluid (CSF) at normal body temperature is approximately 3.1x10-3 mm2/s. Our diffusion MRI measurements should confirm this expected value.

Let's say we have N volumes with b=0s/mm2 (for many of our protocols, N=1) and M volumes at other b-values, that all the volumes have been co-registered, and that we can segment out P voxels that are clearly within the ventricles and should therefore contain signal only from CSF. For each CSF voxel, we can compute (NM) measured ADC values for the CSF, and therefore we can compute (NMP) ADC estimates overall. These will form a distribution, hopefully around the expected diffusion coefficient value of 3.1x10-3 mm2/s. If the mean value is too far off (relative to the standard deviation), either there's a problem with the protocol or the b-values have been reported incorrectly.

Testing Two Protocols for Consistency

Often we would like to be able to compare results from data gathered using different imaging protocols. As a first check, we should make sure that the images from both are scaled properly (that is, that they measure a known physical phenomenon, like diffusion of free CSF, in the same way); otherwise the images simply can't be compared to each other.

Say we have two protocols, A and B. We have a sample acquisition from each one, and, following the directions in the previous section, we've computed all QA(NAMAPA) CSF ADC estimates for protocol A, and QB(NBMBPB) for B. These are two "populations" of measurements, and we wish to determine if there is a statistically significant difference between the populations. To do so, we use a statistical permutation test as follows:

  1. Compute the true difference of the means of these populations: dμμAμB.
  2. Now treat all of the QA+QB measurements as though they were the same.
  3. Randomly reassign QA of the measurements into a "fake" population A*, and assign the remaining QB of them to B*.
  4. Compute the difference of the means of the "fake" populations: dμ*μA*μB*.
  5. Repeat steps 2 and 3 many times and build up a distribution of fake population means dμ*.

For this statistical test, the null hypothesis is that A and B are the same population. We reject that hypothesis with some degree of certainty if dμ falls in the tails of the distribution of dμ*. Otherwise, we accept it.

If the two protocols are consistent with each other, we expect to see dμ close to the center of the dμ* distribution. If it's in the tails, the protocols disagree about the diffusion coefficient of free CSF, which is essentially a physical constant. Either one or both of the protocols has a problem in this case.

Testing a Protocol for Isotropic Response

In addition to having D=3.1×103mm/s2, the CSF in the ventricles also exhibits isotropic diffusion, since its Brownian motion is unrestricted and unhindered in all directions. We can check to make sure that a protocol accurately measures the diffusion in the CSF as isotropic.

As above, let our acquisition have N volumes with b=0s/mm2 and M volumes at other b-values, with P CSF voxels segmented out. We can compute (NP) ADC estimates, and therefore a mean and standard deviation, per direction. All of these means should be approximately equal. If this is not the case, the protocol does not have isotropic response and any computations based on data collected with it will be invalid.

Notes

  1. We say "apparent" coefficient because, when our voxel of interest contains brain tissue, we are measuring the behavior of water under the influence of the tissue microstructure. Theoretically, the diffusion coefficient of free water is constant at a given temperature. The D that we compute is therefore just the diffusion coefficient that the water appears to have when its molecules are hindered and restricted by microscopic structures.

References