Next Article in Journal
First Insights in the Relationship between Lower Limb Anatomy and Back Squat Performance in Resistance-Trained Males and Females
Next Article in Special Issue
Preoperative Grading of Rectal Cancer with Multiple DWI Models, DWI-Derived Biological Markers, and Machine Learning Classifiers
Previous Article in Journal
Sixty-Month Follow Up of Clinical MRONJ Cases Treated with CGF and Piezosurgery
Previous Article in Special Issue
Feasibility Study of 3D FACT and IVIM Sequences in the Evaluation of Female Osteoporosis
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Communication

Accelerating High b-Value Diffusion-Weighted MRI Using a Convolutional Recurrent Neural Network (CRNN-DWI)

1
Departments of Radiology, Stanford University, Stanford, CA 94305, USA
2
Center for Magnetic Resonance Research, University of Illinois Chicago, Chicago, IL 60612, USA
3
Henry M. Gunn High School, Palo Alto, CA 94306, USA
4
Department of Radiology, Neurosurgery and Biomedical Engineering, University of Illinois Chicago, Chicago, IL 60607, USA
*
Authors to whom correspondence should be addressed.
Bioengineering 2023, 10(7), 864; https://doi.org/10.3390/bioengineering10070864
Submission received: 11 May 2023 / Revised: 5 July 2023 / Accepted: 11 July 2023 / Published: 21 July 2023
(This article belongs to the Special Issue Advanced Diffusion MRI and Its Clinical Applications)

Abstract

:
Purpose: To develop a novel convolutional recurrent neural network (CRNN-DWI) and apply it to reconstruct a highly undersampled (up to six-fold) multi-b-value, multi-direction diffusion-weighted imaging (DWI) dataset. Methods: A deep neural network that combines a convolutional neural network (CNN) and recurrent neural network (RNN) was first developed by using a set of diffusion images as input. The network was then used to reconstruct a DWI dataset consisting of 14 b-values, each with three diffusion directions. For comparison, the dataset was also reconstructed with zero-padding and 3D-CNN. The experiments were performed with undersampling rates (R) of 4 and 6. Standard image quality metrics (SSIM and PSNR) were employed to provide quantitative assessments of the reconstructed image quality. Additionally, an advanced non-Gaussian diffusion model was employed to fit the reconstructed images from the different approaches, thereby generating a set of diffusion parameter maps. These diffusion parameter maps from the different approaches were then compared using SSIM as a metric. Results: Both the reconstructed diffusion images and diffusion parameter maps from CRNN-DWI were better than those from zero-padding or 3D-CNN. Specifically, the average SSIM and PSNR of CRNN-DWI were 0.750 ± 0.016 and 28.32 ± 0.69 (R = 4), and 0.675 ± 0.023 and 24.16 ± 0.77 (R = 6), respectively, both of which were substantially higher than those of zero-padding or 3D-CNN reconstructions. The diffusion parameter maps from CRNN-DWI also yielded higher SSIM values for R = 4 (>0.8) and for R = 6 (>0.7) than the other two approaches (for R = 4, <0.7, and for R = 6, <0.65). Conclusions: CRNN-DWI is a viable approach for reconstructing highly undersampled DWI data, providing opportunities to reduce the data acquisition burden.

Graphical Abstract

1. Introduction

