3084

Dual Domain Deep Learning Framework for Cardiac MR Image Reconstruction
Faisal Najeeb1, Madiha Arshad 1, Muhammad Shafique1, and Hammad Omer1
1Electrical and Computer Engineering, COMSATS University Islamabad, Islamabad, Pakistan

Synopsis

Keywords: Image Reconstruction, Artifacts, Deep Learning, Compressed Sensing , Parallel MRI

Most deep learning methods apply U-Net either in image or k-space domain. Nevertheless, these methods have limitations: (1) Directly applying U-Net in k-space domain is not optimal for extracting features; (2) conventional image-domain oriented U-Net does not fully utilize the information of encoder part of the network for extracting features in the decoder part. In this paper, a dual-domain deep learning-based approach is presented, incorporating multi-coil data consistency layers for the reconstruction of cardiac MR images from 1-D Variable Density (VD) under-sampled data. Experiments show superior reconstruction results of the proposed method than conventional Compressed Sensing (CS) method.

Introduction

Deep Learning-based techniques have recently gathered a lot of attention for their accuracy and efficiency in MR image reconstruction1. Most deep learning reconstruction methods apply U-Net in image domain or in k-space domain2. Conventional U-Net was originally designed for data in the image domain; directly applying the image-oriented U-Net in k-space data is not optimal for extracting features in the k-space domain. Further, classical image-domain U-Net fails to utilize information of the encoder part of the network for successful feature extraction in the decoder part of the network. To overcome limitations of conventional deep learning methods, dual-domain methods have been proposed recently3. These methods exploit the correlated information between dual-domains (image and k-space domains) to improve reconstruction performance. The dual-domain methods perform superior compared to single-domain methods owing to highly coupled information between the image domain and k-space domain1-3. In this paper, a hybrid dual domain deep learning framework is proposed that learns the image reconstruction problem in both the image and frequency domains for a robust reconstruction of multi-coil under-sampled cardiac MRI data.

Methods

The proposed deep learning framework consists of an architecture which has been created by cascading two customized U-Nets (termed as IK-Net in this paper) as shown in Fig.1. It consists of 10 convolution layers (followed by Rectified Linear Unit (ReLU) and Batch Normalization (BN)) with a filter size of 3×3 and the last convolution layer (followed by BN) with a filter size of 1×1 besides max pooling and up sampling layers. The proposed framework consists of two subnetworks; named as ‘I-Net’ and ‘K-Net’. The first subnetwork (i.e. I-Net) is trained in image domain followed by Multi-coil Data Consistency (MCDC) operation; and then the output is fed into the second subnetwork (i.e. K-Net) after applying Fourier transform followed by the second layer of MCDC operation.
Block diagram of the proposed method (IK-Net) is shown in Fig. 2. In this paper, training dataset is extracted from the fully sampled, multi-slice, eight receiver coils (Cartesian) human cardiac data of fifteen patients6. The fully sampled human cardiac k-space data is VD under-sampled by an acceleration factor (AF) of 2 and 4 retrospectively; followed by an adaptive coil combination to get the composite under-sampled k-space data.
The IFFT of the composite under-sampled k-space data gives the aliased human cardiac images which are given as an input whereas the corresponding coil combined fully sampled human cardiac images are used as the ground truth for training the I-Net (sub network-1). The output of the trained I-Net is the reconstructed image which is given as an input to the MCDC7.
In MCDC operation, sensitivity maps obtained by the Walsh method9 are used to apply data consistency on the multi-coil interpolated images. These are later ‘coil combined’ to get the corrected composite images and then the fast Fourier transform is applied to achieve the corrected k-space data. The MCDC operation has been described in detail in Fig. 4.
The K-Net (subnetwork-2) is trained by using the corrected k-space data (obtained as an output of I-Net followed by MCDC operation) as an input and the corresponding fully sampled k-space data as the ground truth label. The MCDC operation is applied again on the output of K-Net, to get the corrected k-space data whose IFFT gives the final reconstructed image.
In our experiments, training of both the subnetworks (I-Net and K-Net) is performed separately on Python 3.7.1 by Keras using TensorFlow as a backend on Intel(R) core (TM) i7-4790 CPU, clock frequency 3.6GHz, 16 GB RAM and GPU NVIDIA GeForce GTX 780 for approximately 16 hours. We use RMSprop optimizer to minimize the loss function of mean square error.
The proposed method is tested on human cardiac data acquired from a 3T Siemens scanner8. The reconstruction results obtained from the proposed method are compared with the conventional Compressed Sensing (CS) reconstruction10.

Results

