Diffusion MRI (DTI)

diffusion_mri Medical Fourier Sampling Em Precession
View Benchmarks (1)

Diffusion MRI measures the random Brownian motion of water molecules in tissue by applying magnetic field gradient pulses that encode microscopic displacement. The signal attenuation follows S = S_0 * exp(-b * D_eff) where b is the diffusion weighting factor and D_eff is the effective diffusion coefficient along the gradient direction. Acquiring measurements in multiple gradient directions enables estimation of the diffusion tensor (DTI) and derived scalar maps (FA, MD, AD, RD). Advanced models (NODDI, CSD) resolve intra-voxel fiber crossings. Primary degradations include EPI distortion, eddy currents, and motion sensitivity.

Forward Model

Diffusion Signal Model

Noise Model

Rician

Default Solver

weighted least squares

Sensor

RF_COIL

Forward-Model Signal Chain

Each primitive represents a physical operation in the measurement process. Arrows show signal flow left to right.

F EPI Diffusion-Weighted EPI D g, η₁ RF Coil Receiver
Spec Notation

F(EPI) → D(g, η₁)

Benchmark Variants & Leaderboards

Diffusion MRI

Diffusion MRI (DTI)

Full Benchmark Page →
Spec Notation

F(EPI) → D(g, η₁)

Standard Leaderboard (Top 10)

# Method Score PSNR (dB) SSIM Trust Source
🥇 DiffusionDTI 0.878 39.1 0.952 ✓ Certified Gao et al., NeurIPS 2024
🥈 PhysDiffMRI 0.845 37.5 0.941 ✓ Certified Chen et al., MRM 2024
🥉 SwinDTI 0.819 36.2 0.931 ✓ Certified Wang et al., MICCAI 2023
4 DTIFormer 0.786 34.8 0.912 ✓ Certified Liu et al., MICCAI 2022
5 DWIML-Net 0.721 32.1 0.871 ✓ Certified Qin et al., IEEE TMI 2019
6 DnCNN-DTI 0.654 29.3 0.831 ✓ Certified Golkov et al., IEEE TMI 2016
7 CHARMED 0.588 26.8 0.782 ✓ Certified Assaf & Basser, NeuroImage 2005
8 SHORE 0.532 24.6 0.745 ✓ Certified Merlet & Deriche, MRM 2013
9 DTI-FIT 0.478 22.4 0.710 ✓ Certified Behrens et al., MRM 2003
Mismatch Parameters (4) click to expand
Name Symbol Description Nominal Perturbed
b_value_error Δb b-value calibration error (%) 0 3.0
eddy_current ε Eddy-current distortion (voxels) 0 0.5
gradient_direction Δĝ Gradient direction error (deg) 0 1.0
susceptibility Δχ Susceptibility distortion (voxels) 0 1.0

Reconstruction Triad Diagnostics

The three diagnostic gates (G1, G2, G3) characterize how reconstruction quality degrades under different error sources. Each bar shows the relative attribution.

G1 — Forward Model Accuracy How well does the mathematical model match reality?

Model: diffusion signal model — Mismatch modes: eddy current distortion, susceptibility artifact, head motion, signal dropout, gibbs ringing

G2 — Noise Characterization Is the noise model correctly specified?

Noise: rician — Typical SNR: 8.0–25.0 dB

G3 — Calibration Quality Are instrument parameters accurately measured?

Requires: b matrix, gradient nonlinearity correction, eddy current distortion, susceptibility fieldmap

Modality Deep Dive

Principle

Diffusion MRI sensitizes the MR signal to the Brownian motion of water molecules by applying strong magnetic field gradient pulses (Stejskal-Tanner scheme). In fibrous tissue (e.g., white matter), water diffuses preferentially along fibers, creating directional diffusion anisotropy. Diffusion Tensor Imaging (DTI) models this as a 3×3 tensor; higher-order models (HARDI, CSD) resolve crossing fibers.

How to Build the System

Acquire on a 3T scanner with high-performance gradients (80 mT/m, 200 T/m/s). Use spin-echo EPI with multiple b-values (e.g., b=0, 1000, 2000 s/mm²) and 30-300 diffusion directions uniformly distributed on the sphere. Include reverse-phase-encode b=0 images for EPI distortion correction. Multi-band (SMS) acceleration reduces scan time. Typical parameters: 2 mm isotropic, TE 60-90 ms, TR 3-5 s.

Common Reconstruction Algorithms

  • DTI tensor fitting (least-squares or weighted least-squares)
  • CSD (Constrained Spherical Deconvolution) for fiber orientation distribution
  • NODDI (Neurite Orientation Dispersion and Density Imaging)
  • Probabilistic tractography (FSL probtrackx, MRtrix3 iFOD2)
  • Deep-learning tract segmentation (TractSeg, DeepBundle)

Common Mistakes

  • Eddy current and EPI geometric distortions not corrected, causing tract errors
  • Insufficient number of diffusion directions for the chosen model complexity
  • Using DTI in regions with crossing fibers, producing incorrect FA and tract directions
  • Susceptibility-induced signal dropout near air-tissue interfaces (sinuses, temporal lobes)
  • Head motion between diffusion volumes causing inter-volume misalignment

How to Avoid Mistakes

  • Apply FSL eddy or equivalent for eddy current, motion, and susceptibility correction
  • Use ≥30 directions for DTI, ≥60 for CSD, and ≥90 for multi-shell models
  • Use multi-fiber models (CSD, NODDI) in regions known to have crossing fibers
  • Use reduced FOV or multi-shot EPI near susceptibility-prone regions
  • Include interspersed b=0 volumes for robust motion and drift correction

Forward-Model Mismatch Cases

  • The widefield fallback produces a blurred spatial image, but diffusion MRI applies magnetic field gradients to encode Brownian water motion — the Stejskal-Tanner signal attenuation S = S_0*exp(-b*D) is not modeled
  • Diffusion MRI acquires multiple volumes at different b-values and gradient directions to measure the diffusion tensor at each voxel — the widefield single-image model cannot encode directional water diffusivity or fiber orientation

How to Correct the Mismatch

  • Use the diffusion MRI operator that applies Stejskal-Tanner encoding: y_i = FFT(x * exp(-b_i * g_i^T * D * g_i)) for each gradient direction g_i and b-value b_i
  • Reconstruct diffusion tensors (DTI) or fiber orientation distributions (CSD, NODDI) from the multi-direction, multi-b-value measurements using the correct diffusion-weighted forward model

Experimental Setup

Instrument

Siemens MAGNETOM Prisma (HCP protocol)

Field Strength T

3.0

B Values

[0, 1000]

Diffusion Directions

64

Matrix Size

128x128

Tr Ms

4000

Te Ms

80

Voxel Size Mm

2x2x2

Sequence

single-shot spin-echo EPI DWI

Reconstruction

weighted least squares / RESTORE

Dataset

HCP, UK Biobank

Signal Chain Diagram

Experimental setup diagram for Diffusion MRI (DTI)

Key References

  • Basser et al., 'MR diffusion tensor spectroscopy and imaging', Biophysical Journal 66, 259-267 (1994)
  • Sotiropoulos et al., 'Advances in diffusion MRI acquisition and processing in the HCP', NeuroImage 80, 125-143 (2013)

Canonical Datasets

  • Human Connectome Project (HCP) diffusion data
  • UK Biobank diffusion imaging

Benchmark Pages