Diffusion-weighted magnetic resonance imaging (DW-MRI or DWI) can probe tissue microstructural alterations and has been increasingly used to study many disease processes, such as cerebral ischemia [1], brain tumors [2], focal liver lesions [3], breast cancer [4], and Parkinson’s disease [5]. The diffusion process of the water molecules in human tissue has been well demonstrated to be non-Gaussian, especially when probed under high b-values (e.g., >1500 s/mm2). To account for the non-Gaussian property of the diffusion process, a multi-b-value DWI approach together with a number of advanced diffusion models has been proposed [6,7,8,9,10]. Among the many non-Gaussian models, continuous-time random walk (CTRW) is of particular interest, as it provides two additional parameters, α and β, that are closely linked to tissue intra-voxel spatial and temporal heterogeneities. The CTRW model has been successfully applied to characterize Parkinson’s disease patients [10] and grade human brain tumors [11,12,13].
The data acquisition of multi-b-value DWI is typically performed with a fast MRI sequence, single-shot echo planar imaging (ssEPI), due to its rapid scan speed and resilience to motion [14]. Despite these merits, this technique is subject to geometric distortion arising from eddy currents and magnetic susceptibility variations among different tissues. Many approaches, such as multi-shot EPI [15] and the reduced field-of-view (rFOV) technique [16,17,18], have been proposed to address the issue by substantially shortening the echo train length of ssEPI. These approaches, however, often prolong acquisition times and/or accentuate the SAR issue [19]. An alternative strategy is to substantially undersample the k-space data, as in parallel imaging, compressive sensing (CS), and emerging deep learning techniques [20,21]. Compared with traditional parallel imaging techniques and CS-MRI, the deep learning approach can achieve a higher acceleration factor without compromising image quality.
Among the many deep learning neural networks, a convolutional recurrent neural network (CRNN) [22] is of particular interest because it combines the convolutional neural network (CNN) and the recurrent neural network (RNN), thereby providing better image quality by exploiting spatio-temporal redundancy in a series of images, such as the time series in dynamic imaging. Recognizing that the image series can be generalized to a set of diffusion images with different b-values and/or different diffusion directions, the CRNN approach can also be applied to reconstruct highly undersampled multi-b-value DWI data.
Therefore, the goal of the present study was to employ a novel neural network—CRNN-DWI—and demonstrate its ability to achieve up to six-fold undersampling in DWI without degrading image quality. The reconstructed images were evaluated by comparing CTRW diffusion parameter maps obtained from the CRNN-DWI method versus the conventional approaches.

2. Materials and Methods

2.1. CRNN-DWI

Multi-b-value DWI series exhibited similar image features (i.e., edges, anatomy) among differing b-values and diffusion directions (Figure 1). CRNN-based network architectures merged the strengths of CNNs and RNNs, which made them particularly useful for spatial-temporal problems. Specifically, CNNs extracted common features from each weighted image, while RNNs aided in identifying patterns across varying b-values to reconstruct highly undersampled k-space data. The formulation of the proposed CRNN-DWI was expressed as:
X r e c = f N f N 1 f 1 X u
where X r e c is the image to be reconstructed, X u is the input image series from a direct Fourier transform of the undersampled k-space data, f i is the network function including model parameters, such as the weights and biases of each iteration, and N is the number of iterations.
During each iteration, the network function f i performed:
X r n n ( i ) = X r e c ( i 1 ) + C R N N X r e c i 1 ,
X r e c ( i ) = D C X r n n ( i ) ; X u ,
where C R N N is a learnable box consisting of five layers (Figure 2A), D C is a data consistency operation, and y is the acquired k-space data. The data-consistency operation refers to the requirement that the reconstructed image, when transformed back into the measurement (k-space), should agree with the acquired measurements. Specifically, we performed the hard data-consistency operation by replacing the acquired k-space data in the region where measurements were acquired [23].
Figure 2B shows the unfolded CRNN box, which consisted of one CRNN-b-i layer (evolving over both b-values and the iteration, green), three CRNN-i layers (evolving over the iteration only, blue), and one conventional CNN layer (yellow).

2.1.1. CRNN-i Layer

For the CRNN-i layer (blue boxes), H l ( i ) is the feature representation at layer l and iteration step i . In this layer, W c and W r represent the filters of input-to-hidden convolutions and hidden-to-hidden recurrent convolutions evolving over iterations, respectively, and B l denotes a bias term. We then had:
H l ( i ) = R e L U W c H l 1 i + W r H l i 1 + B l ,
where ReLU is a rectifier linear unit, given by ReLU(x) = max(0, x). Here, H l ( i ) had the shape of (batch size, T, 2, IMGx, IMGy), which was a representation of the entire T sequence. The convolution (*) was computed on the last two dimensions (IMGx, IMGy) of H l ( i ) .

2.1.2. CRNN-b-i Layer

In this layer, both the iteration and the b-value information were propagated. Specifically, for each b in the b-value series, the feature representation H l , b i was formulated as (Figure 2C):
H l , b i = H l , b i + H l , b i ,
H l , b i = R e L U W c H l 1 , b i + W b H l , b 1 i + W r H l , b i 1 + B l ,
H l , b i = R e L U W c H l 1 , b i + W b H l , b + 1 i + W r H l , b i 1 + B l ,
where H l , b i and H l , b i are the feature representations calculated along the forward and backward directions, respectively. Other parameters are defined in Figure 2C.

2.2. Data Acquisition and Image Reconstruction

