Zhao 2022 J. Phys. Conf. Ser. 2330 012002
Zhao 2022 J. Phys. Conf. Ser. 2330 012002
Conference Series
learnerzx@gmail.com
Abstract. Magnetic resonance imaging (MRI) is one of the most important methods for
clinical diagnosis. However, the main drawback of MRI is the long imaging time, which will
cause the moving artifact by patient movements. With the rapid development of the computing
power of computer, deep learning is widely used in computer vision, natural language
processing, visual recognition and so on. Meanwhile, a large number of reconstruction methods
based on deep learning have also emerged. Recently, many generative models have been
proposed to solve the perception quality problem that existed in fast MRI images. In this paper,
we manage to survey the motivations and reconstruction strategies of generative-based
methods published in journals and conferences over the past five years. First, the background
and theoretical basis of MRI reconstruction are introduced. Secondly, the application of
generative-based methods in MRI reconstruction field is comprehensively summarized and
analyzed, including Generative Adversarial Network (GAN), Variational Autoencoder (VAE)
and VAE-GAN. Then the advantages and disadvantages of the existing generative-based MRI
reconstruction methods are discussed. Finally, several publicly available MR image datasets
and evaluation metrics are presented, which can provide a reference for researchers and
practitioners working in related domains. The conclusions and challenges are also given.
1. Introduction
MRI plays an important role in clinical diagnosis because of being friendly to the human body and its
clear imaging, but it will take a long time to obtain high resolution MR image. The traditional methods
based on compressed sensing (CS) have made great progress in MRI reconstruction, however,
accelerated MRI acquisition has still been a significant challenge for MRI applications due to the long
iteration time and large aliasing artifact in the traditional algorithms.
Recently, deep learning has been widely used in many fields, and CNN-based methods have also
been used for undersampled MRI reconstruction [1][2]. In 2016, Wang et al. [3] initially applied CNN
for MRI reconstruction, and their results showed significant improvement compared with traditional
reconstruction methods. Subsequently, many variant networks based on CNN emerged, including the
network cascaded multiple CNN structures for reconstruction [2], the network combined residual
block for reconstruction. All of these were end-to-end methods that directly established the mapping
between undersampled image and full-sampled real image. With the deep research of these methods,
another unrolled optimization method has been proposed [4][5][6][7][8]. The unrolled optimization
method iteratively expanded the traditional physically-driven algorithm into a multi-layer data-driven
Content from this work may be used under the terms of the Creative Commons Attribution 3.0 licence. Any further distribution
of this work must maintain attribution to the author(s) and the title of the work, journal citation and DOI.
Published under licence by IOP Publishing Ltd 1
SIUSAI-2022 IOP Publishing
Journal of Physics: Conference Series 2330 (2022) 012002 doi:10.1088/1742-6596/2330/1/012002
deep neural network, in which some parameters in the traditional iterative algorithm can be learned by
the neural network. It can reduce the data required in general deep learning methods and speed up the
optimization of traditional iterative algorithms. Traditional optimization algorithms used in MRI
reconstruction included gradient descent (GD) [9], Proximal Gradient Descent (PGD) [2], Iterative
Shrinkage-Thresholding Algorithm (ISTA) [10], Alternating Direction Method of Multipliers
(ADMM) [11], Primal Dual Hybrid Gradient (PDHG) [12], etc.
Although the unrolled methods have interpretability and require less training data, the effect of
MRI reconstruction is not ideal. Due to the excellent performance of GAN in generative tasks, there
exist many methods that use GAN and other generative models to accelerate MRI reconstruction,
which can be seen in Figure 1. In this paper, we focus on the models based on generative modeling for
MRI reconstruction, including GAN, VAE and VAE-GAN, and make a summarization about their
advantages and disadvantages.
Given the rapid development of MRI reconstruction, it is necessary to summarize the large number
of generative methods reported in the literature and analyze the challenges in MRI reconstruction. The
paper presents a comprehensive overview about MRI reconstruction on the basis of generative models.
Number of publications
400
39
53
200 12 39
2 20 267 45
0 16
4 166 166
0 67 92
2018 2019 2020 2021 2022
Figure 1. Number of papers of generative-based methods for MRI reconstruction published since
2018 according to the Web of Science and Medical Image Computing and Computer Assisted
Intervention (MICCAI) databases.
Figure 2. The vanilla GAN architecture. It consists of a Generator and a Discriminator for adversarial
training.
2
SIUSAI-2022 IOP Publishing
Journal of Physics: Conference Series 2330 (2022) 012002 doi:10.1088/1742-6596/2330/1/012002
3
SIUSAI-2022 IOP Publishing
Journal of Physics: Conference Series 2330 (2022) 012002 doi:10.1088/1742-6596/2330/1/012002
Generative adversarial network makes the GAN-based MRI reconstruction model have better
performance in reconstructing fine textures in data by using the minimum adversarial and maximum
training strategy. Therefore, many GAN-based accelerated reconstruction methods have emerged in
MRI reconstruction fields in recent years, which focus on preserving high-frequency content and fine
texture details in reconstructed MR images.
3. Discussion
In accelerated MR imaging, texture blurriness and aliasing artifacts often appear in reconstructed
images due to uncontrollable movement of patients during the scanning process. Although researchers
4
SIUSAI-2022 IOP Publishing
Journal of Physics: Conference Series 2330 (2022) 012002 doi:10.1088/1742-6596/2330/1/012002
have proposed methods such as CS, sparse dictionary learning and CNN in MRI reconstruction, these
methods failed to completely solve the above problem.
It is proved that the generative-based method has been applied in generative tasks successfully,
such as style transfer, image transformation, image reconstruction and so on [38]. Therefore, a large
number of generative models have been used in MRI reconstruction domains. It is found that the GAN
generation model is prone to solve the problems of image unrealistic and gradient vanishing, and the
generated images are clear, but the texture details are generated randomly in a large scale. The VAE
method has blurred reconstruction image, however, because it directly simulates potential variables
and the generated image distribution is similar to the real image, and the gradient descent gets stable in
the training process. Therefore, combining the advantages of both GAN and VAE not only
reconstructs clear images, but also better recovers real MR images. Thus, we hope that our method
summarization about accelerated MR imaging is enlightened and promising for clinical diagnosis in
the future.
Since the deep learning methods need amount of data for training to obtain available performance,
for MRI reconstruction, one of the biggest challenges of current generative-based methods is the
scarcity of dataset. For solving this problem, recently, some training strategies emerged such as
transfer learning, few-shot learning, unsupervised learning etc. It can get better results by using these
strategies in MRI reconstruction, so it is a promising direction for further in-depth research.
1: http://www.braintumorsegmentation.org/
2: https://sites.google.com/view/calgary-campinas-dataset/home
3: https://fastmri.org/dataset/
5
SIUSAI-2022 IOP Publishing
Journal of Physics: Conference Series 2330 (2022) 012002 doi:10.1088/1742-6596/2330/1/012002
5. Conclusion
In this review, we have summarized some challenges in the MRI reconstruction field and some
solutions to address them. The deep learning methods have been proved to show great potential for
MR image reconstruction. In the past five years, there has been explosive growth in this research field.
In this paper, the current reconstruction methods based on generative modeling are divided into three
categories, including GAN, VAE and GAN-VAE. We have comprehensively summarized these
methods and discussed their advantages and disadvantages. Moreover, various public MR image
datasets and several evaluation metrics with details are given. In conclusion, we presume that even
though there are many promising results reported, the utilization of generative-based methods in
clinical imaging is still in its beginning phases and further exploration in this field is expected to
accomplish the degree of progress vital for the dependable clinical use of generative-based imaging
methods. It is emphasized that due to the limited space, we have to limit the number of references.
Therefore, we apologize to the authors for those articles that have not been quoted.
Acknowledgments
This paper was supported by the Innovative Funds Plan of Henan University of Technology (Grant
No. 2021ZKCJ14) and the Open Fund Project of Key Laboratory of Grain Information Processing &
Control (Grant No. KFJJ2021101).
References
[1] Zhu B, Liu J Z, Cauley S F, Rosen B R and Rosen M S 2018 Image reconstruction by domain-
transform manifold learning Nature 555(7697) 487-92.
6
SIUSAI-2022 IOP Publishing
Journal of Physics: Conference Series 2330 (2022) 012002 doi:10.1088/1742-6596/2330/1/012002
[2] Schlemper J, Caballero J, Hajnal J V, Price A N and Rueckert D 2017 A deep cascade of
convolutional neural networks for dynamic MR image reconstruction IEEE transactions on
Medical Imaging 37(2) 491-503.
[3] Wang S, Su Z, Ying L, Peng X, Zhu S and Liang F 2016 Accelerating magnetic resonance
imaging via deep learning 2016 IEEE 13th international symposium on biomedical imaging
(Prague: IEEE) pp 514-7.
[4] Aggarwal H K, Mani M P and Jacob M 2019 MoDL: Model-based deep learning architecture
for inverse problems IEEE transactions on medical imaging 38(2) 394-405.
[5] Cheng J, Wang H, Ying L and Liang D 2019 Model learning: primal dual network-s for fast MR
imaging International Conference on Medical Image Computing and Computer-Assisted
Intervention (Shenzhen: Springer) pp 21-9.
[6] Li Z, Zhang T, Wan P and Zhang D 2019 SEGAN: structure-enhanced generative adversarial
network for compressed sensing MRI reconstruction Proc. of the AAAI Conf. on Artificial
Intelligence vol 33(Menlo Park, CA: AAAI) pp 1012-19.
[7] Murugesan B, Raghavan SV, Sarveswaran K, Ram K and Sivaprakasam M 2019 Recon-
GLGAN: a global-local context based generative adversarial network for MRI reconstruction
Int. Workshop on Machine Learning for Medical Image Reconstruction (Berlin: Springer) pp 3-
15.
[8] Yutong C, David F and Guang Y 2021 Wavelet improved GAN for MRI reconstruction Medical
Imaging 2021: Physics of Medical Imaging vol 11595 (California: SPIE) p 1159513.
[9] Hammernik K, Klatzer T, Kobler E, Recht M P, Sodickson D K, Pock T and Knoll F 2018
Learning a variational network for reconstruction of accelerated MRI data Magnetic resonance
in medicine 79(6) 3055-71.
[10] Zhang J and Ghanem B 2018 ISTA-Net: Interpretable optimization-inspired deep network for
image compressive sensing Proceedings of the IEEE conference on computer vision and pattern
recognition (Utah: IEEE) pp 1828-37.
[11] Yang Y, Sun J, Li H and Xu Z 2017 ADMM-Net: A deep learning approach for compressive
sensing MRI Preprint arXiv/1705.06869.
[12] Zhang X, Lian Q, Yang Y and Su Y 2020 A deep unrolling network inspired by total variation
for compressed sensing MRI Digital Signal Processing 107 102856.
[13] Huang J, et al. 2022 Edge-enhanced dual discriminator generative adversarial network for fast
MRI with parallel imaging using multi-view information Applied Intelligence 1-18.
[14] Goodfellow I, et al. 2014 Generative adversarial nets Advances in neural information processing
systems 27.
[15] Yang G, et al. 2017 DAGAN: deep de-aliasing generative adversarial networks for fast
compressed sensing MRI reconstruction IEEE transactions on medical imaging 37(6) 1310-21.
[16] Lv J, Wang C and Yang G 2021 PIC-GAN: A parallel imaging coupled generative adversarial
network for accelerated multi-channel MRI reconstruction Diagnostics 11(1) 61.
[17] Chuquicusma M, Hussein S, Burt J and Bagci U 2018 How to fool radiologists with generative
adversarial networks? A visual turing test for lung cancer diagnosis IEEE 15th international
symposium on biomedical imaging (Washington: IEEE) pp 240-4.
[18] Baur C, Albarqouni S and Navab N 2018 MelanoGANs: high resolution skin lesion synthesis
with GANs Preprint arXiv/1804.04338.
[19] Jiang M, Yuan Z, Yang X, Zhang J, Gong Y, Xia L and Li T 2019 Accelerating CS-MRI
reconstruction with fine-tuning Wasserstein generative adversarial network IEEE Access 7
152347-57.
[20] Quan T M, Nguyen-Duc T and Jeong W K 2018 Compressed sensing MRI reconstruction using
a generative adversarial network with a cyclic loss IEEE transactions on medical imaging 37(6)
1488-97.
[21] Shaul R, David I, Shitrit O and Raviv T R 2020 Subsampled brain MRI reconstruction by
generative adversarial neural networks Medical Image Analysis 65 101747.
7
SIUSAI-2022 IOP Publishing
Journal of Physics: Conference Series 2330 (2022) 012002 doi:10.1088/1742-6596/2330/1/012002
[22] Shitrit O, Riklin T 2017 Accelerated magnetic resonance imaging by adversarial neural network
Deep learning in medical image analysis and multimodal learning for clinical decision support
(Québec City: Springer) pp 30-8.
[23] Mardani M, Gong E, Cheng J Y, Vasanawala S S, Zaharchuk G, Xing L and Pauly J M 2018
Deep generative adversarial neural networks for compressive sensing MRI IEEE transactions on
medical imaging 38(1) 167-79.
[24] Jiang M, Yuan Z, Yang X, Zhang J, Gong Y, Xia L and Li T 2019 Accelerating CS-MRI
reconstruction with fine-tuning Wasserstein generative adversarial network IEEE Access 7
152347-57.
[25] Li Z, Zhang T, Wan P and Zhang D 2019 SEGAN: structure-enhanced generative adversarial
network for compressed sensing MRI reconstruction Proceedings of the AAAI Conference on
Artificial Intelligence vol 33 pp1012-19.
[26] Murugesan B, Vijaya S, Sarveswaran K, Ram K and Sivaprakasam M 2019 Recon-GLGAN: A
global-local context based generative adversarial network for MRI reconstruction International
Workshop on Machine Learning for Medical Image Reconstruction (Shenzhen: Springer) pp 3-
15.
[27] Deora P, Vasudeva B, Bhattacharya S and Pradhan M 2020 Structure preserving compressive
sensing MRI reconstruction using generative adversarial networks Proceedings of the
IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops (Seattle:
IEEE) pp 522-3.
[28] Makhzani A, Shlens J, Jaitly N, Goodfellow I and Frey B 2015 Adversarial autoencoders
Preprint arXiv/1511.05644.
[29] Tezcan K C, Baumgartner C F, Luechinger R, Pruessmann K P and Konukoglu E 2018 MR
image reconstruction using deep density priors IEEE transactions on medical imaging 38(7)
1633-42.
[30] Zou Q, Ahmed A H, Nagpal P, Kruger S and Jacob M 2021 Dynamic imaging using a deep
generative SToRM (Gen-SToRM) model IEEE transactions on medical imaging 40(11) 3102-
12.
[31] Higgins I, Matthey L, Pal A, Burgess P, Glorot X, Botvinick M, Mohamed S and Lerchner A
2017 beta-VAE: Learning Basic Visual Concepts with a Constrained Variational Framework
International Conference on Learning Representations (Toulon: OpenReview) pp 1-22.
[32] Zou Q, Ahmed H, Nagpal P, Kruger S and Jacob M 2021 Deep generative SToRM model for
dynamic imaging 2021 IEEE 18th International Symposium on Biomedical Imaging (Virtual:
IEEE) pp 114-7.
[33] Arjovsky M and Bottou L 2017 Towards principled methods for training generative adversarial
networks Preprint arXiv/1701.04862.
[34] Kwon G, Han C and Kim S 2019 Generation of 3D brain MRI using auto-encoding generative
adversarial networks International Conference on Medical Image Computing and Computer-
Assisted Intervention (Shenzhen: Springer) pp 118-26.
[35] Gulrajani I, Ahmed F, Arjovsky M, Dumoulin V and Courville A C 2017 Improved training of
wasserstein gans Advances in neural information processing systems 30.
[36] Mostapha M, Prieto J, Murphy V, Girault J, Foster M and Rumple A 2019 Semi-supervised
VAE-GAN for out-of-sample detection applied to MRI quality control International Conference
on Medical Image Computing and Computer-Assisted Intervention (Shenzhen: Springer) pp
127-36.
[37] Liu X, Xing F, Prince L, Carass A, Stone M, El G and Woo J 2021 Dual-cycle constrained
bijective VAE-GAN for tagged-to-cine magnetic resonance image synthesis 2021 IEEE 18th
International Symposium on Biomedical Imaging (Virtual: IEEE) pp 1448-52.
[38] Singh N K and Raza K 2021 Medical image generation using generative adversarial networks: a
review Health Informatics: A Computational Perspective in Healthcare 77-96.
[39] Zhang C, Barbano R and Jin B 2021 Conditional variational autoencoder for learned image
reconstruction Computation 9(11) 114.