1089

Improved R2* and QSM mapping for dummies - ask Adam
José P. Marques1, Dennis Den Hollander1, David G Norris1, and Kwok-Shing Chan1
1Donders Institute for Brain Cognition adn Behaviour, Radboud University, Nijmegen, Netherlands

Synopsis

Keywords: Quantitative Imaging, Quantitative Susceptibility mapping

In this abstract we demonstrate a simple framework that builds up on deep learning infrastructure to perform quantitative susceptibility mapping and correct for susceptibility related effects on R2* maps, taking the advantage of high GPU computational efficiency. Asking the Adam optimizer to point you in the right direction results in a gradient descent method that can perform field mapping, background field removal, QSM and reduce macroscopic intravoxel dephasing artifacts in R2* maps with most operations being performed in under 60 seconds even for 0.8mm isotropic whole brain multi-echo data.

Introduction

Multi-echo Gradient-echo data is frequently used for apparent transverse relaxation rate ($$$R_2^*$$$) and quantitative susceptibility mapping (QSM). Typically, these problems are tackled separately: magnitude and phase data are used to compute $$$R_2^*$$$ and susceptibility ($$$\chi$$$) maps respectively. Yet these two processes are highly intertwined.

Spatial phase variation across voxels causes additional intravoxel dephasing, resulting in an overestimation of $$$ R_2^*$$$. This effect can be alleviated in 3D GRE acquisitions if the voxel spread function is considered, (1) albeit the process is extremely time consuming due to the multiple local deconvolution steps. Meanwhile, obtaining QSM by directly fitting the complex multi-echo data, although not straightforward (2) has advantages over conventional frequency mapping fitting: it correctly accounts for SNR and data fitting errors in the data consistency (particularly important at low SNR).

The Adam optimizer (3) is a stochastic gradient descent optimization algorithm used in deep learning to perform network updates. Its main attributes include: high efficiency, small memory demand, suitability to handle large non-convex problems. It is thus an ideal candidate for relaxometry on full 4D dataset without requiring linearizations that distort the noise appearance, causing biases (4). In this work we highlight 3 applications: Background Field Computation, QSM and signal dropout $$$R_2^*$$$ correction.

Methods

Figure 1a shows the framework used where only the loss-function and the Forward Model are defined. In practice $$$ S(r,TE) $$$ is the concatenation of the real and imaginary components of the 3D multi-echo signal which are compared to the predicted signal $$$ \hat S (r,TE) $$$. Structured total variation (sTV) was employed as regularization in our implementation, as this has been shown to lend well to multi-contrast imaging (5). The forward model is defined as a succession of matrix operations that are differentiable (Fig. 1b shows various models used), and transforms $$$ \theta $$$ (normalized quantitative parameters by $$$weights$$$) into signal.

To demonstrate this methodology, in silico head phantoms were used:

– QSM Challenge 2.0 dataset ($$$ B_0 = 7T$$$, res=1mm, $$$TE_1/ \Delta TE /nTE = 4/8ms/4$$$) and evaluation framework (6) were used to fine-tune optimization parameters (learning rate and $$$ weights $$$ - kept unchanged throughout the abstract), and to benchmark the performance of the QSM reconstruction pipeline: joint $$$R2* \chi$$$ (model 2) and $$$ \chi $$$ alone (model 3); prior based on $$$ S_0$$$, $$$ R_2^*$$$ and $$$ S_0 R_2^*$$$; using L1 or L2 regularization.

- A variation of the QSM Challenge 2.0 head model (7) where the $$$ R_2^*$$$ of the various tissues were piece-wise constant (one value per tissue type) was used to simulate signal (Fig. 2a) to evaluate the ability to compute R2* maps free of through-slice dephasing artifacts (using the methodology described in Fig.2b). The forward simulations were aimed at emphasizing thes effects ($$$ B_0 = 7T$$$, res=1.5mm, $$$TE_1/ \Delta TE /nTE = 4/8ms/5$$$).

Finally, the networks were tested on 2 heathy volunteer datasets acquired on a 3T scanner (Siemens, Erlangen):