With IRB approval, multi-b-value DWI data were acquired from ten healthy subjects on a 3T GE MR750 scanner (GE HealthCare, Waukesha, WI, USA) using a single-shot EPI pulse sequence. The key acquisition parameters were: slice thickness = 5 mm, FOV = 22 cm × 22 cm, matrix = 256 × 256, slice number = 25, 14 b-values from 0 to 4000 s/mm2, and an acquisition time of ~6′30″. The acquired images were then transformed back to pseudo k-space and undersampled before being fed into the neural network. The undersampling mask pattern was a variable density pattern with the pseudo k-space center (24 lines) fully sampled. Seven datasets were used for training, two for validation, and one for testing. The datasets were also reconstructed with zero-padding and 3D-CNN for comparison. The experiment was performed with undersampling rates (R) of 4 and 6, respectively. The network was trained on a NVIDIA Titan Xp 64 GB graphics card.

2.3. CTRW Model Fitting

Trace-weighted diffusion images were obtained by taking a geometric average from the original DWI images (used as ground truth) and reconstructed images from CRNN-DWI, 3D-CNN, and zero-padding, respectively. This was followed by fitting to a non-Gaussian CTRW model that could be described by the Mittag-Leffler equation:
S / S 0 = E α ( b D m ) β
where S is the signal intensity of the trace-weighted diffusion images, S0 is the signal intensity of b = 0, α and β represent temporal and spatial diffusion heterogeneities, and Dm is an anomalous diffusion coefficient. The equation was fit to the multi-b-value dataset and was run iteratively using a Levenberg–Marquardt method across the pixels of all 25 slices to generate parameter maps for each of the variables (α, β, and Dm). The fitting process consisted of two major steps: (i) Dm was estimated using a mono-exponential model with all b-values; and (ii) with the estimated Dm from the previous step, α and β were simultaneously determined through a non-linear fitting. The fitting process was terminated after convergence was achieved, with a maximum of 80 iterations.

2.4. Image and Statistical Analysis

To assess the quality of the reconstructed images, standard indices, including structural similarity (SSIM) and peak signal-to-noise ratio (PSNR), were calculated and compared for the reconstructed images from the three different approaches (zero-padding, 3D-CNN, and CRNN-DWI). The qualities of the diffusion parameter maps (α, β, and Dm) were also evaluated by calculating the SSIM values against the diffusion parameter maps from the ground truth for all slices. The SSIM values of each diffusion parameter were then grouped together and compared using a paired t-test among the three different reconstruction approaches. A p-value < 0.05 (after Bonferroni correction) was considered significant. All the comparisons were performed using Matlab (MathWorks, Inc., Natick, MA, USA).

3. Results

3.1. Reconstructed Images

Figure 3 and Figure 4 show a set of individual diffusion images (b = 1000 s/mm2 and b = 4000 s/mm2) using CRNN-DWI, with R = 4 and 6, respectively. The images reconstructed using CRNN-DWI had better image quality than the zero-padding and 3D-CNN approaches. This was evidenced by the higher SSIM and PSNR values. Specifically, the average SSIM and PSNR of CRNN-DWI were 0.750 ± 0.016 and 28.32 ± 0.69 (R = 4), and 0.675 ± 0.023 and 24.16 ± 0.77 (R = 6), respectively, both of which were much higher than those using zero-padding (SSIM/PSNR = 0.516/12.18 for R = 4; SSIM/PSNR = 0.479/12.04 for R = 6) or 3D-CNN reconstruction (SSIM/PSNR = 0.535/13.37 for R = 4; SSIM/PSNR = 0.505/13.84 for R = 6). The undersampling mask pattern for the acceleration factors of 4 and 6 are shown in Figure 3 and Figure 4, respectively.

3.2. Diffusion Parameter Maps

The representative CTRW parameter maps are shown in Figure 5. The parameter maps from CRNN-DWI were visibly less noisy and exhibited less artifacts than the parameter maps from the other two approaches. Quantitatively, the SSIM values from CRNN-DWI were also significantly larger than the other two approaches for both R = 4 and R = 6 (p < 0.01), as summarized in Table 1. Similar to the individual diffusion images, the SSIM values were also substantially improved in the CTRW parameter maps (for R = 4 larger than 0.8 and for R = 6 larger than 0.7) when CRNN-DWI was employed. The trace-weighted images and the signal decay curves from two randomly selected regions of interest agreed well between the images from CRNN-DWI (R = 4 and 6) and those from fully sampled data (Figure S1).

4. Discussion

