68 research outputs found
What's new and what's next in diffusion MRI preprocessing
Diffusion MRI (dMRI) provides invaluable information for the study of tissue microstructure and brain connectivity, but suffers from a range of imaging artifacts that greatly challenge the analysis of results and their interpretability if not appropriately accounted for. This review will cover dMRI artifacts and preprocessing steps, some of which have not typically been considered in existing pipelines or reviews, or have only gained attention in recent years: brain/skull extraction, B-matrix incompatibilities w.r.t the imaging data, signal drift, Gibbs ringing, noise distribution bias, denoising, between- and within-volumes motion, eddy currents, outliers, susceptibility distortions, EPI Nyquist ghosts, gradient deviations, bias fields, and spatial normalization. The focus will be on “what’s new” since the notable advances prior to and brought by the Human Connectome Project (HCP), as presented in the predecessing issue on “Mapping the Connectome” in 2013. In addition to the development of novel strategies for dMRI preprocessing, exciting progress has been made in the availability of open source tools and reproducible pipelines, databases and simulation tools for the evaluation of preprocessing steps, and automated quality control frameworks, amongst others. Finally, this review will consider practical considerations and our view on “what’s next” in dMRI preprocessing
Diffusional Kurtosis Imaging in the Diffusion Imaging in Python Project.
Diffusion-weighted magnetic resonance imaging (dMRI) measurements and models provide information about brain connectivity and are sensitive to the physical properties of tissue microstructure. Diffusional Kurtosis Imaging (DKI) quantifies the degree of non-Gaussian diffusion in biological tissue from dMRI. These estimates are of interest because they were shown to be more sensitive to microstructural alterations in health and diseases than measures based on the total anisotropy of diffusion which are highly confounded by tissue dispersion and fiber crossings. In this work, we implemented DKI in the Diffusion in Python (DIPY) project-a large collaborative open-source project which aims to provide well-tested, well-documented and comprehensive implementation of different dMRI techniques. We demonstrate the functionality of our methods in numerical simulations with known ground truth parameters and in openly available datasets. A particular strength of our DKI implementations is that it pursues several extensions of the model that connect it explicitly with microstructural models and the reconstruction of 3D white matter fiber bundles (tractography). For instance, our implementations include DKI-based microstructural models that allow the estimation of biophysical parameters, such as axonal water fraction. Moreover, we illustrate how DKI provides more general characterization of non-Gaussian diffusion compatible with complex white matter fiber architectures and gray matter, and we include a novel mean kurtosis index that is invariant to the confounding effects due to tissue dispersion. In summary, DKI in DIPY provides a well-tested, well-documented and comprehensive reference implementation for DKI. It provides a platform for wider use of DKI in research on brain disorders and in cognitive neuroscience
Fitting IVIM with Variable Projection and Simplicial Optimization
Fitting multi-exponential models to Diffusion MRI (dMRI) data has always been
challenging due to various underlying complexities. In this work, we introduce
a novel and robust fitting framework for the standard two-compartment IVIM
microstructural model. This framework provides a significant improvement over
the existing methods and helps estimate the associated diffusion and perfusion
parameters of IVIM in an automatic manner. As a part of this work we provide
capabilities to switch between more advanced global optimization methods such
as simplicial homology (SH) and differential evolution (DE). Our experiments
show that the results obtained from this simultaneous fitting procedure
disentangle the model parameters in a reduced subspace. The proposed framework
extends the seminal work originated in the MIX framework, with improved
procedures for multi-stage fitting. This framework has been made available as
an open-source Python implementation and disseminated to the community through
the DIPY project
Dipy, a library for the analysis of diffusion MRI data
Diffusion Imaging in Python (Dipy) is a free and open source software projectfor the analysis of data from diffusion magnetic resonance imaging (dMRI)experiments. dMRI is an application of MRI that can be used to measurestructural features of brain white matter. Many methods have been developed touse dMRI data to model the local configuration of white matter nerve fiberbundles and infer the trajectory of bundles connecting different parts of thebrain.Dipy gathers implementations of many different methods in dMRI, including:diffusion signal pre-processing; reconstruction of diffusion distributions inindividual voxels; fiber tractography and fiber track post-processing, analysisand visualization. Dipy aims to provide transparent implementations forall the different steps of dMRI analysis with a uniform programming interface.We have implemented classical signal reconstruction techniques, such as thediffusion tensor model and deterministic fiber tractography. In addition,cutting edge novel reconstruction techniques are implemented, such asconstrained spherical deconvolution and diffusion spectrum imaging withdeconvolution, as well as methods for probabilistic tracking and originalmethods for tractography clustering. Many additional utility functions areprovided to calculate various statistics, informative visualizations, as wellas file-handling routines to assist in the development and use of noveltechniques.In contrast to many other scientific software projects, Dipy is not beingdeveloped by a single research group. Rather, it is an open project thatencourages contributions from any scientist/developer through GitHub and opendiscussions on the project mailing list. Consequently, Dipy today has aninternational team of contributors, spanning seven different academic institutionsin five countries and three continents, which is still growing
Evaluating the Reliability of Human Brain White Matter Tractometry
Published Nov 17, 2021The validity of research results depends on the reliability of analysis methods. In recent years, there have been concerns about the validity of research that uses diffusion-weighted MRI (dMRI) to understand human brain white matter connections in vivo, in part based on the reliability of analysis methods used in this field. We defined and assessed three dimensions of reliability in dMRI-based tractometry, an analysis technique that assesses the physical properties of white matter pathways: (1) reproducibility, (2) test-retest reliability, and (3) robustness. To facilitate reproducibility, we provide software that automates tractometry (https://yeatmanlab.github.io/pyAFQ). In measurements from the Human Connectome Project, as well as clinical-grade measurements, we find that tractometry has high test-retest reliability that is comparable to most standardized clinical assessment tools. We find that tractometry is also robust: showing high reliability with different choices of analysis algorithms. Taken together, our results suggest that tractometry is a reliable approach to analysis of white matter connections. The overall approach taken here both demonstrates the specific trustworthiness of tractometry analysis and outlines what researchers can do to establish the reliability of computational analysis pipelines in neuroimaging.This work was supported through grant 1RF1MH121868-
01 from the National Institute of Mental Health/the BRAIN
Initiative, through grant 5R01EB027585-02 to Eleftherios
Garyfallidis (Indiana University) from the National Institute
of Biomedical Imaging and Bioengineering, through Azure
Cloud Computing Credits for Research & Teaching provided
through the University of Washington’s Research
Computing unit and the University of Washington eScience
Institute, and NICHD R21HD092771 to Jason D. Yeatma
Bifurcated topological optimization for IVIM
In this work, we shed light on the issue of estimating Intravoxel Incoherent Motion (IVIM)
for diffusion and perfusion estimation by characterizing the objective function using
simplicial homology tools. We provide a robust solution via topological optimization of
this model so that the estimates are more reliable and accurate. Estimating the tissue
microstructure from diffusion MRI is in itself an ill-posed and a non-linear inverse problem.
Using variable projection functional (VarPro) to fit the standard bi-exponential IVIM model
we perform the optimization using simplicial homology based global optimization to
better understand the topology of objective function surface. We theoretically show
how the proposed methodology can recover the model parameters more accurately
and consistently by casting it in a reduced subspace given by VarPro. Additionally
we demonstrate that the IVIM model parameters cannot be accurately reconstructed
using conventional numerical optimization methods due to the presence of infinite
solutions in subspaces. The proposed method helps uncover multiple global minima by
analyzing the local geometry of the model enabling the generation of reliable estimates
of model parameters.The National Institute of Biomedical Imaging And Bioengineering (NIBIB) of the National Institutes of Health (NIH); University of Washington’s Royalty Research Fund; NIH grants; the German Research Foundation (DFG) and a grant from the Alfred P. Sloan Foundation and the Gordon & Betty Moore Foundation to the University of Washington eScience Institute Data Science Environment.http://www.frontiersin.org/Neuroscienceam2022Chemical Engineerin
Recommended from our members
Dynamic Changes in White Matter Abnormalities Correlate With Late Improvement and Deterioration Following TBI: A Diffusion Tensor Imaging Study.
OBJECTIVE: Traumatic brain injury (TBI) is not a single insult with monophasic resolution, but a chronic disease, with dynamic processes that remain active for years. We aimed to assess patient trajectories over the entire disease narrative, from ictus to late outcome. METHODS: Twelve patients with moderate-to-severe TBI underwent magnetic resonance imaging in the acute phase (within 1 week of injury) and twice in the chronic phase of injury (median 7 and 21 months), with some undergoing imaging at up to 2 additional time points. Longitudinal imaging changes were assessed using structural volumetry, deterministic tractography, voxel-based diffusion tensor analysis, and region of interest analyses (including corpus callosum, parasagittal white matter, and thalamus). Imaging changes were related to behavior. RESULTS: Changes in structural volumes, fractional anisotropy, and mean diffusivity continued for months to years postictus. Changes in diffusion tensor imaging were driven by increases in both axial and radial diffusivity except for the earliest time point, and were associated with changes in reaction time and performance in a visual memory and learning task (paired associates learning). Dynamic structural changes after TBI can be detected using diffusion tensor imaging and could explain changes in behavior. CONCLUSIONS: These data can provide further insight into early and late pathophysiology, and begin to provide a framework that allows magnetic resonance imaging to be used as an imaging biomarker of therapy response. Knowledge of the temporal pattern of changes in TBI patient populations also provides a contextual framework for assessing imaging changes in individuals at any given time point
QSIPrep: an integrative platform for preprocessing and reconstructing diffusion MRI data
Diffusion-weighted magnetic resonance imaging (dMRI) is the primary method for noninvasively studying the organization of white matter in the human brain. Here we introduce QSIPrep, an integrative software platform for the processing of diffusion images that is compatible with nearly all dMRI sampling schemes. Drawing on a diverse set of software suites to capitalize on their complementary strengths, QSIPrep facilitates the implementation of best practices for processing of diffusion images
- …