Viljami Sairanen1
1BABA Center, Pediatric Research Center, Department of Clinical Neurophysiology, Children’s Hospital, Helsinki University Hospital and University of Helsinki, University of Helsinki, Helsinki, Finland
Synopsis
Investigation
of brain structure of infants or other uncooperative patients using
diffusion-weighted MRI is challenging due to subject motion artefacts. This
work proposes a novel robust augmentation to current state-of-the-art
multi-shell multi-tissue (MSMT) constrained spherical deconvolution (CSD)
pipeline that accounts for these artefacts in both response function estimation
and in deconvolution. A proof-of-concept is shown using multi-shell infant
dataset and it is compared against the normal MSMT-CSD. The results
indicate that motion artefacts can result in incorrect tissue type
segmentations and fiber orientation distribution (FOD) estimates which could
affect negatively any following analysis such as tractography or
microstructural brain modelling.
Introduction
Constrained
spherical deconvolution (CSD) of diffusion-weighted images (DWI) is used to investigate
voxel-wise fiber orientation distributions (FOD) in brain white matter (WM).
FOD information can be subsequently used to investigate structural connectivity
and microstructural properties of the brain. CSD process consist of
two parts: 1) response function (RF) estimation and 2) DWI deconvolution. Multi-shell
data helps to distinguish tissue types and increase FOD estimation accuracy1-4. While CSD is sensitive to noise5,
effects from other sources of uncertainty e.g. subject motion artefacts have
not been investigated in-depth previously.
Subject
motion during acquisition can result in a missing data problems6, which are observed as dark slices. In statistics, two distinct approaches
are used to ameliorate missing data problems: imputation7-9 (outlier
replacement) or robust modelling6,10. The problem in latter is it requires robust estimators i.e. modifications to computational
algorithms. Therefore, it is more tedious to implement in practice. Whereas
with imputation, one can use normal estimators to process data. This ease-of-use comes with the price of excess noise propagation due to
successive modelling and statistical dependency between imputed and non-imputed data. It is not known which approach is more
suitable for DWI processing. Therefore, it is necessary to formulate novel
robust algorithms to evaluate the differences.
This study
proposes robust augmentations to current state-of-the-art multi-shell multi-tissue (MSMT) CSD pipeline
implemented in DIPY-library11. While robust estimators have been applied
in tensor10, microstructural12, and single-shell CSD13 modelling, in the context of MSMT-CSD this is likely the first robust modelling attempt. Augmentations consider RF estimation and CSD. Motion-robust CSD could
be helpful in clinical studies in which subjects might not always stay still during scan. Importantly, this is a necessary
update for CSD methods so both robust approaches can be properly evaluated in the
future. Methods
The proposed
robust MSMT-RF estimation is based on outlier
informed kurtosis tensor estimator REKINDLE10. First step in this approach is to
quantify the number of outlier slices in data using SOLID-algorithm6. SOLID
detects slice-wise artefacts in DWIs and reports them as voxel-wise maps.
Second step is to perform robust kurtosis tensor14 fit to obtain FA and MD maps
to segment different tissue types. Third step is to select the most reliable
voxels from these segments from which the RFs are calculated. The currently
available RF estimators do not consider this measurement unreliability and
therefore this update has potential to improve any MSMT-CSD pipeline if data
contains subject motion artefacts.
The
proposed robust CSD is designed as a convex quadratic programming (QP) problem1 which is augmented with measurement reliability weights $$$\mathbf{W}$$$:
$$\hat{\mathbf{x}}=\min_{\mathbf{x}}\left( 0.5\mathbf{x}^{\top} \mathbf{H}_{rw} \mathbf{x} + \mathbf{f}^{\top}_{rw} \mathbf{x} \right) \textrm{ subject to } \mathbf{Ax} \geq0,$$
where $$$\mathbf{x}$$$ is the unknown FOD coefficient vector, robustly weighted $$$\mathbf{H}_{rw}=\mathbf{X}^{\top}\mathbf{WX}$$$ relates FOD design matrix $$$\mathbf{X}$$$ to each tissue type per shell, and $$$\mathbf{f}_{rw}=-\mathbf{X}^{\top}\mathbf{Wy}$$$ relates FOD to measurements $$$\mathbf{y}$$$ and $$$\mathbf{A}$$$ relates FOD coefficients to corresponding amplitudes.
In
traditional matrix multiplication, the reliability weights would fill only the diagonal $$$\mathbf{w}$$$ of the weight matrix $$$\mathbf{W}$$$. As weights are
unique for each voxel, this can lead into memory issues. To avoid this, the
proposed method uses Einstein summation which also increases the computational
speed of the matrix operations. With a suitable GPU card and Tensorflow library, matrix
multiplications become nearly instantaneous and $$$\mathbf{H}_{rw}$$$ and $$$\mathbf{f}_{rw}$$$ can be precomputed rapidly for the QP-problem solver.
$$\mathbf{H}_{rw}=\textrm{tf.einsum}\left('jk, ijk \rightarrow ikl',\mathbf{X}, \textrm{tf.einsum}\left('ij, jk \rightarrow ijk', \mathbf{w}, \mathbf{X} \right) \right)$$
$$\mathbf{f}_{rw}=\textrm{tf.einsum}\left('jk, ij \rightarrow ik',\mathbf{X}, \textrm{tf.einsum}\left('ij, ij \rightarrow ij', \mathbf{w}, \mathbf{y} \right) \right)$$
In the case of
full-reliability in all voxels i.e. $$$\mathbf{w}$$$ is a vector of ones, this
formulation reduces to the normal QP problem1.
The preliminary
results from the comparison between the proposed Mr CSD pipeline and normal
MSMT-CSD were evaluated using data from an extremely preterm born infant. Infant data ($$$13\times b=0\textrm{ s/mm}^2$$$, $$$60\times b=750\textrm{ s/mm}^2$$$, $$$74\times b=1800\textrm{ s/mm}^2$$$) was denoised15, correct for Gibbs-ringing16, motion, eddy currents and bias-fields
using MRTrix317, ANTs18 and ExploreDTI+SOLID6,19.Results
Fig.1 demonstrate the differences between normal and
robust MSMT to distinguish different tissue types. The normal pipeline
estimates the white matter content of thalami incorrectly whereas the robust
pipeline correctly reports thalami containing both white and grey matter. This suggests
that the robust augmentation is beneficial. Fig.2 visualizes the impact of the slice-wise outliers in MSMT
modelling.
FODs shown
in Fig.3 indicate that slice-wise
outliers have potential to cause severe problems in tractography algorithms if
not accounted for. Normal MSMT fails to model FODs in a region with known fiber
crossings whereas robust MSMT identifies crossings correctly. Peaks shown in Fig. 4 reveal that normal MSMT could
also lead to a high number of spurious streamlines in tractography due to large
number of implausible peaks.
The summary
of outlier detection (Fig. 5) shows that the middle parts of the brain were
most heavily affected which is also seen in the normal MSMT results of Fig. 2.Conclusion
The
proposed robust augmentation to MSMT-CSD pipeline produced very promising results
improving both the tissue segmentation and FOD estimation. This work should be seen as a
proof-of-concept and further investigations about e.g. maximal number of outliers,
comparison to imputation, and implications in tractography remains to be
investigated.Acknowledgements
No acknowledgement found.References
1. Jeurissen, Ben, et al. "Multi-tissue constrained spherical deconvolution for improved analysis of multi-shell diffusion MRI data." NeuroImage 103 (2014): 411-426.
2. Dhollander, Thijs, David Raffelt, and Alan Connelly. "Unsupervised 3-tissue response function estimation from single-shell or multi-shell diffusion MR data without a co-registered T1 image." ISMRM Workshop on Breaking the Barriers of Diffusion MRI. Vol. 5. No. 5. ISMRM, 2016.
3. Dhollander, Thijs, et al. "Feasibility and benefits of 3-tissue constrained spherical deconvolution for studying the brains of babies." Proceedings of the 26th annual meeting of the International Society of Magnetic Resonance in Medicine. 2018.
4. Dhollander, T., et al. "Improved white matter response function estimation for 3-tissue constrained spherical deconvolution." Proc. Intl. Soc. Mag. Reson. Med. Vol. 555. 2019.
5. Tournier, J-Donald, Fernando Calamante, and Alan Connelly. "Robust determination of the fibre orientation distribution in diffusion MRI: non-negativity constrained super-resolved spherical deconvolution." Neuroimage 35.4 (2007): 1459-1472.
6. Sairanen, Viljami, Alexander Leemans, and Chantal MW Tax. "Fast and accurate Slicewise OutLIer Detection (SOLID) with informed model estimation for diffusion MRI data." Neuroimage 181 (2018): 331-346.
7. Schafer, Joseph L. "Multiple imputation: a primer." Statistical methods in medical research 8.1 (1999): 3-15.
8. Koch, Alexandra, et al. "SHORE‐based detection and imputation of dropout in diffusion MRI." Magnetic resonance in medicine 82.6 (2019): 2286-2298.
9. Andersson, Jesper LR, et al. "Incorporating outlier detection and replacement into a non-parametric framework for movement and distortion correction of diffusion MR images." Neuroimage 141 (2016): 556-572.
10. Tax, Chantal MW, et al. "REKINDLE: robust extraction of kurtosis INDices with linear estimation." Magnetic resonance in medicine 73.2 (2015): 794-808.
11. Garyfallidis, Eleftherios, et al. "Dipy, a library for the analysis of diffusion MRI data." Frontiers in neuroinformatics 8 (2014): 8.
12. Sairanen, Viljami, et al. "Incorporating outlier information into diffusion MR tractogram filtering for robust structural brain connectivity and microstructural analyses." bioRxiv (2021).
13. V.
Sairanen and C. M. W. Tax, “Robust residual bootstrapping algorithm for
accurate SH representation of DW MRI signal that contains outliers,” Proc. Intl. Soc. Mag. Reson. Med. 2021
14. Jensen, Jens H., et al. "Diffusional kurtosis imaging: the quantification of non‐gaussian water diffusion by means of magnetic resonance imaging." Magnetic Resonance in Medicine: An Official Journal of the International Society for Magnetic Resonance in Medicine 53.6 (2005): 1432-1440.
15. Veraart, Jelle, et al. "Denoising of diffusion MRI using random matrix theory." Neuroimage 142 (2016): 394-406.
16. Kellner, Elias, et al. "Gibbs‐ringing artifact removal based on local subvoxel‐shifts." Magnetic resonance in medicine 76.5 (2016): 1574-1581.
17. Tournier, J-Donald, et al. "MRtrix3: A fast, flexible and open software framework for medical image processing and visualisation." Neuroimage 202 (2019): 116137.
18. Avants, Brian B., Nick Tustison, and Gang Song. "Advanced normalization tools (ANTS)." Insight j 2.365 (2009): 1-35.
19. Leemans, A. J. B. S. J. J. D. K., et al. "ExploreDTI: a graphical toolbox for processing, analyzing, and visualizing diffusion MR data." Proc Intl Soc Mag Reson Med. Vol. 17. No. 1. 2009.