A novel neural network—CRNN-DWI—was successfully applied to the reconstruction of a highly undersampled multi-b-value DWI dataset. With an up to six-fold reduction in raw data, CRNN-DWI worked well without noticeably compromising image quality or diffusion signal quantification. The images reconstructed from CRNN-DWI also performed well when analyzed with an advanced diffusion model (CTRW), yielding high SSIM values in the diffusion parameter maps when compared to the fully sampled dataset.
The CRNN approach was successfully applied to reconstruct highly under-sampled dynamic MRI datasets [22,24,25], where redundancy within temporal series was utilized. Similarly, the redundant image features among different b-values and diffusion directions allowed CRNN-DWI to exploit correlations within the dataset. The same approach could be extended to a larger number of b-values and/or diffusion directions (e.g., >60, as in a typical HARDI dataset). Note that we trained the neural network with only 175 images. The performance of the neural network could be further improved with more datasets to finetune the network.
When applied to k-space undersampling, CRNN-DWI can potentially reduce image distortion associated with ssEPI sequences. Such distortion is proportional to the bandwidth of the EPI phase-encoding direction. The CRNN-DWI approach can also help reduce acquisition times when applied to other non-single-shot-based sequences, such as multi-shot EPI or fast spin-echo (FSE) [26]. In that scenario, the acquisition time is related to the k-space lines acquired per shot and the total number of k-space lines required for image reconstruction. Undersampling k-space means acquiring fewer k-space lines, which may even reduce multiple shots into one shot, thereby substantially reducing acquisition times.
Advanced diffusion models with multi-b-value diffusion-weighted images have been increasingly used in probing micro-structures of human tissues [8]. The CTRW model focuses on exploring the tissue heterogeneities by offering three quantitative parameters: Dm, α, and β. Specifically, Dm describes how fast the diffusion decays analogous to the conventional diffusion coefficient, whereas α and β are closely linked to temporal and spatial heterogeneities, i.e., the amount of time for water molecules to make a jump (temporal) and the displacement when making a move (spatial). As a result, these parameters can reflect different aspects of the diffusion heterogeneities in the tissue. This approach has already been successfully applied in assessing glioma, pediatric brain tumors, gastrointestinal cancer, bladder cancer, gastric cancer, prostate cancer, and Parkinson’s disease [2,10,11,27,28,29,30,31]. The result from this work implies that CRNN-DWI together with the CTRW model can be beneficial in exploring these and other applications.
The CRNN-DWI approach can be potentially extended to other advanced diffusion models. However, caution should be exercised, as advanced DWI measurements can be influenced by various factors, such as b-value, diffusion times, spatial resolution, magnetic field strength, etc. These factors can play a significant role in accurately constructing the diffusion models. Furthermore, the spatial distribution should also be taken into account, particularly for DWI-based measurements with large b-values and multiple diffusion directions, such as DTI and HARDI. Neglecting the spatial distribution may result in significant systematic errors [32]. To address this issue, one potential strategy is to conduct phantom studies incorporating b-matrix spatial distribution (BSD). After evaluating the non-uniformity caused by various scanners and imaging parameters, data correction can be performed to mitigate the concerns [32,33]. This approach is expected to help improve the accuracy and reliability of the results obtained from the diffusion models used in the studies.
One limitation of CRNN-DWI is the extensive GPU memory required in comparison with other neural networks. This is due to the large number of parameters that must be stored during the training process. Utilizing a deep subspace-based network may help mitigate this problem by reconstructing a simpler set of basic functions [34]. Another limitation of this study is that the performance of the proposed approach has not been evaluated using patient images that may include pathology and other abnormalities. This important aspect can be addressed in future studies, where the impact of the proposed method on disease diagnosis can be assessed.

5. Conclusions

To conclude, the CRNN-DWI is a viable approach for reconstructing highly undersampled DWI data, providing opportunities to reduce the data acquisition burden.

Supplementary Materials

The following supporting information can be downloaded at: https://www.mdpi.com/2306-5354/10/7/864/s1, Figure S1: Representative trace-weighted images at b = 1000 s/mm2 (left) using different reconstruction methods and the corresponding signal decay curves (right) from two randomly selected ROIs (white matter and gray matter, as indicated by the blue areas). The trace-weighted images reconstructed using CRNN-DWI showed excellent image quality, even with a six-fold undersampling. The signal decay curves from CRNN-DWI agreed well with the curves from the fully sampled images, whereas the curve from zero-padding and 3D-CNN exhibited substantial deviations.

Author Contributions

