IVCVAug 20, 2024

deepmriprep: Voxel-based Morphometry (VBM) Preprocessing via Deep Neural Networks

arXiv:2408.10656v21 citationsh-index: 84Has Code
AI Analysis

This work addresses the bottleneck of processing speed for neuroimaging researchers, enabling large-scale and real-time VBM analysis, though it is incremental as it improves upon existing methods rather than introducing a new paradigm.

The paper tackled the problem of slow preprocessing for Voxel-based Morphometry (VBM) in neuroimaging by introducing deepmriprep, a deep neural network-based pipeline that is 37 times faster than the leading toolbox CAT12 while matching its accuracy in tissue segmentation and registration across over 100 datasets.

Voxel-based Morphometry (VBM) has emerged as a powerful approach in neuroimaging research, utilized in over 7,000 studies since the year 2000. Using Magnetic Resonance Imaging (MRI) data, VBM assesses variations in the local density of brain tissue and examines its associations with biological and psychometric variables. Here, we present deepmriprep, a neural network-based pipeline that performs all necessary preprocessing steps for VBM analysis of T1-weighted MR images using deep neural networks. Utilizing the Graphics Processing Unit (GPU), deepmriprep is 37 times faster than CAT12, the leading VBM preprocessing toolbox. The proposed method matches CAT12 in accuracy for tissue segmentation and image registration across more than 100 datasets and shows strong correlations in VBM results. Tissue segmentation maps from deepmriprep have over 95% agreement with ground truth maps, and its non-linear registration, using supervised SYMNet, predicts smooth deformation fields comparable to CAT12. The high processing speed of deepmriprep enables rapid preprocessing of extensive datasets and thereby fosters the application of VBM analysis to large-scale neuroimaging studies and opens the door to real-time applications. Finally, deepmripreps straightforward, modular design enables researchers to easily understand, reuse, and advance the underlying methods, fostering further advancements in neuroimaging research. deepmriprep can be conveniently installed as a Python package and is publicly accessible at https://github.com/wwu-mmll/deepmriprep.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes