Projects:GeodesicTractographySegmentation

From NAMIC Wiki
Jump to: navigation, search
Home < Projects:GeodesicTractographySegmentation
Back to Stony Brook University Algorithms, Harvard DBP 2

Geodesic Tractography Segmentation

The purpose of this work is to extract white matter tracts and volumetric fiber bundles from Diffusion-Weighted MRI (DW-MRI) in order to study clinically relevant outcomes related to these structures. The idea is to use directional information in an anisotropic energy functional based on the Finsler metric (remember that the Riemannian metric is one particular Finsler metric of interest) in order to extract the best geodesic (i.e. optimal) path, which we dub "the anchor tract", between two regions of interest. Subsequently, region-based active contours are used to segment the associated volumetric fiber bundle. Finally, statistics are computed along both the anchor tract and the volumetric fiber bundle which may be used to compare different clinical populations.

Description

Fiber Tractography

The goal of fiber tractography is to find open curves (i.e. paths without volume) in the white matter which correspond to something anatomically significant. In our framework, a direction-dependent Finsler manifold is constructed. Note that Riemannian manifolds based on tensors comprise a subset of all possible Finsler manifolds and are most commonly used in this framework. Then, the best geodesic path connecting the input ROIs is computed on the manifold. This minimum cost geodesic curve is determined by solving a Hamilton-Jacobi-Bellman (HJB) equation using the Fast Sweeping algorithm. The resulting solution is the anchor tract connecting the two ROIs.

Clinically speaking, the anchor tract has little meaning. However, during the computation of the anchor tract, connectivity maps are generated as a useful by-product which represent the connectivity of the brain volume to the input ROIs.

Also, note that in this framework, special care is taken so that the minimum cost (or equivalently the fastest travel time of a particle moving along the curve in the given manifold) and the anisotropic front propagation used to solve the HJB equation are appropriately related through a Legendre transformation. Algorithms which inappropriately ignore the Legendre transformation can severely impact the anisotropy information in front propagation based PDE solvers.

Recently, we have applied this method to the cingulum bundle, as shown in the following images:

Fig 1. Cingulum Bundle Anchor Tracts
Detailed View of the Cingulum Bundle Anchor Tract
Streamline Comparison
Anterior View of the Cingulum Bundle Anchor Tract
Posterior View of the Cingulum Bundle Anchor Tract

Fiber Bundle Segmentation

We have developed a region-based active contour segmentation algorithm which provides volumetric fiber segmentations of fiber bundles. These active contours are initialized on the anchor tract and are expanded away from the anchor tract to capture the volumetric fiber bundle. The basic idea is to evolve the front away from the contour capturing only those voxels which are locally "connected" to the anchor tract. Cast in a Bayesian framework, this technique includes prior clinical knowledge penalizing bundles with abnormal radii and image-driven likelihood information to accurately capture edges in the directional information.

Fig 2. Cingulum Bundle Volumetric Fiber Bundles Segmentation Results
Zoomed Out View
Zoomed In View
Fig 3. Cingulum Bundle Volumetric Fiber Bundles Surface Evolution
Result from Priors Only (t=1)
Result from Priors Only (t=3)
Result from Priors Only (t=8)
Result from Likelihoods Only (t=1)
Result from Likelihoods Only (t=3)
Result from Likelihoods Only (t=8)
Result from Combined Likelihoods and Priors (t=1)
Result from Combined Likelihoods and Priors (t=3)
Result from Combined Likelihoods and Priors (t=8)

Data

We are using Harvard's high angular resolution datasets which currently consist of a population of 12 schizophrenics and 12 normal controls.

Associated Results

For previous results showing comparisons of this framework to traditional streamline frameworks and results showing the application of this framework to the segmentation of blood vessels, see Associated Results.

Statistical Results

We are currently investigating Cingulum Bundle fractional anisotropy (FA) differences between a population of 12 schizophrenics and 12 normal controls. We find the anchor tracts as described above and then compute statistics for FA inside a tube of radii 1-3mm centered on the anchor tract. So far using this method we have been unable to find a statistical difference between the normal controls and the schizophrenics. Once we have processed the entire population using our volumetric segmenter, we will rerun the statistics on the full fiber bundle.

Download the current statistical results here.‎ (last updated 18/Apr/2007)

Project Status

  • Working 3D implementation in Matlab using the C-based Mex functions.
  • Currently porting to ITK.

Publications

NA-MIC Publications Database on Geodesic Tractography Segmentation

Key Investigators

  • Georgia Tech: John Melonakos, Vandana Mohan, Sam Dambreville, Allen Tannenbaum
  • Harvard/BWH: Marek Kubicki, Marc Niethammer, Kate Smith, C-F Westin, Martha Shenton

Links

Project Week Results: Jan 2007, June 2007