Conceptualization, Z.Z. and X.J.Z.; methodology, Z.Z. and K.R.; software, Z.Z.; validation, Z.Z. and K.R.; formal analysis, Z.Z. and J.M.; investigation, Z.Z. and K.S.; data curation, Z.Z. and G.D.; writing—original draft preparation, Z.Z. and J.M.; writing—review and editing, all.; visualization, Z.Z.; supervision, S.S.V. and X.J.Z.; funding acquisition, X.J.Z. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported in part by grants from the National Institutes of Health (Grant No. NIH R01 EB009690, NIH U01029427, NIH 1S10RR028898 and NIH R01EB026716). The content is solely the responsibility of the authors and does not necessarily represent the official views of the National Institutes of Health.

Institutional Review Board Statement

The study was conducted in accordance with the Declaration of Helsinki and approved by the Institutional Review Board (or Ethics Committee) of the University of Illinois, Chicago.

Informed Consent Statement

Informed consent was obtained from all subjects involved in the study.

Data Availability Statement

Data used in this study will be available upon request.

Acknowledgments

The authors are grateful to Michael Flannery, BS, and Hagai Ganin, BA, for their technical assistance.

Conflicts of Interest

Xiaohong Joe Zhou was a consultant to General Electric Healthcare. None of the other authors have any financial or other relationships that may cause, or are perceived to cause, conflicts of interest in relation to the study.