Fig.3 shows reconstruction results of the cardiac data obtained from the proposed method and CS along with the root mean square error (RMSE) and structure similarity index (SSI) values at AF= 2 and 4. SSI values of the reconstructed images obtained from the proposed method and CS are 0.9412 and 0.9105, respectively at AF=2. Similarly, RMSE values of the reconstructed images obtained from the proposed method and CS are 0.0102 and 0.0145, respectively; showing that the proposed method outperforms CS in reconstructing the under-sampled k-space data. Moreover, visual inspection of the results shows that the reconstruction results obtained from the proposed method are sharper as compared to the CS reconstruction.

Discussion and Conclusions

We propose a hybrid dual domain cascaded deep learning framework to reconstruct the human cardiac images from zero filled VD under-sampled k-space data. The proposed method surpasses the conventional CS method in reconstructing the cardiac images as indicated by their RMSE and SSI values as well as visual quality of the reconstructed images.

Acknowledgements

We are thankful to NVIDIA USA for providing Academic Hardware Grant for this research which includes 400 compute hours on V100 GPU instances via NVIDIA’s partner, Saturn Cloud.

References

1. Hyun, C. M., Kim, H. P., Lee, S. M., Lee, S., & Seo, J. K. (2018). Deep learning for undersampled MRI reconstruction. Physics in Medicine & Biology, 63(13), 135007.

2. Knoll, F., Hammernik, K., Zhang, C., Moeller, S., Pock, T., Sodickson, D. K., & Akcakaya, M. (2020). Deep-learning methods for parallel magnetic resonance imaging reconstruction: A survey of the current approaches, trends, and issues. IEEE signal processing magazine, 37(1), 128-140.

3. Souza, R., Bento, M., Nogovitsyn, N., Chung, K. J., Loos, W., Lebel, R. M., & Frayne, R. (2020). Dual-domain cascade of U-nets for multi-channel magnetic resonance image reconstruction. Magnetic resonance imaging, 71, 140-153.

4. H. Jung, K. Sung, K. S. Nayak, E. Y. Kim, and J. C. Ye, “k-t FOCUSS: A general compressed sensing framework for high resolution dynamic MRI,” Magn. Reson. Med., vol. 61, no. 1, pp. 103–116, Jan. 2009, doi: 10.1002/mrm.21757.

5. Feng, L., Srichai, M. B., Lim, R. P., Harrison, A., King, W., Adluru, G., ... & Kim, D. (2013). Highly accelerated real‐time cardiac cine MRI using k–t SPARSE‐SENSE. Magnetic resonance in medicine, 70(1), 64-74.

6. Andreopoulos, A., & Tsotsos, J. K. (2008). Efficient and generalizable statistical models of shape and appearance for analysis of cardiac MRI. Medical image analysis, 12(3), 335-357.

7. Liu, X., Pang, Y., Jin, R., Liu, Y., & Wang, Z. (2022). Dual-Domain Reconstruction Networks with V-Net and K-Net for fast MRI. arXiv preprint arXiv:2203.05725.

8. Chen, C., Liu, Y., Schniter, P., Tong, M., Zareba, K., Simonetti, O., ... & Ahmad, R. (2020). OCMR (v1. 0)--Open-Access Multi-Coil k-Space Dataset for Cardiovascular Magnetic Resonance Imaging. arXiv preprint arXiv:2008.03410.

9. Walsh, D. O., Gmitro, A. F., & Marcellin, M. W. (2000). Adaptive reconstruction of phased array MR imagery. Magnetic Resonance in Medicine: An Official Journal of the International Society for Magnetic Resonance in Medicine, 43(5), 682-690.

10. Lustig, M., Donoho, D. L., Santos, J. M., & Pauly, J. M. (2008). Compressed sensing MRI. IEEE signal processing magazine, 25(2), 72-82.

Figures

Fig. 1: An illustration of the architecture of U-Net used in the proposed IK-Net method.

Fig. 2: Block diagram of Proposed Method (IK-Net). The composite images were obtained using Adaptive coil combination of N receiver coils VD under-sampled images. First, subnetwork-1(I-Net) is used to generate the artifact free solution images which are given as an input to Multi-coil Data Consistency (MCDC) layer. The output of MCDC operation is the corrected image whose FFT is given as input to K-Net. MCDC is applied again on the iFFT of the output of subnetwork-2(K-Net) to generate the final reconstructed image.

Fig. 3: Reconstruction results obtained from the proposed method for 3T human cardiac data at different AFs: (a) shows the fully sampled reference image, (b-c) show the reconstruction results obtained from the proposed method and CS. The proposed method outperforms as indicated by the RMSE and SSI values.

Fig. 4: Multi-coil data consistency (MCDC) operation: Firstly, the composite reconstructed images (output of neural network) are multiplied with the N-receiver coil sensitivity maps (obtained by Walsh method9) in order to generate N-receiver coils reconstructed images. Further, MCDC operation7 is applied on each individual coil and all the coils are combined using Adaptive coil combination9 to obtain the composite corrected images.

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