MED-PHLGBIO-PHQMMar 1, 2022

Parameter estimation for WMTI-Watson model of white matter using encoder-decoder recurrent neural network

arXiv:2203.00595v219 citationsh-index: 12
AI Analysis

This work addresses computational bottlenecks in white matter microstructure analysis for medical imaging researchers, though it is incremental as it builds on existing deep learning approaches with a focus on translatability.

The authors tackled the problem of slow and unreliable parameter estimation for the WMTI-Watson model in diffusion MRI by proposing an encoder-decoder RNN-based solver, which reduced computation time from hours to seconds while maintaining similar accuracy and robustness compared to traditional methods.

Biophysical modelling of the diffusion MRI signal provides estimates of specific microstructural tissue properties. Although nonlinear optimization such as non-linear least squares (NLLS) is the most widespread method for model estimation, it suffers from local minima and high computational cost. Deep Learning approaches are steadily replacing NL fitting, but come with the limitation that the model needs to be retrained for each acquisition protocol and noise level. The White Matter Tract Integrity (WMTI)-Watson model was proposed as an implementation of the Standard Model of diffusion in white matter that estimates model parameters from the diffusion and kurtosis tensors (DKI). Here we proposed a deep learning approach based on the encoder-decoder recurrent neural network (RNN) to increase the robustness and accelerate the parameter estimation of WMTI-Watson. We use an embedding approach to render the model insensitive to potential differences in distributions between training data and experimental data. This RNN-based solver thus has the advantage of being highly efficient in computation and more readily translatable to other datasets, irrespective of acquisition protocol and underlying parameter distributions as long as DKI was pre-computed from the data. In this study, we evaluated the performance of NLLS, the RNN-based method and a multilayer perceptron (MLP) on synthetic and in vivo datasets of rat and human brain. We showed that the proposed RNN-based fitting approach had the advantage of highly reduced computation time over NLLS (from hours to seconds), with similar accuracy and precision but improved robustness, and superior translatability to new datasets over MLP.

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