-3DGRE TR/TE1/ΔTE/nTE=44/4/8ms/9, α=[20]°, with transverse slice orientation, FOV=185x2230x141mm3, res=0.8mm iso, α=[20]°, R=3 PF=7/8, TA=10min

-3DGRE TR/TE1/ΔTE/nTE=55/2.68/3.95ms/13, α=[20]°, with sagittal slice orientation, FOV=168x222x240mm3, res=1.5mm iso., RCAIPI=5, TA=4min

All computations were performed using a Tesla A100 40GB GPU core using Matlab2021b.

Results

Figure 3 shows the ability to obtain high-quality $$$\chi$$$ maps even in the presence of strong susceptibility sources as calcifications. The non-exhaustive quantitative evaluation showed the L1 regularization based on the sTV having as prior the product of $$$ S0*R2*$$$ resulted in the lowest RMSE, streaking artifacts and calcification moment. Although no large improvements are observed in the data fidelity term after 100 iterations (~10 secs), increasing the iterations to 2000 resulted in improved metrics (see Table in Fig. 3) and reduced artifacts.

This approach was translated to high-resolution in-vivo R2* (and its regularization, Fig 4a and 4.c). It can also be used for all QSM steps: field mapping (Fig. 4b), background field removal (4d), and QSM mapping (4e-f), with all steps performed in <1min.

Figure 5 shows the ability of using QSM derived susceptibility distributions to correct for macroscopic intra-voxel dephasing, both in realistic simulations (middle column) and in-vivo data.

Conclusions and Future Work

This framework requires little expertise defining the optimization problem and is flexible. Without adapting the learning rate or weights used to balance different quantitative parameters, it performed parameter fitting at 7T (simulation data), 3T (in vivo data), with resolutions from 0.8 to 1.5mm isotropic and number of echoes from 4 to 13.

In the QSM challenge data, it did not outperform the winning algorithms in nRMSE: effectively solving a quasi-identical gradient descent to FANSI or mcTFI (2,8) and for simplicity we performed a single pass approach. Yet, it won of obtained top 5 on other metrics (green and orange labels in Fig3 Table) that dealt with low SNR (blood RMSE, quantification of calcification moment and streaking artifacts in surrounding the calcification).

The ability to reduce intravoxel dephasing was demonstrated close to air-tissue interfaces, yet it should be equally possible to reduce blooming artifacts surrounding veins by performing the susceptibility mapping prior to the up-sampling step in Fig.2b. Future work will be devoted to using this framework to address water-fat separation and arterial blood displacement in the readout direction in multi-echo acquisitions.

Acknowledgements

No acknowledgement found.

References

1. Yablonskiy DA, Sukstanskii AL, Luo J, Wang X. Voxel spread function method for correction of magnetic field inhomogeneity effects in quantitative gradient-echo-based MRI. Magn. Reson. Med. 2013;70:1283–1292 doi: 10.1002/mrm.24585.

2. Wen Y, Spincemaille P, Nguyen T, et al. Multiecho complex total field inversion method (mcTFI) for improved signal modeling in quantitative susceptibility mapping. Magn. Reson. Med. 2021;86:2165–2178 doi: 10.1002/mrm.28814.

3. Kingma DP, Ba J. Adam: A Method for Stochastic Optimization. 2017 doi: 10.48550/arXiv.1412.6980.

4. Chan K-S, Kim TH, Bilgic B, Marques JP. Semi-supervised learning for fast multi-compartment relaxometry myelin water imaging (MCR-MWI). In: Proceedings 31st Annual Meeting ISMRM. London, United Kingdom: ISMRM; 2022.

5. Ehrhardt MJ, Betcke MM. Multicontrast MRI Reconstruction with Structure-Guided Total Variation. SIAM J. Imaging Sci. 2016;9:1084–1106 doi: 10.1137/15M1047325.

6. Committee QC 2 0 O, Bilgic B, Langkammer C, et al. QSM reconstruction challenge 2.0: Design and report of results. Magn. Reson. Med. 2021;86:1241–1255 doi: 10.1002/mrm.28754.