References

  1. Sorensen, A.G.; Buonanno, F.S.; Gonzalez, R.G.; Schwamm, L.H.; Lev, M.H.; Huang-Hellinger, F.R.; Reese, T.G.; Weisskoff, R.M.; Davis, T.L.; Suwanwela, N.; et al. Hyperacute stroke: Evaluation with combined multisection diffusion-weighted and hemodynamically weighted echo-planar MR imaging. Radiology 1996, 199, 391–401. [Google Scholar] [CrossRef] [PubMed]
  2. Sui, Y.; Wang, H.; Liu, G.; Damen, F.W.; Wanamaker, C.; Li, Y.; Zhou, X.J. Differentiation of Low- and High-Grade Pediatric Brain Tumors with High b-Value Diffusion-weighted MR Imaging and a Fractional Order Calculus Model. Radiology 2015, 277, 489–496. [Google Scholar] [CrossRef] [PubMed]
  3. Kim, H.C.; Seo, N.; Chung, Y.E.; Park, M.-S.; Choi, J.-Y.; Kim, M.-J. Characterization of focal liver lesions using the stretched exponential model: Comparison with monoexponential and biexponential diffusion-weighted magnetic resonance imaging. Eur. Radiol. 2019, 29, 5111–5120. [Google Scholar] [CrossRef] [PubMed]
  4. Baltzer, P.; Mann, R.M.; Iima, M.; Sigmund, E.E.; Clauser, P.; Gilbert, F.J.; Martincich, L.; Partridge, S.C.; Patterson, A.; Pinker, K.; et al. Diffusion-weighted imaging of the breast—A consensus and mission statement from the EUSOBI International Breast Diffusion-Weighted Imaging working group. Eur. Radiol. 2020, 30, 1436–1450. [Google Scholar] [CrossRef] [PubMed]
  5. Vaillancourt, D.E.; Spraker, M.B.; Prodoehl, J.; Abraham, I.; Corcos, D.M.; Zhou, X.J.; Comella, C.L.; Little, D.M. High-resolution diffusion tensor imaging in the substantia nigra of de novo Parkinson disease. Neurology 2009, 72, 1378–1384. [Google Scholar] [CrossRef]
  6. Niendorf, T.; Dijkhuizen, R.M.; Norris, D.G.; van Lookeren Campagne, M.; Nicolay, K. Biexponential diffusion attenuation in various states of brain tissue: Implications for diffusion-weighted imaging. Magn. Reson. Med. 1996, 36, 847–857. [Google Scholar] [CrossRef]
  7. Bennett, K.M.; Schmainda, K.M.; Tong, R.B.; Rowe, D.B.; Lu, H.; Hyde, J.S. Characterization of continuously distributed cortical water diffusion rates with a stretched-exponential model. Magn. Reson. Med. 2003, 50, 727–734. [Google Scholar] [CrossRef]
  8. Tang, L.; Zhou, X.J. Diffusion MRI of cancer: From low to high b-values: High b-Value Diffusion MRI of Cancer. J. Magn. Reson. Imaging 2019, 49, 23–40. [Google Scholar] [CrossRef]
  9. Zhou, X.J.; Gao, Q.; Abdullah, O.; Magin, R.L. Studies of anomalous diffusion in the human brain using fractional order calculus. Magn. Reson. Med. 2010, 63, 562–569. [Google Scholar] [CrossRef]
  10. Zhong, Z.; Merkitch, D.; Karaman, M.M.; Zhang, J.; Sui, Y.; Goldman, J.G.; Zhou, X.J. High-Spatial-Resolution Diffusion MRI in Parkinson Disease: Lateral Asymmetry of the Substantia Nigra. Radiology 2019, 291, 149–157. [Google Scholar] [CrossRef]
  11. Karaman, M.M.; Sui, Y.; Wang, H.; Magin, R.L.; Li, Y.; Zhou, X.J. Differentiating low- and high-grade pediatric brain tumors using a continuous-time random-walk diffusion model at high b-values. Magn. Reson. Med. 2016, 76, 1149–1157. [Google Scholar] [CrossRef]
  12. Karaman, M.M.; Zhou, C.Y.; Zhang, J.; Zhong, Z.; Wang, K.; Zhu, W. Percentile-Based Analysis of Non-Gaussian Diffusion Parameters for Improved Glioma Grading. Investig. Magn. Reson. Imaging 2022, 26, 104. [Google Scholar] [CrossRef]
  13. Karaman, M.M.; Zhang, J.; Xie, K.L.; Zhu, W.; Zhou, X.J. Quartile histogram assessment of glioma malignancy using high b-value diffusion MRI with a continuous-time random-walk model. NMR Biomed. 2021, 34, e4485. [Google Scholar] [CrossRef] [PubMed]
  14. Bernstein, M.A.; King, K.F.; Zhou, X.J. Handbook of MRI Pulse Sequences; Elsevier: Amsterdam, The Netherlands; Academic Press: Cambridge, MA, USA, 2004. [Google Scholar]
  15. Tamada, T.; Kido, A.; Ueda, Y.; Takeuchi, M.; Kanki, A.; Neelavalli, J.; Yamamoto, A. Comparison of single-shot EPI and multi-shot EPI in prostate DWI at 3.0 T. Sci. Rep. 2022, 12, 16070. [Google Scholar] [CrossRef]
  16. Banerjee, S.; Nishimura, D.G.; Shankaranarayanan, A.; Saritas, E.U. Reduced field-of-view DWI with robust fat suppression and unrestricted slice coverage using tilted 2DRF excitation: rFOV DWI with Tilted 2D RF Excitation. Magn. Reson. Med. 2016, 76, 1668–1676. [Google Scholar] [CrossRef] [PubMed]
  17. Finsterbusch, J. Improving the performance of diffusion-weighted inner field-of-view echo-planar imaging based on 2D-Selective radiofrequency excitations by tilting the excitation plane. J. Magn. Reson. Imaging 2012, 35, 984–992. [Google Scholar] [CrossRef]
  18. Sun, K.; Zhong, Z.; Xu, Z.; Dan, G.; Karaman, M.M.; Zhou, X.J. In-plane simultaneous multisegment imaging using a 2D RF pulse. Magn. Reson. Med. 2022, 87, 263–271. [Google Scholar] [CrossRef] [PubMed]
  19. Pipe, J.G. Non-EPI Pulse Sequences for Diffusion MRI. In Diffusion MRI; Jones, D.K., Ed.; Oxford University Press: Singapore, 2010; pp. 203–217. [Google Scholar] [CrossRef]
  20. Lee, D.; Yoo, J.; Tak, S.; Ye, J.C. Deep Residual Learning for Accelerated MRI using Magnitude and Phase Networks. arXiv 2018, arXiv:1804.00432. [Google Scholar] [CrossRef] [PubMed]
  21. Eo, T.; Jun, Y.; Kim, T.; Jang, J.; Lee, H.; Hwang, D. KIKI-net: Cross-domain convolutional neural networks for reconstructing undersampled magnetic resonance images. Magn. Reson. Med. 2018, 80, 2188–2201. [Google Scholar] [CrossRef]
  22. Qin, C.; Schlemper, J.; Caballero, J.; Price, A.N.; Hajnal, J.V.; Rueckert, D. Convolutional Recurrent Neural Networks for Dynamic MR Image Reconstruction. IEEE Trans. Med. Imaging 2019, 38, 280–290. [Google Scholar] [CrossRef]
  23. Schlemper, J.; Caballero, J.; Hajnal, J.V.; Price, A.N.; Rueckert, D. A Deep Cascade of Convolutional Neural Networks for Dynamic MR Image Reconstruction. IEEE Trans. Med. Imaging 2018, 37, 491–503. [Google Scholar] [CrossRef]
  24. Guo, P.; Valanarasu, J.M.J.; Wang, P.; Zhou, J.; Jiang, S.; Patel, V.M. Over-and-Under Complete Convolutional RNN for MRI Reconstruction. In Medical Image Computing and Computer Assisted Intervention—MICCAI 2021; De Bruijne, M., Cattin, P.C., Cotin, S., Padoy, N., Speidel, S., Zheng, Y., Essert, C., Eds.; Lecture Notes in Computer Science; Springer International Publishing: Cham, Switzerland, 2021; Volume 12906, pp. 13–23. [Google Scholar] [CrossRef]
  25. Zhang, Y.; She, H.; Du, Y.P. Dynamic MRI of the abdomen using parallel non-Cartesian convolutional recurrent neural networks. Magn. Reson. Med. 2021, 86, 964–973. [Google Scholar] [CrossRef]
  26. Pipe, J.G.; Farthing, V.G.; Forbes, K.P. Multishot diffusion-weighted FSE using PROPELLER MRI. Magn. Reson. Med. 2002, 47, 42–52. [Google Scholar] [CrossRef] [PubMed]
  27. Sui, Y.; Xiong, Y.; Jiang, J.; Karaman, M.M.; Xie, K.L.; Zhu, W.; Zhou, X.J. Differentiation of Low- and High-Grade Gliomas Using High b-Value Diffusion Imaging with a Non-Gaussian Diffusion Model. Am. J. Neuroradiol. 2016, 37, 1643–1649. [Google Scholar] [CrossRef] [PubMed]
  28. Tang, L.; Sui, Y.; Zhong, Z.; Damen, F.C.; Li, J.; Shen, L.; Sun, Y.; Zhou, X.J. Non-Gaussian diffusion imaging with a fractional order calculus model to predict response of gastrointestinal stromal tumor to second-line sunitinib therapy: A FROC Diffusion Model to Predict GIST Response. Magn. Reson. Med. 2018, 79, 1399–1406. [Google Scholar] [CrossRef] [PubMed]
  29. Karaman, M.M.; Tang, L.; Li, Z.; Sun, Y.; Li, J.-Z.; Zhou, X.J. In vivo assessment of Lauren classification for gastric adenocarcinoma using diffusion MRI with a fractional order calculus model. Eur. Radiol. 2021, 31, 5659–5668. [Google Scholar] [CrossRef] [PubMed]
  30. Feng, C.; Wang, Y.; Dan, G.; Zhong, Z.; Karaman, M.M.; Li, Z.; Hu, D.; Zhou, X.J. Evaluation of a fractional-order calculus diffusion model and bi-parametric VI-RADS for staging and grading bladder urothelial carcinoma. Eur. Radiol. 2022, 32, 890–900. [Google Scholar] [CrossRef]
  31. Li, Z.; Dan, G.; Tammana, V.; Johnson, S.; Zhong, Z.; Rabiee, B.; Zhou, X.J.; Xie, K.L. Predicting the aggressiveness of peripheral zone prostate cancer using a fractional order calculus diffusion model. Eur. J. Radiol. 2021, 143, 109913. [Google Scholar] [CrossRef]
  32. Borkowski, K.; Krzyżak, A.T. Analysis and correction of errors in DTI-based tractography due to diffusion gradient inhomogeneity. J. Magn. Reson. 2018, 296, 5–11. [Google Scholar] [CrossRef]
  33. Krzyzak, A.; Borkowski, K. Theoretical analysis of phantom rotations in BSD-DTI. In Proceedings of the 2015 37th Annual International Conference of the IEEE Engineering in Medicine and Biology Society (EMBC), Milan, Italy, 25–29 August 2015; pp. 410–413. [Google Scholar] [CrossRef]
  34. Sandino, C.M.; Ong, F.; Vasanawala, S.S. Deep Subspace Learning: Enhancing Speed and Scalability of Deep Learning-Based Reconstruction of Dynamic Imaging Data; International Society for Magnetic Resonance in Medicine: Concord, CA, USA, 2020; Volume 0599. [Google Scholar]
