Conference PaperPDF Available

Lecture Notes in Computer Science

Authors:

Abstract and Figures

We present what we believe to be the first investigation into unbiased multi-subject registration of whole brain diffusion tractography of the white matter. To our knowledge, this is also the first entropy-based objective function applied to fiber tract registration. To define the probability of fiber trajectories for the computation of entropy, we take advantage of a pairwise fiber distance used as the basis for a Gaussian-like kernel. By employing several values of the kernel's scale parameter, the method is inherently multi-scale. Results of experiments using synthetic and real datasets demonstrate the potential of the method for simultaneous joint registration of tractography.
Content may be subject to copyright.
Unbiased groupwise registration of white matter tractography
Lauren J. O’Donnell1,2,3, William Wells III3, Alexandra J. Golby2,3, and Carl-Fredrik
Westin1,3
Lauren J. O’Donnell: odonnell@bwh.harvard.edu
1Laboratory for Mathematics in Imaging, BWH, Harvard Medical School, Boston MA USA
2Golby Lab, a Surgical Brain Mapping Laboratory, BWH, Harvard Medical School, Boston MA
USA
3Surgical Planning Laboratory, BWH, Harvard Medical School, Boston MA USA
Abstract
We present what we believe to be the first investigation into unbiased multi-subject registration of
whole brain diffusion tractography of the white matter. To our knowledge, this is also the first
entropy-based objective function applied to fiber tract registration. To define the probability of
fiber trajectories for the computation of entropy, we take advantage of a pairwise fiber distance
used as the basis for a Gaussian-like kernel. By employing several values of the kernel’s scale
parameter, the method is inherently multi-scale. Results of experiments using synthetic and real
datasets demonstrate the potential of the method for simultaneous joint registration of
tractography.
Keywords
registration; white matter; tractography; diffusion MRI
1 Introduction
Automated medical or neuroscientific analyses of white matter tractography data, such as
segmentation or labeling, creation of atlases, and measurement of tract statistics, all require
initial alignment or normalization of tractography via some method. This alignment is most
often performed by applying the transformations resulting from an image-based fractional
anisotropy or diffusion tensor registration [18, 4]. However if the eventual goal is modeling
and analysis of white matter tracts, it may be advantageous to register the tracts themselves,
as the quantity being optimized during registration will be closely related to the final goal. In
this work we explore the possibility of driving an unbiased multi-subject registration using
the trajectory data produced by streamline tractography.
In contrast to the proposed approach, to our knowledge all other methods for simultaneous
joint registration of tractography have been based on alignment of pre-defined fiber bundles.
These methods have required a pre-existing tractography segmentation for each subject and
have thus been limited to particular structures: corticospinal tract, forceps major, cingulum
and inferior longitudinal fasciculus [1]; structures resulting from an initial clustering plus
expert labels [19]; left uncinate and front-occipital fasciculi [17]; and the arcuate fasciculus,
corticospinal tract, and middle cerebellar peduncles [3]. So far, methods that have performed
registration using unlabeled fiber tracts from the whole brain, e.g. [9, 21, 12], have been
limited to subject-to-subject (pairwise) registration.
NIH Public Access
Author Manuscript
Med Image Comput Comput Assist Interv
. Author manuscript; available in PMC 2013 April 29.
Published in final edited form as:
Med Image Comput Comput Assist Interv
. 2012 ; 15(0 3): 123–130.
NIH-PA Author Manuscript NIH-PA Author Manuscript NIH-PA Author Manuscript
In addition to tractography-based registration, our current work builds on two other
categories of related work: fiber tract comparison, and groupwise image registration. Work
in fiber tract clustering has led to many different metrics [16, 15, 10], generally based on
distances computed between points along the tracts, often with conversion to fiber affinities
using Gaussian kernels as in our proposed objective function. Tracts have also been
analyzed via many styles of point-wise matching, for example [2, 12, 10, 1]. In the image
registration field, several groups have proposed multiple-subject unbiased and template-
based image registration methods. These include entropy-based congealing methods for 2D
[8] and 3D [20] that find a population central tendency image by minimizing entropy, as
well as methods that estimate a population template image that is the minimum distance (in
the space of diffeomorphisms) from all input images [6, 4].
2 Methods
2.1 Objective function
Our basic approach is to represent a brain or atlas by a probability distribution on
trajectories. A “brain” distribution is constructed as a kernel density estimate from the
tractography, and an “atlas” distribution is constructed as a mixture of the constituent brain
distributions. We then choose the alignment parameters on the collection of brains by
maximizing the “sharpness” of the atlas, or minimizing its entropy.
Given a distance metric
D
between fibers we define the probability of a fiber
f
, given
another fiber
fj
, as
(1)
where the distance is used as the basis for a Gaussian-like kernel with standard deviation
σ
,
and the normalization constant
Z
will be discussed later. Our current choice of
D
is
discussed below, however this can in principle work for any of the many existing fiber
distances from the literature. Next, the probability of a fiber
f
, given the set of all fibers
A
and their transformations
T
(“the atlas”), is defined as
(2)
where all fibers
fj
in
A
contribute to the total probability.
The Shannon entropy
H
of the distribution of fibers is the expected value of the negative
log-probability of the fibers. In this case the set of current transformations
T
has been
applied to the fibers (including the transformations
Ti
and
Tj
currently applied to fibers
fi
and
fj
), and we replace the expected value with the sample average value (using the weak
law of large numbers).
(3)
(4)
We minimize the entropy as our objective function, arriving at a set of transformations
T
.
O’Donnell et al. Page 2
Med Image Comput Comput Assist Interv
. Author manuscript; available in PMC 2013 April 29.
NIH-PA Author Manuscript NIH-PA Author Manuscript NIH-PA Author Manuscript
(5)
Note that to simplify the concept and the notation above, we have not mentioned the fact
that the fibers come from several brains. This is implicitly handled in that the transformation
Ti
applied to fiber
fi
is the same transformation that is also applied to all other fibers from
that brain. We assume that
Z
is constant for a given value of
σ
, and thus does not contribute
to the optimization.
2.2 Fiber representation and distance function
For simplicity and computational speed, we convert the input variable-length fiber
trajectories to a fixed-length representation (as also proposed by [12, 14]). In practice,
representing each fiber by 5 points (endpoints, midpoint, and two intermediate points) was
empirically found to be effective for registration.
Using this fiber parameterization, we propose a pairwise fiber distance metric
D
that is
related to the Hausdorff distance (the maximum of the minimum distances between pairs of
closest points). We calculate
D
as the maximum distance between pairs of corresponding
points along the fibers (i.e. the first through fifth point pairs). This fiber distance
computation can thus take advantage of matrix subtractions.
D
is a symmetric distance that
is the same between fibers (
fi
,
fj
) and (
fj
,
fi
), eliminating the issue of the classic Hausdorff
measure being a directed distance. Because point ordering along the fiber is not known a
priori (a fiber parameterization can equivalently start from either end),
D
is computed with
both possible orderings and the minimum is chosen.
In practice, this method works very well with relatively nearby and corresponding fibers.
For more distant fibers the point correspondence and distance measure may not be
informative, a known problem with all such fiber distance metrics that have been shown to
capture the local structure but poorly reflect the “true relationship” of distant fibers [16].
Luckily in our case, these uninformative large distance measures are unimportant for
registration. These far-away, dissimilar, or outlier fibers are distant relative to the radius of
interest defined by
σ
and have little effect on the objective function.
2.3 Implementation
We have implemented a full affine registration framework using a coordinate descent
method. The code is a Python package that uses VTK [7], scipy [5], and numpy [5]. For
optimization we use Powell’s simplex-based COBYLA (Constrained Optimization by
Linear Approximation) method [13] in the scipy.optimize toolkit. The affine parameters are
constrained (across subjects) as in other entropy-based congealing methods [8, 20] to avoid
an unnecessary overall rotation or translation of all brains, and to avoid the shrink to a point
solution that artifactually reduces entropy. We require that all translation, rotation, and shear
components sum to 0 over all transforms applied to the data, and that all scale factors
average to 1. The COBYLA package allows definition of expected initial step sizes
ρbeg
,
and determines convergence when final step sizes
ρend
are under a user-provided threshold,
thus we have set these
ρ
parameters empirically using the expected magnitudes of our
transform parameters.
The
σ
parameter of the Gaussian kernel (eq. 1) has been tuned to enable multi-scale
registration. In practice, we run several iterations of optimization, alternating translation and
rotation, with an initial
σ
of 30mm. Next, we decrease
σ
to 10mm, then to 5mm, and
optimize while alternating translation, rotation, scale, and shear. The computation of the
O’Donnell et al. Page 3
Med Image Comput Comput Assist Interv
. Author manuscript; available in PMC 2013 April 29.
NIH-PA Author Manuscript NIH-PA Author Manuscript NIH-PA Author Manuscript
fiber distances has been implemented in a multiprocessor framework. The distances are
computed between a random sample of fibers from each input subject (typically 200–300),
and another, smaller random sample of these fibers whose size we increase during the
registration process (typically beginning with 25 or more fibers). The smaller random
sample is resampled (all sampling is done without replacement) each time we change the
parameters being optimized. The style of randomly sampling data points at which to
compute the objective function has been successfully employed in many registration
strategies [11, 8, 20] and in fiber clustering [15]. The terms in eq. 5 that result from
comparing fibers from the same brain are neglected.
2.4 Data and processing
N=26 healthy subjects dataset: Diffusion weighted images (DWI) scans were acquired on a
3-T GE system using an echo planar imaging sequence and the following parameters: 51
gradient directions with b=900, eight baseline scans with b=0, TR 17000 ms, TE 78 ms,
FOV 24 cm, 144
×
144 encoding steps, 1.7 mm slice thickness. Artifacts due to eddy currents
and head motion were removed by affine registration of diffusion to baseline images using
FSL’s linear image registration tool (FLIRT). Single-tensor streamline tractography was
seeded in the entire brain of each subject in voxels with anisotropy (linear measure)
>
0.2.
3 Results
We performed three registration experiments: objective function probing, synthetic data
validation, and multi-subject registration.
Experiment 1: objective function probing
We investigated the behavior of the multi-scale objective function under simple rotation,
translation, scaling, and shear. One healthy control subject was chosen, and 2000 trajectories
were randomly sampled without replacement, twice, to generate different fixed and moving
brains. A range of transformations was applied to the moving brain, and the objective
function was computed using all fibers from both brains (see fig. 1). Importantly, results
demonstrate that the objective function is very smooth, and that decreasing
σ
has the desired
behavior of increasing sensitivity to small transformations.
Experiment 2: synthetic data validation
Using as input one healthy control subject, we generated synthetic data as follows: 300
trajectories of length greater than 40mm were randomly sampled from the input dataset, and
a randomly generated transformation was applied to these trajectories, to generate a
“synthetic brain.” The parameters of the random transform were: translation up to
±
20mm
along each axis, scale factor from 0.85 to 1.15 in each axis, and rotation up to
±
20 degrees
around each axis. To enable unambiguous computation of errors in the other parameters,
shear was not included. This procedure was repeated 10 times to generate a dataset of 10
synthetic brains with known ground-truth transformations. The registration pipeline was
applied to the 10 brain dataset (see fig. 2), using three levels of scale:
σ
of 30, 10, and 5mm;
and 3 levels of randomly sampled subset fibers: 25, 50, and 75 fibers. These parameters
were set empirically as a compromise between fast optimization and good convergence.
Errors in the resulting parameters were measured by comparison to the ground truth applied
transforms. The mean absolute errors and their standard deviations in each component were:
1.33
±
1.49
,
1.50
±
1.20
,
2.06
±
2.06 degrees rotation; 0.62
±
0.456
,
0.74
±
0.548
,
2.07
±
0.770 mm translation; and 0.015
±
0.014
,
0.006
±
0.007
,
0.017
±
0.015 scale factor
magnitude. The method cannot recover any mean transformation that may have been applied
(e.g. if all input brains were rotated together by 30 degrees that could not be detected) so any
mean transformations were removed from the ground truth transforms before calculation of
O’Donnell et al. Page 4
Med Image Comput Comput Assist Interv
. Author manuscript; available in PMC 2013 April 29.
NIH-PA Author Manuscript NIH-PA Author Manuscript NIH-PA Author Manuscript
the errors. The experiment ran for 48.8 minutes, spending the following amount of time at
each level of scale: 6.6 minutes at 30mm, 18.1 minutes at 10mm, and 24 minutes at 5mm.
(The computing environment was a 2x2.26 GHz Quad-Core Mac with 16GB of memory.
Note that reported run times could be improved by coding in C rather than python, and/or
increasing use of multiprocessing, however this initial implementation is a proof of
concept.)
Experiment 3: multi-subject dataset
The proposed registration method was applied to the full (N=26) healthy control multi-
subject dataset (see fig. 3). The registration pipeline used 200 randomly sampled fibers of
length greater than 60mm per subject, three levels of scale:
σ
of 30, 10, and 5mm; and 4
levels of numbers of randomly sampled subset fibers: 25, 50, 75, and 100 fibers. The method
spent 48 minutes at the 30mm scale, 188 minutes at the 10mm scale, and 235 minutes at the
5mm scale. The results demonstrate successful alignment of the brains, as can be
appreciated visually in fig. 3, where the output trajectories look locally similar and parallel,
and the subject colors are generally mixed locally (i.e. trajectories from many subjects are
neighboring).
4 Discussion and Conclusion
We have proposed a probabilistic atlas model for tractography that enables the computation
of the entropy of a collection of fibers, and we have shown that registration by minimizing
this entropy can successfully align the white matter in multiple subjects. Advantages of our
objective function include its smoothness and the fact that any fiber outliers will have little
effect. Optimization of the proposed objective, because it is based on tractography data, has
the potential to enhance downstream tractography modeling and statistical analysis results.
Future work will include code optimization, incorporation of higher-order deformations, and
comparison of the method to other fiber- and image-based registration methods. To our
knowledge, this work represents the first method for groupwise registration of whole-brain
diffusion tractography data.
Acknowledgments
We gratefully acknowledge support from NIH grants R21CA156943, P41RR019703, R01MH074794,
R01MH092862, P41RR013218 and P41EB015902, and CIMIT.
References
1. Caan M, Majoie C, van Vliet L, van der Graaff M, Vos F. Non-rigid point set matching of white
matter tracts for diffusion tensor image analysis. Biomedical Engineering, IEEE Transactions on.
2010; 58(9):2431– 2440.
2. Corouge I, Fletcher P, Joshi S, Gouttard S, Gerig G. Fiber tract-oriented statistics for quantitative
diffusion tensor MRI analysis. Medical Image Analysis. 2006; 10(5):786–798. [PubMed:
16926104]
3. Durrleman S, Fillard P, Pennec X, Trouvé A, Ayache N. Registration, atlas estimation and
variability analysis of white matter fiber bundles modeled as currents. NeuroImage. 2011; 55:1073–
1090. [PubMed: 21126594]
4. Goodlett C, Fletcher P, Gilmore J, Gerig G. Group analysis of DTI fiber tract statistics with
application to neurodevelopment. NeuroImage. 2009; 45(1):133–142.
5. Jones, E.; Oliphant, T.; Peterson, P., et al. SciPy: Open source scientific tools for Python (2001–).
http://www.scipy.org/
6. Joshi S, Davis B, Jomier M, Gerig G. Unbiased diffeomorphic atlas construction for computational
anatomy. NeuroImage. 2004; 23:151–160.
O’Donnell et al. Page 5
Med Image Comput Comput Assist Interv
. Author manuscript; available in PMC 2013 April 29.
NIH-PA Author Manuscript NIH-PA Author Manuscript NIH-PA Author Manuscript
7. Kitware: VTK: The Visualization Toolkit. http://www.vtk.org/
8. Learned-Miller E. Data driven image models through continuous joint alignment. Pattern Analysis
and Machine Intelligence, IEEE Transactions on. 2006; 28(2):236–250.
9. Leemans A, Sijbers J, De Backer S, Vandervliet E, Parizel P. Multiscale white matter fiber tract
coregistration: A new feature-based approach to align diffusion tensor data. Magnetic Resonance in
Medicine. 2006; 55(6):1414–1423. [PubMed: 16685732]
10. Maddah M, Grimson W, Warfield S, Wells W. A unified framework for clustering and quantitative
analysis of white matter fiber tracts. Medical Image Analysis. 2008; 12(2):191–202. [PubMed:
18180197]
11. Mattes D, Haynor D, Vesselle H, Lewellen T, Eubank W. PET-CT image registration in the chest
using free-form deformations. Medical Imaging, IEEE Transactions on. 2003; 22(1):120–128.
12. Mayer A, Zimmerman-Moreno G, Shadmi R, Batikoff A, Greenspan H. A supervised framework
for the registration and segmentation of white matter fiber tracts. Medical Imaging, IEEE
Transactions on. 2011; 30(1):131–145.
13. MJD, P. A direct search optimization method that models the objective and constraint functions by
linear interpolation. Kluwer Academic; Dordrecht: 1994. Advances in Optimization and
Numerical Analysis, chap; p. 51-67.
14. O’Donnell L, Rigolo L, Norton I, Westin CF, Golby A. fMRI-DTI modeling via landmark distance
atlases for prediction and detection of fiber tracts. NeuroImage. 2011
15. O’Donnell L, Westin CF. Automatic tractography segmentation using a high-dimensional white
matter atlas. Medical Imaging, IEEE Transactions on. 2007; 26(11):1562–1575.
16. Tsai, A.; Westin, CF.; Hero, A.; Willsky, A. Computer Vision and Pattern Recognition. IEEE;
2007. Fiber tract clustering on manifolds with dual rooted-graphs; p. 1-6.
17. Wassermann, D.; Rathi, Y.; Bouix, S.; Kubicki, M.; Kikinis, R.; Shenton, M.; Westin, CF.
Information Processing in Medical Imaging. Springer; 2011. White matter bundle registration and
population analysis based on gaussian processes; p. 320-332.
18. Zhang H, Avants B, Yushkevich P, Woo J, Wang S, McCluskey L, Elman L, Melhem E, Gee J.
High-dimensional spatial normalization of diffusion tensor images improves the detection of white
matter differences: an example study using amyotrophic lateral sclerosis. Medical Imaging, IEEE
Transactions on. 2007; 26(11):1585–1597.
19. Ziyan U, Sabuncu M, Grimson W, Westin CF. Consistency clustering: A robust algorithm for
group-wise registration, segmentation and automatic atlas construction in diffusion MRI. Int J
Comput Vis. 2009; 85(3):279–290. [PubMed: 20442792]
20. Zöllei L, Learned-Miller E, Grimson E, Wells W. Efficient population registration of 3D data.
Computer Vision for Biomedical Image Applications. 2005:291–301.
21. Zvitia O, Mayer A, Shadmi R, Miron S, Greenspan H. Co-registration of white matter
tractographies by adaptive-mean-shift and gaussian mixture modeling. Medical Imaging, IEEE
Transactions on. 2010; 29(1):132–145.
O’Donnell et al. Page 6
Med Image Comput Comput Assist Interv
. Author manuscript; available in PMC 2013 April 29.
NIH-PA Author Manuscript NIH-PA Author Manuscript NIH-PA Author Manuscript
Fig. 1.
Plots of the objective function under x-translation (−40 to 40mm), rotation about x (−40 to
40 degrees), scaling along x (factors of 0.5 to 1.5), and shear (−40 to 40 degrees skew about
x). The curves represent different values of the multi-scale parameter
σ
: 5mm (top curve,
blue), 10mm, 20mm, and 30mm (lowest curve, cyan).
O’Donnell et al. Page 7
Med Image Comput Comput Assist Interv
. Author manuscript; available in PMC 2013 April 29.
NIH-PA Author Manuscript NIH-PA Author Manuscript NIH-PA Author Manuscript
Fig. 2.
Results of multi-scale registration of randomly transformed synthetic brain (n=10) dataset
(inferior view). Each subject is shown in a different color. The output brains are shown after
each registration scale (
σ
), demonstrating successful coarse-to-fine registration. The output
brains appear slightly “rotated” relative to standard AC-PC orientation due to some mean
component of the initial random transforms.
O’Donnell et al. Page 8
Med Image Comput Comput Assist Interv
. Author manuscript; available in PMC 2013 April 29.
NIH-PA Author Manuscript NIH-PA Author Manuscript NIH-PA Author Manuscript
Fig. 3.
Results in N=26 healthy subject dataset demonstrate successful coarse-to-fine registration
(inferior and left views shown). Each subject is shown in a different color.
O’Donnell et al. Page 9
Med Image Comput Comput Assist Interv
. Author manuscript; available in PMC 2013 April 29.
NIH-PA Author Manuscript NIH-PA Author Manuscript NIH-PA Author Manuscript
... The main limitation of analyzing the properties of the whole white matter tract is that it may conceal potentially valuable information about microstructural abnormalities in local regions within the tract (Lynch et al., 2020). An automatically annotated fiber clustering method was presented to divide whole-brain fibers into fiber clusters with anatomical meanings (O'Donnell & Westin, 2007;O'Donnell et al., 2012). This white matter parcellation method has been demonstrated to be applicable in different subjects, such as patients with brain tumors (O'Donnell et al., 2017), autism (Zhang, Savadjiev, et al., 2018), attention deficit hyperactivity disorder , and major depressive disorder . ...
Article
Mild cognitive impairment is a nonmotor complication in Parkinson's disease (PD) that have a high risk of developing dementia. White matter is associated with cognitive function in PD and the alterations may occur before the symptoms of the disease. Previous diffusion tensor imaging (DTI) studies lacked specificity to characterize the concrete contributions of distinct white matter tissue properties. This may lead to inconsistent conclusions about the alteration of white matter microstructure. Here, we used neurite orientation dispersion and density imaging (NODDI) and white matter fiber clustering method to uncover local white matter microstructures in PD with mild cognitive impairment (PD-MCI). This study included 23 PD-MCI and 20 PD with normal cognition (PD-NC) and 21 healthy controls (HC). To probe specific and fine-grained differences, metrics of NODDI and DTI in white matter fiber clusters were evaluated using along-tract analysis. Our results showed that PD-MCI patients had significantly lower neurite density index (NDI) and orientation dispersion index (ODI) in white matter fiber clusters in the prefrontal region. Correlation analysis and receiver operating characteristic (ROC) analysis revealed that the diagnostic performance of NODDI-derived metrics in cingulum bundle (2 clusters) and thalamo-frontal (2 clusters) were superior to DTI metrics. Our study provides a more specific insight to uncover local white matter abnormalities in PD-MCI, which benefit understanding the underlying mechanism of cognitive decline in PD and predicting the disease in advance.
Article
Full-text available
The Adolescent Brain Cognitive Development (ABCD) Study® has collected data from over 10,000 children across 21 sites, providing insights into adolescent brain development. However, site-specific scanner variability has made it challenging to use diffusion MRI (dMRI) data from this study. To address this, a dataset of harmonized and processed ABCD dMRI data (from release 3) has been created, comprising quality-controlled imaging data from 9,345 subjects, focusing exclusively on the baseline session, i.e., the first time point of the study. This resource required substantial computational time (approx. 50,000 CPU hours) for harmonization, whole-brain tractography, and white matter parcellation. The dataset includes harmonized dMRI data, 800 white matter clusters, 73 anatomically labeled white matter tracts in full and low resolution, and 804 different dMRI-derived measures per subject (72.3 TB total size). Accessible via the NIMH Data Archive, it offers a large-scale dMRI dataset for studying structural connectivity in child and adolescent neurodevelopment. Additionally, several post-harmonization experiments were conducted to demonstrate the success of the harmonization process on the ABCD dataset.
Conference Paper
Large datasets often contain multiple distinct feature sets, or views, that offer complementary information that can be exploited by multi-view learning methods to improve results. We investigate anatomical-multi-view data, where each brain anatomical structure is described with multiple feature sets. In particular, we focus on sets of white matter microstructure and connectivity features from diffusion MRI, as well as sets of gray matter area and thickness features from structural MRI. We investigate machine learning methodology that applies multi-view approaches to improve the prediction of non-imaging phenotypes, including demographics (age), motor (strength), and cognition (picture vocabulary). We present an explainable multi-view network (EMV-Net) that can use different anatomical views to improve prediction performance. In this network, each individual anatomical view is processed by a view-specific feature extractor and the extracted information from each view is fused using a learnable weight. This is followed by a wavelet-transform-based module to obtain complementary information across views which is then applied to calibrate the view-specific information. Additionally, the calibrator produces an attention-based calibration score to indicate anatomical structures’ importance for interpretation. In the experiments, we demonstrate that the proposed EMV-Net significantly outperforms several state-of-the-art methods designed for non-imaging phenotype prediction based on the Human Connectome Project (HCP) Young Adult dataset with 1065 individuals. EMV-Net significantly outperforms compared methods for predicting age, strength, and picture vocabulary. Specifically, our approach specifically decreases the Mean Absolute Error (MAE) for age prediction by at least 0.24 years and improves the correlation coefficient for predicting the other two phenotypes by at least 0.13. Our interpretation results show that for different views, fractional anisotropy of white matter diffusion measures and the surface thickness of gray matter measures are generally more important.
Article
Full-text available
Background Whether white matter hyperintensities (WMHs) involve U-fibers is of great value in understanding the different etiologies of cerebral white matter (WM) lesions. However, clinical practice currently relies only on the naked eye to determine whether WMHs are in the vicinity of U-fibers, and there is a lack of good neuroimaging tools to quantify WMHs and U-fibers. Methods Here, we developed a multimodal neuroimaging toolbox named U-fiber analysis (UFA) that can automatically extract WMHs and quantitatively characterize the volume and number of WMHs in different brain regions. In addition, we proposed an anatomically constrained U-fiber tracking scheme and quantitatively characterized the microstructure diffusion properties, fiber length, and number of U-fibers in different brain regions to help clinicians to quantitatively determine whether WMHs in the proximal cortex disrupt the microstructure of U-fibers. To validate the utility of the UFA toolbox, we analyzed the neuroimaging data from 246 patients with cerebral small vessel disease (cSVD) enrolled at Zhongshan Hospital between March 2018 and November 2019 in a cross-sectional study. Results According to the manual judgment of the clinician, the patients with cSVD were divided into a WMHs involved U-fiber group (U-fiber-involved group, 51 cases) and WMHs not involved U-fiber group (U-fiber-spared group, 163 cases). There were no significant differences between the U-fiber-spared group and the U-fiber-involved group in terms of age (P=0.143), gender (P=0.462), education (P=0.151), Mini-Mental State Examination (MMSE) scores (P=0.151), and Montreal Cognitive Assessment (MoCA) scores (P=0.411). However, patients in the U-fiber-involved group had higher Fazekas scores (P<0.001) and significantly higher whole brain WMHs (P=0.046) and deep WMH volumes (P<0.001) compared to patients in the U-fiber-spared group. Moreover, the U-fiber-involved group had higher WMH volumes in the bilateral frontal [P(left) <0.001, P(right) <0.001] and parietal lobes [P(left) <0.001, P(right) <0.001]. On the other hand, patients in the U-fiber-involved group had higher mean diffusivity (MD) and axial diffusivity (AD) in the bilateral parietal [P(left, MD) =0.048, P(right, MD) =0.045, P(left, AD) =0.015, P(right, AD) =0.015] and right frontal-parietal regions [P(MD) =0.048, P(AD) =0.027], and had significantly reduced mean fiber length and number in the right parietal [P(length) =0.013, P(number) =0.028] and right frontal-parietal regions [P(length) =0.048] compared to patients in the U-fiber-spared group. Conclusions Our results suggest that WMHs in the proximal cortex may disrupt the microstructure of U-fibers. Our tool may provide new insights into the understanding of WM lesions of different etiologies in the brain.
Article
Full-text available
Objective: to investigate how the presence/side of hippocampal sclerosis (HS) are related to the white matter structure of cingulum bundle (CB), arcuate fasciculus (AF), and inferior longitudinal fasciculus (ILF) in mesial temporal lobe epilepsy (MTLE). Methods: We acquired diffusion-weighted magnetic resonance imaging (MRI) from 86 healthy and 71 individuals with MTLE (22 right HS; right-HS, 34 left HS; left-HS, and 15 non-lesional MTLE). We utilized two-tensor tractography and fiber clustering to compare fractional anisotropy (FA) of each side/tract between groups. Additionally, we examined the association between FA and non-verbal (WMS-R) and verbal (WMS-R, RAVLT codification) memory performance for MTLE individuals. Results: White matter abnormalities depended on the side and presence of HS. The left-HS demonstrated widespread abnormalities for all tracts, the right-HS showed lower FA for ipsilateral tracts and the non-lesional MTLE group did not differ from healthy individuals. Results indicate no differences in verbal/non-verbal memory performance between the groups, but trend-level associations between higher FA of visual memory and the left CB (r=0.286, p=0.018), verbal memory (RAVLT) and - left CB (r=0.335, p=0.005), - right CB (r=0.286, p=0.016), and - left AF (r=0.287, p=0.017). Significance: Our results highlight that the presence and side of HS are crucial to understand the pathophysiology of MTLE. Specifically, left-sided HS seems to be related to widespread bilateral white matter abnormalities. Future longitudinal studies should focus on developing diagnostic and treatment strategies dependent on HS's presence/side.
Article
Full-text available
Quantitative analysis of white matter fiber tracts from diffusion Magnetic Resonance Imaging (dMRI) data is of great significance in health and disease. For example, analysis of fiber tracts related to anatomically meaningful fiber bundles is highly demanded in pre-surgical and treatment planning, and the surgery outcome depends on accurate segmentation of the desired tracts. Currently, this process is mainly done through time-consuming manual identification performed by neuro-anatomical experts. However, there is a broad interest in automating the pipeline such that it is fast, accurate, and easy to apply in clinical settings and also eliminates the intra-reader variabilities. Following the advancements in medical image analysis using deep learning techniques, there has been a growing interest in using these techniques for the task of tract identification as well. Recent reports on this application show that deep learning-based tract identification approaches outperform existing state-of-the-art methods. This paper presents a review of current tract identification approaches based on deep neural networks. First, we review the recent deep learning methods for tract identification. Next, we compare them with respect to their performance, training process, and network properties. Finally, we end with a critical discussion of open challenges and possible directions for future works.
Chapter
This paper presents NeurEPDiff, a novel network to fast predict the geodesics in deformation spaces generated by a well known Euler-Poincaré differential equation (EPDiff). To achieve this, we develop a neural operator that for the first time learns the evolving trajectory of geodesic deformations parameterized in the tangent space of diffeomorphisms (a.k.a velocity fields). In contrast to previous methods that purely fit the training images, our proposed NeurEPDiff learns a nonlinear mapping function between the time-dependent velocity fields. A composition of integral operators and smooth activation functions is formulated in each layer of NeurEPDiff to effectively approximate such mappings. The fact that NeurEPDiff is able to rapidly provide the numerical solution of EPDiff (given any initial condition) results in a significantly reduced computational cost of geodesic shooting of diffeomorphisms in a high-dimensional image space. Additionally, the properties of discretiztion/resolution-invariant of NeurEPDiff make its performance generalizable to multiple image resolutions after being trained offline. We demonstrate the effectiveness of NeurEPDiff in registering two image datasets: 2D synthetic data and 3D brain resonance imaging (MRI). The registration accuracy and computational efficiency are compared with the state-of-the-art diffeomophic registration algorithms with geodesic shooting.
Article
White matter fiber clustering is an important strategy for white matter parcellation, which enables quantitative analysis of brain connections in health and disease. In combination with expert neuroanatomical labeling, data-driven white matter fiber clustering is a powerful tool for creating atlases that can model white matter anatomy across individuals. While widely used fiber clustering approaches have shown good performance using classical unsupervised machine learning techniques, recent advances in deep learning reveal a promising direction toward fast and effective fiber clustering. In this work, we propose a novel deep learning framework for white matter fiber clustering, Deep Fiber Clustering (DFC), which solves the unsupervised clustering problem as a self-supervised learning task with a domain-specific pretext task to predict pairwise fiber distances. This process learns a high-dimensional embedding feature representation for each fiber, regardless of the order of fiber points reconstructed during tractography. We design a novel network architecture that represents input fibers as point clouds and allows the incorporation of additional sources of input information from gray matter parcellation. Thus, DFC makes use of combined information about white matter fiber geometry and gray matter anatomy to improve the anatomical coherence of fiber clusters. In addition, DFC conducts outlier removal naturally by rejecting fibers with low cluster assignment probability. We evaluate DFC on three independently acquired cohorts, including data from 220 individuals across genders, ages (young and elderly adults), and different health conditions (healthy control and multiple neuropsychiatric disorders). We compare DFC to several state-of-the-art white matter fiber clustering algorithms. Experimental results demonstrate superior performance of DFC in terms of cluster compactness, generalization ability, anatomical coherence, and computational efficiency.
Article
Background: Moyamoya is a disease with progressive cerebral arterial stenosis leading to stroke and silent infarct. Diffusion-weighted magnetic resonance imaging (dMRI) studies show that adults with moyamoya have significantly lower fractional anisotropy (FA) and higher mean diffusivity (MD), axial diffusivity (AD), and radial diffusivity (RD) compared with controls, which raises concern for unrecognized white matter injury. Children with moyamoya have significantly lower FA and higher MD in their white matter compared with controls. However, it is unknown which white matter tracts are affected in children with moyamoya. Methods: We present a cohort of 15 children with moyamoya with 24 affected hemispheres without stroke or silent infarct compared with 25 controls. We analyzed dMRI data using unscented Kalman filter tractography and extracted major white matter pathways with a fiber clustering method. We compared the FA, MD, AD, and RD in each segmented white matter tract and combined white matter tracts found within the watershed region using analysis of variance. Results: Age and sex were not significantly different between children with moyamoya and controls. Specific white matter tracts affected included inferior fronto-occipital fasciculus, inferior longitudinal fasciculus, superior longitudinal fasciculus, thalamofrontal, uncinate fasciculus, and arcuate fasciculus. Combined watershed region white matter tracts in children with moyamoya had significantly lower FA (-7.7% ± 3.2%, P = 0.02) and higher MD (4.8% ± 1.9%, P = 0.01) and RD (8.7% ± 2.8%, P = 0.002). Conclusions: Lower FA with higher MD and RD is concerning for unrecognized white matter injury. Affected tracts were located in watershed regions suggesting that the findings may be due to chronic hypoperfusion. These findings support the concern that children with moyamoya without overt stroke or silent infarction are sustaining ongoing injury to their white matter microstructure and provide practitioners with a noninvasive method of more accurately assessing disease burden in children with moyamoya.
Conference Paper
Full-text available
We propose a manifold learning approach to fiber tract clustering using a novel similarity measure between fiber tracts constructed from dual-rooted graphs. In particular, to generate this similarity measure, the chamfer or Hausdorff distance is initially employed as a local distance metric to construct minimum spanning trees between pairwise fiber tracts. These minimum spanning trees are effective in capturing the intrinsic geometry of the fiber tracts. Hence, they are used to capture the neighborhood structures of the fiber tract data set. We next assume the high-dimensional input fiber tracts to lie on low-dimensional non-linear manifolds. We apply Locally Linear Embedding, a popular manifold learning technique, to define a low-dimensional embedding of the fiber tracts that preserves the neighborhood structures of the high-dimensional data structure as captured by the method of dual-rooted graphs. Clustering is then performed on this low-dimensional data structure using the k-means algorithm. We illustrate our resulting clustering technique on both synthetic data and on real fiber tract data obtained from diffusion tensor imaging.
Conference Paper
Full-text available
We present a population registration framework that acts on large collections or populations of data volumes. The data alignment procedure runs in a simul-taneous fashion, with every member of the population approaching the central tendency of the collection at the same time. Such a mechanism eliminates the need for selecting a particular reference frame a priori, resulting in a non-biased estimate of a digital atlas. Our algorithm adopts an a±ne congealing framework with an information theoretic objective function and is optimized via a gradient-based stochastic approximation process embedded in a multi-resolution setting. We present experimental results on both synthetic and real images.
Article
Full-text available
Patient studies based on diffusion tensor images (DTI) require spatial correspondence between subjects. We propose to obtain the correspondence from white matter tracts, by introducing a new method for nonrigid matching of white matter fiber tracts in DTI. The method boils down to point set registration that involves simultaneously clustering and matching of the data points. The tracts are implicitly warped to a common frame of reference to avoid the potential bias toward one of the datasets. The algorithm gradually refines from global to local registration, which is implemented through deterministic annealing. Special care was taken to incorporate the spatial relation between fiber points and the uncertainty in principal diffusion orientation. As a result, the computed clusters are oriented along the fiber tracts and discriminate between adjacent but distinct fiber tracts. This is validated on synthetic and clinical data. The root-mean-squared distance with respect to expert-annotated landmarks is low (3 mm). In contrast to a state-of-the-art nonrigid registration technique, the proposed method is more robust to residual misalignments in terms of measured fractional anisotropy values.
Article
An iterative algorithm is proposed for nonlinearly constrained optimization calculations when there are no derivatives. Each iteration forms linear approximations to the objective and constraint functions by interpolation at the vertices of a simplex and a trust region bound restricts each change to the variables. Thus a new vector of variables is calculated, which may replace one of the current vertices, either to improve the shape of the simplex or because it is the best vector that has been found so far, according to a merit function that gives attention to the greatest constraint violation. The trust region radius ρ is never increased, and it is reduced when the approximations of a well-conditioned simplex fail to yield an improvement to the variables, until ρ reaches a prescribed value that controls the final accuracy. Some convergence properties and several numerical results are given, but there are no more than 9 variables in these calculations because linear approximations can be highly inefficient. Nevertheless, the algorithm is easy to use for small numbers of variables.
Article
SciPy is a Python-based ecosystem of open-source software for mathematics, science, and engineering. See http://www.scipy.org/ .
Article
The overall goal of this research is the design of statistical atlas models that can be created from normal subjects, but may generalize to be applicable to abnormal brains. We present a new style of joint modeling of fMRI, DTI, and structural MRI. Motivated by the fact that a white matter tract and related cortical areas are likely to displace together in the presence of a mass lesion (brain tumor), in this work we propose a rotation and translation invariant model that represents the spatial relationship between fiber tracts and anatomic and functional landmarks. This landmark distance model provides a new basis for representation of fiber tracts and can be used for detection and prediction of fiber tracts based on landmarks. Our results indicate that the measured model is consistent across normal subjects, and thus suitable for atlas building. Our experiments demonstrate that the model is robust to displacement and missing data, and can be successfully applied to a small group of patients with mass lesions.
Conference Paper
This paper proposes a method for the registration of white matter tract bundles traced from diffusion images and its extension to atlas generation, Our framework is based on a Gaussian process representation of tract density maps. Such a representation avoids the need for point-to-point correspondences, is robust to tract interruptions and reconnections and seamlessly handles the comparison and combination of white matter tract bundles. Moreover, being a parametric model, this approach has the potential to be defined in the Gaussian processes' parameter space, without the need for resampling the fiber bundles during the registration process. We use the similarity measure of our Gaussian process framework, which is in fact an inner product, to drive a diffeomorphic registration algorithm between two sets of homologous bundles which is not biased by point-to-point correspondences or the parametrization of the tracts. We estimate a dense deformation of the underlying white matter using the bundles as anatomical landmarks and obtain a population atlas of those fiber bundles. Finally we test our results in several different bundles obtained from in-vivo data.
Article
This paper proposes a generic framework for the registration, the template estimation and the variability analysis of white matter fiber bundles extracted from diffusion images. This framework is based on the metric on currents for the comparison of fiber bundles. This metric measures anatomical differences between fiber bundles, seen as global homologous structures across subjects. It avoids the need to establish correspondences between points or between individual fibers of different bundles. It can measure differences both in terms of the geometry of the bundles (like its boundaries) and in terms of the density of fibers within the bundle. It is robust to fiber interruptions and reconnections. In addition, a recently introduced sparse approximation algorithm allows us to give an interpretable representation of the fiber bundles and their variations in the framework of currents.
Article
A supervised framework is presented for the automatic registration and segmentation of white matter (WM) tractographies extracted from brain DT-MRI. The framework relies on the direct registration between the fibers, without requiring any intensity-based registration as preprocessing. An affine transform is recovered together with a set of segmented fibers. A recently introduced probabilistic boosting tree classifier is used in a segmentation refinement step to improve the precision of the target tract segmentation. The proposed method compares favorably with a state-of-the-art intensity-based algorithm for affine registration of DTI tractographies. Segmentation results for 12 major WM tracts are demonstrated. Quantitative results are also provided for the segmentation of a particularly difficult case, the optic radiation tract. An average precision of 80% and recall of 55% were obtained for the optimal configuration of the presented method.