7. Marques JP, Meineke J, Milovic C, et al. QSM reconstruction challenge 2.0: A realistic in silico head phantom for MRI data simulation and evaluation of susceptibility mapping procedures. Magn. Reson. Med. 2021;86:526–542 doi: 10.1002/mrm.28716.

8. Milovic C, Bilgic B, Zhao B, Acosta‐Cabronero J, Tejos C. Fast nonlinear susceptibility inversion with variational regularization. Magn. Reson. Med. 2018;80:814–821 doi: 10.1002/mrm.27073. 9. Karsa A, Shmueli K. SEGUE: A Speedy rEgion-Growing Algorithm for Unwrapping Estimated Phase. IEEE Trans. Med. Imaging 2019;38:1347–1357 doi: 10.1109/TMI.2018.2884093.

Figures

Figure 1 – (a) Flow diagram of the gradient descent method for $$$ R_2^*, \Delta \omega$$$ and $$$\chi$$$ mapping used in this abstract, with dlgradient being MATLAB automatic differentiation. (b) Biophysical models used for: 1- simultaneous $$$ R_2^*, \Delta \omega$$$ mapping; 2-Simultaneous $$$ R_2^* $$$ and $$$ \chi$$$ mapping; 3 - $$$ \chi $$$ mapping; 4 - $$$ R_2^*, \Delta \omega$$$ in the presence of intravoxel dephasing and background $$$ \chi$$$ correction. (c) loss functions evaluated using structural TV of priors (maps previously computed).

Figure 2 - Flow diagram of realistic whole brain GRE simulations with/without strong background fields. (b) Procedurento compute R2* corrected maps: (i) Model 1 computes initial frequency maps and $$$S_0$$$, (ii) Model 5 estimates a background susceptibility distribution $$$\chi_{BG} $$$ while adding strong sTV regularization (Prior = $$$ S_0$$$), (iii) nearest-neighbor upsampling of $$$\chi_{BG} $$$ ; (iv) convolution with dipole kernel and reshaping resulting background filed $$$ \Delta \omega _{BG}$$$ into a 5D matrix; (v) Model 4 computes corrected $$$R_2^*$$$ maps.

Figure 3 Fitting results on the QSM challenge 2.0 (Sim 2) dataset [6] using the various models proposed in Fig.1: Model1 (1st row); Model 2 with and without regularization (2nd and 3rd row); Model 3a with 2000 and 200 iterations respectively (4th row); Model 3b where initial phase is forced to be 0 (5th row). The computation time and data fitting normalized RMSE are shown over the $$$ phi_0$$$ panels. Table with the 4 most relevant QSM2.0 metrics shows that the various shown reconstructions would perform well in various metrics (green would be a top scoring submission, orange a top 10).

Figure 4 - Fitting on the in vivo whole brain 0.8mm isotropic dataset. Each pannel shows three orthogonal planes of the fitted (a) R2* maps and (b) unwrapped frequency maps (obtained using Model 1 - computation time including unwrapping SEGUE (9) and 200 gradient updates 76 secs); c) increased SNR $$$ R_2^* $$$ maps obtained using S_0 as prior in model 1 (again 200 iterations in 76 secs); d) tissue frequency computed with Model 5 (500 iterations in 26 secs); e) and f) $$$ \chi$$$ maps obtained with no and using $$$ S_0 * R_2^* $$$ as prior sTV (200 iterations - 36 secs)

Figure 5 - Standard $$$ R_2^*$$$ maps (1st row), corrected $$$ R_2^*$$$ maps (2nd row), difference between the latter (3rd row). 4th row shows histograms and box-plots of distribution of $$$ R_2^*$$$ in WM pixels in brain regions not susceptible to intra-voxel dephasing (blue) and in a region of rapid spatial $$$\Delta\omega$$$ change (red). First and Second columns show simulated data without and with susceptibility sources outside the brain. Third column shows impact on 1.5mm isotropic data acquired at 3T. White arrows highlight region of strong intra-voxel dephasing.

Proc. Intl. Soc. Mag. Reson. Med. 31 (2023)
1089
DOI: https://doi.org/10.58530/2023/1089