Figure 1. A set of multi-b-value DWI datasets from a representative slice showing the high degree of data redundancy among the images with different b-values and different diffusion directions. (The b-value ranged from 50 to 3000 s/mm2.)
Figure 1. A set of multi-b-value DWI datasets from a representative slice showing the high degree of data redundancy among the images with different b-values and different diffusion directions. (The b-value ranged from 50 to 3000 s/mm2.)
Bioengineering 10 00864 g001
Figure 2. The structure of CRNN-DWI used in this study. (A) The detailed structure of the proposed network for each layer; (B) the unfolded structure of the proposed network for each iteration; and (C) the detailed structure of the CRNN-b-i layer. The green arrow ( W c ), brown arrow ( W r ), and pink arrow ( W b ) represent the filters of input-to-hidden convolutions, hidden-to-hidden recurrent convolutions evolving over iterations, and the b-value series, respectively.
Figure 2. The structure of CRNN-DWI used in this study. (A) The detailed structure of the proposed network for each layer; (B) the unfolded structure of the proposed network for each iteration; and (C) the detailed structure of the CRNN-b-i layer. The green arrow ( W c ), brown arrow ( W r ), and pink arrow ( W b ) represent the filters of input-to-hidden convolutions, hidden-to-hidden recurrent convolutions evolving over iterations, and the b-value series, respectively.
Bioengineering 10 00864 g002
Figure 3. Representative images from the experiments with four-fold undersampling. The reconstructed images using CRNN-DWI outperformed zero-padding or 3D-CNN and were the closest to the ground truth for a broad range of b-values.
Figure 3. Representative images from the experiments with four-fold undersampling. The reconstructed images using CRNN-DWI outperformed zero-padding or 3D-CNN and were the closest to the ground truth for a broad range of b-values.
Bioengineering 10 00864 g003
Figure 4. Representative images from the experiment with six-fold undersampling. Although the quality of the reconstructed images using CRNN-DWI was not as good as that of four-fold undersampling, the CRNN-DWI image quality still considerably out-performed that of zero-padding or 3D CNN.
Figure 4. Representative images from the experiment with six-fold undersampling. Although the quality of the reconstructed images using CRNN-DWI was not as good as that of four-fold undersampling, the CRNN-DWI image quality still considerably out-performed that of zero-padding or 3D CNN.
Bioengineering 10 00864 g004
Figure 5. Representative CTRW parameter maps (α, β, and Dm) calculated using the trace-weighted images from different reconstruction approaches for R = 4 (a) and R = 6 (b), respectively. For both acceleration factors, the parameter maps generated by the CRNN-DWI method showed significantly higher SSIM values when compared to those obtained from zero padding and 3D-CNN appraoches.
Figure 5. Representative CTRW parameter maps (α, β, and Dm) calculated using the trace-weighted images from different reconstruction approaches for R = 4 (a) and R = 6 (b), respectively. For both acceleration factors, the parameter maps generated by the CRNN-DWI method showed significantly higher SSIM values when compared to those obtained from zero padding and 3D-CNN appraoches.
Bioengineering 10 00864 g005
Table 1. The SSIM values of the diffusion parameter maps using different reconstruction approaches.
Table 1. The SSIM values of the diffusion parameter maps using different reconstruction approaches.
CRNN-DWI3D-CNNZero-Filling
αβDmαβDmαβDm
R = 40.84 ± 0.040.82 ± 0.040.9 ± 0.030.62 ± 0.060.62 ± 0.050.64 ± 0.060.66 ± 0.060.62 ± 0.050.65 ± 0.06
R = 60.75 ± 0.060.71 ± 0.050.77 ± 0.050.6 ± 0.060.6 ± 0.050.61 ± 0.060.64 ± 0.060.61 ± 0.050.62 ± 0.06
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Zhong, Z.; Ryu, K.; Mao, J.; Sun, K.; Dan, G.; Vasanawala, S.S.; Zhou, X.J. Accelerating High b-Value Diffusion-Weighted MRI Using a Convolutional Recurrent Neural Network (CRNN-DWI). Bioengineering 2023, 10, 864. https://doi.org/10.3390/bioengineering10070864

AMA Style

Zhong Z, Ryu K, Mao J, Sun K, Dan G, Vasanawala SS, Zhou XJ. Accelerating High b-Value Diffusion-Weighted MRI Using a Convolutional Recurrent Neural Network (CRNN-DWI). Bioengineering. 2023; 10(7):864. https://doi.org/10.3390/bioengineering10070864

Chicago/Turabian Style

Zhong, Zheng, Kanghyun Ryu, Jonathan Mao, Kaibao Sun, Guangyu Dan, Shreyas S. Vasanawala, and Xiaohong Joe Zhou. 2023. "Accelerating High b-Value Diffusion-Weighted MRI Using a Convolutional Recurrent Neural Network (CRNN-DWI)" Bioengineering 10, no. 7: 864. https://doi.org/10.3390/bioengineering10070864

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop