Submitted Successfully!
To reward your contribution, here is a gift for you: A free trial for our video production service.
Thank you for your contribution! You can also upload a video entry or images related to this topic.
Version Summary Created by Modification Content Size Created at Operation
1 -- 3106 2022-11-09 01:37:33 |
2 format correct -13 word(s) 3093 2022-11-09 04:07:13 |

Video Upload Options

Do you have a full video?

Confirm

Are you sure to Delete?
Cite
If you have any further questions, please contact Encyclopedia Editorial Office.
Pasquini, L.;  Napolitano, A.;  Pignatelli, M.;  Tagliente, E.;  Parrillo, C.;  Nasta, F.;  Romano, A.;  Bozzao, A.;  Napoli, A.D. Synthetic Post-Contrast Imaging through AI. Applications in Neuroimaging. Encyclopedia. Available online: https://encyclopedia.pub/entry/33555 (accessed on 23 April 2024).
Pasquini L,  Napolitano A,  Pignatelli M,  Tagliente E,  Parrillo C,  Nasta F, et al. Synthetic Post-Contrast Imaging through AI. Applications in Neuroimaging. Encyclopedia. Available at: https://encyclopedia.pub/entry/33555. Accessed April 23, 2024.
Pasquini, Luca, Antonio Napolitano, Matteo Pignatelli, Emanuela Tagliente, Chiara Parrillo, Francesco Nasta, Andrea Romano, Alessandro Bozzao, Alberto Di Napoli. "Synthetic Post-Contrast Imaging through AI. Applications in Neuroimaging" Encyclopedia, https://encyclopedia.pub/entry/33555 (accessed April 23, 2024).
Pasquini, L.,  Napolitano, A.,  Pignatelli, M.,  Tagliente, E.,  Parrillo, C.,  Nasta, F.,  Romano, A.,  Bozzao, A., & Napoli, A.D. (2022, November 09). Synthetic Post-Contrast Imaging through AI. Applications in Neuroimaging. In Encyclopedia. https://encyclopedia.pub/entry/33555
Pasquini, Luca, et al. "Synthetic Post-Contrast Imaging through AI. Applications in Neuroimaging." Encyclopedia. Web. 09 November, 2022.
Synthetic Post-Contrast Imaging through AI. Applications in Neuroimaging
Edit

Contrast media are widely diffused in biomedical imaging, due to their relevance in the diagnosis of numerous disorders. However, the risk of adverse reactions, the concern of potential damage to sensitive organs, and the recently described brain deposition of gadolinium salts, limit the use of contrast media in clinical practice. The application of artificial intelligence (AI) techniques to biomedical imaging has led to the development of ‘virtual’ and ‘augmented’ contrasts. The idea behind these applications is to generate synthetic post-contrast images through AI computational modeling starting from the information available on other images acquired during the same scan. In these AI models, non-contrast images (virtual contrast) or low-dose post-contrast images (augmented contrast) are used as input data to generate synthetic post-contrast images, which are often undistinguishable from the native ones. 

artificial intelligence synthetic imaging virtual contrast augmented contrast MRI CT gadolinium-based contrast agents iodinated contrast agents neuroimaging

1. Introduction

Contrast media are essential tools in biomedical imaging, allowing for more precise diagnosis of many conditions. The main contrast agents employed in radiology are iodinated contrasts for CT imaging and gadolinium-based contrast agents (GBCA) for MRI. As for any molecule used for medical purposes, contrast media are not exempt from contraindications and side-effects, which need to be evaluated against the known diagnostic benefits when scans are ordered in clinical practice.
One of the main side-effects of iodinated contrasts, besides allergic reactions, is nephrotoxicity [1]. Iodinated contrast media may lead to acute kidney injury (AKI) in certain patients, and they represent a leading cause of hospitalization [1]. Although the exact mechanism of renal damage is still debated, there is evidence of direct cytotoxicity of iodinated contrasts on tubular epithelial and endothelial linings of the kidney. Additionally, these contrasts seem to affect the renal hemodynamics, due to increased oxygen radicals synthesis and reduction in blood flow in both glomerular and tubular capillaries related to hyperviscosity [1]. GBCA toxicity was first reported as a multi-systemic condition known as nephrogenic systemic fibrosis (NSF), described in few cases and mainly related to renal failure [2]. More recently, brain GBCA deposition was discovered through imaging [3][4][5], animal models [6], and autopsy studies [7][8]. Brain accumulation of GBCAs depends on their chemical structure, with higher de-chelation susceptibility for linear compounds. Such evidence led to the suspension of linear GBCA from commerce [9], leading to changes in clinical guidelines for contrast administration [10]. The existence of a definite clinical correlate for GBCA brain deposition is still debated; however, different types of toxicity may occur in the body according to the patient’s age and clinical state [3]. Oxidative stress may play a role in gadolinium ions toxicity, as reflected by changes in intracellular glutathione levels [11][12]. In this situation, finding new means to boost biomedical imaging diagnostic power with low-dose contrast administration, and finding possible alternative diagnostic methods to contrast media for common disorders [13], are extremely relevant in current clinical practice.
In the last few years, artificial intelligence (AI) has revolutionized the field of medicine, with remarkable applications in biomedical imaging [14]. Due to the high volume of imaging data stored in PACS archives, AI applications have proven capable of fueling predictive models for differential diagnosis and patient outcome in many different conditions [14][15][16][17][18][19]. Most recently, the field of ‘virtual’ and ‘augmented’ contrast emerged from the intersection of AI and biomedical imaging. The idea behind these applications is to create virtual enhancement starting from available information on non-contrast images acquired during the same scan (virtual contrast) or to augment the enhancement obtained from a low-dose administration (augmented contrast), through AI computational modeling.

2. AI Architectures in Synthetic Reconstruction

The term AI was formally proposed for the first time in 1956 at a conference at Dartmouth University, to describe the science of simulating human intellect behaviors through computers, including learning, judgment, and decision making [20]. The application of AI in medicine relies on machine learning and deep learning algorithms. These powerful mathematical algorithms can discover complex structure in high-dimensional data by improving learning through experience. There are three main types of algorithm learning: (i) unsupervised, which is the ability to find patterns in data without a priori information; (ii) supervised, which is used for data classification and prediction based on ground truth; and (iii) reinforcement learning, a technique that enables learning by the trial-and-error approach [21]. Among the many applications of AI in medicine, recent years have witnessed a rising interest towards medical image analysis (MIA). In this context, deep learning networks can be applied to solve classification problems, and for segmentation, object detection, and synthetic reconstruction of medical images [22].
Virtual and augmented contrasts can be considered an application of AI in the field of synthetic imaging. Convolutional neural networks (CNNs) and generative adversarial networks (GANs) are the only known deep learning tools used for image reconstruction [23][24], due to their ability to capture image features that describe a high level of semantic information. These two groups of machine learning architectures have achieved considerable success in the MIA field, and they are further explored in the following sections with particular attention on deep learning architectures to synthesize new images (synthetic post-contrast images) from pre-existing ones (either non-contrast images or low-dose post contrast images) [25].

2.1. Convolutional Neural Networks in Synthetic Reconstruction

A CNN can be considered as a simplified version of the neocognitron model introduced by Fukushima [26] in 1980 to simulate the human visual system. CNNs are characterized by an input layer, an output layer, and multiple hidden layers (i.e., convolutional layer, pooling layer, fully connected layer, and various normalization layers). Due to their architecture, the typical use of CNNs is for image classification tasks, where the networks’ output is a single class label related to an input image [27]. When addressing CNNs’ use in medical research, the main applications here are also targeted toward classification problems [28][29]. However, the current literature includes several examples of successful implementation of CNN architectures to address other machine learning and computer vision challenges, such as image reconstruction and generation.
Gong et al., implemented a workflow with zero-dose pre-contrast MRIs and 10% low-dose postcontrast MRIs as inputs to generate full-dose MRI images through AI (augmented contrast) [30]. In this entry, the model consisted of an encoder-decoder convolutional neural network (CNN) with three encoder steps and three decoder steps based on U-net architecture. The basic architecture of U-Net consists of a contracting part to capture features, and a symmetric expanding part to enable precise localization and reconstruction. A slightly modified version of the same model was tested by Pasumarthi et al., with similar results [31]. Xie et al., also investigated a U-net based approach to obtain contrast-enhanced MRI images from non-contrast MRI [32]. This type of network architecture has demonstrated superior performance in medical imaging tasks such as segmentation and MRI reconstruction [33][34][35].

2.2. Generative Adversarial Networks in Synthetic Reconstruction

Another approach to produce synthetic post-contrast images relies on generative adversarial networks (GANs), which can be used to generate images from scratch, showing increasing applications in current literature. Starting from a set of paired data, these networks are able to generate new data that are indistinguishable from the ground truth. Current state-of-the-art applications of GANs include image denoising and quality improvement algorithms, such as Wasserstein GAN (WGAN) [36] and the deep convolutional GAN (DCGAN) [37][38][39][40][41][42][43][44]. Regarding image segmentation and classification, another extension of the GAN architecture—the conditional GAN (c-GAN) demonstrated promising results [45]. Additionally, Pix2Pix GANs [46] are a general GAN approach for image-to-image translation, which is very useful for generating new synthetic MRI images starting from images of a different domain.
The most used GAN architectures to obtain synthetic diagnostic images ex novo from MRI and CT scans are the CycleGAN networks [37][43][47]. These are a class of deep learning algorithms that rely on the simultaneous training of two networks: the first is focused on data generation (alias generator) and the second is focused on data discrimination (alias discriminator). The two neural networks compete against each other, learning the statistical distribution of the training data, which allows the generation of new examples from the same distribution [48]. Specifically, the two generator models and the two discriminator models mentioned above are simultaneously trained. One generator takes images from the first domain and generates images for the second domain. Conversely, another generator takes images from the second domain and outputs images for the first domain. The discriminator models determine the plausibility of the generated images. An idea of cycle consistency is used in the CycleGAN. This means that the output image of the second generator should match the original image if the image output by the first generator was used as input to the second generator. A schematic picture of the described architecture can be seen in Figure 1. In all the reported studies, these networks are capable of generating true diagnostic images from a qualitative and informative point of view, demonstrating the enormous advantages of this type of application.
Figure 1. The CycleGAN model consists of a forward cycle and a backward cycle. (a) In the forward cycle, a synthesis network Synthc is trained to translate an input non-contrast image into a contrast one. Network Synthnc is trained to translate the resulting contrast image back into a non-contrast image that approximates the original non-contrast one. Discc discriminates between real and synthesized contrast images. (b) In the backward cycle, Synthnc synthesizes non-contrast images from input contrast images, Synthc reconstructs the input contrast image from the synthesized non- contrast one, and Discnc discriminates between real and synthesized non-contrast images. Inc = original non-contrast image; Ic = original contrast image.

3. Clinical Applications in Neuroradiology

In neuroradiology, the contrast enhancement of a lesion inside the brain tissue reflects a blood–brain barrier rupture. This event occurs in many different brain diseases such as some primary tumors and metastases, neuroinflammatory diseases, infections, and subacute ischemia, for which contrast injection during MRI examination is considered mandatory for accurate assessment, differential diagnosis, and monitoring [49][50][51][52][53][54]. Other uses of contrast include the evaluation of vascular malformation and aneurysms. In this scenario, the implementation of AI algorithms to reduce contrast usage could result in significant benefit for the patients, and reduced scan times and costs [55]. However, the main drawback of AI analysis, especially through deep learning (DL) methods, reside in the need for a large quantity of data. For this reason, the literature of AI virtual contrast in neuroradiology is focused on MRI examination of relatively common diseases such as tumors and multiple sclerosis (MS) (Table 1).

3.1. AI in Neuro-Oncology Imaging

In neuro-oncology, contrast enhancement is particularly useful not only as a marker for differential diagnosis and progression, but it is also considered the target for neurosurgical removal of a lesion and an indicator of possible recurrence. Although in recent years some authors suggested expanding the surgical resection of brain tumors beyond the contrast enhancement [56][57], injection of gadolinium remains a standard for both first and follow-up MR scans. To avoid the use of gadolinium, Kleesiek et al., applied a Bayesan DL architecture to predict contrast enhancement from non-contrast MR images in patients with gliomas of different grades and healthy controls [58]. The authors obtained good results in terms of qualitative and quantitative assessment (approximate sensitivity and specificity of 91%). Similarly, other studies applied a DL method to pre-contrast MR images of a large group of glioblastomas and low-grade gliomas with a good structural similarity index between simulated and real postcontrast imaging, and the ability of the neuroradiologist to determine the tumor grade [32][59]. These methods can also be applied to sequences different from the T1. Recently, Wang et al., developed a GAN to synthetize 3D isotropic contrast-enhanced FLAIR images from a 2D non-contrast FLAIR image stack in 185 patients with different brain tumors [60]. Interestingly, the authors went beyond simple contrast synthesis and added super-resolution and anti-aliasing tasks in order to solve MR artifacts and create isotropic 3D images, which give a better visualization of the tumor, with a good structural-similarity index to the source images [60]. Calabrese et al., obtained good results in synthetize contrast-enhanced T1 images from non-contrast ones in 400 patients with glioblastoma and lower-grade glioma [59]. In addition, the authors included an external validation analysis, which is always recommended in DL-based studies [59]. However, the simulated images appeared blurrier than real ones, a problem that could especially affect discriminating progression in follow-up exams [59]. This shortcoming appears to be a common issue of all ‘simulated imaging’ studies. As stated above, contrast enhancement reflects disruption of the blood–brain barrier, information that is usually inferred from the pharmacokinetics of gadolinium-based contrasts within the brain vasculature; this explains the difficulty of generating information from sequences that may not contain it. Moreover, virtual contrast may hinder interpretation of derived measures, such as perfusion-weighted imaging, which have been proven crucial for differential diagnosis and prognosis prediction in neuro-oncology [15][16][61][62]. Future directions could make use of ultrahigh field scanners that may have enough resolution to be closer to molecular imaging. In the meantime, another approach has been explored to address the issue. Rather than eliminating contrast injection, different studies used AI algorithms to enhance a reduced dose of gadolinium (10% or 25% of the standard dose), a method defined as ‘augmented contrast’ [30][31][63][64]. This method, used on images of different brain lesions, including meningiomas and arteriovenous malformations, allows the detection of a rupture of the blood–brain barrier with a significantly lower contrast dose. Another advantage is the better quality of the synthetized images, as perceived by evaluating neuroradiologists [30][31]. Such benefits persist with data obtained across different scanners, including both 1.5T and 3T field strengths, a fundamental step for the generalizability of results [30][63][64]. Nevertheless, augmented contrast techniques are not exempt from limitations. Frequently encountered issues with these techniques are the difficulty of detecting small lesions, the presence of false positive enhancement, probably due to flow or motion artifacts, and coregistration mismatch [31][64]. Another concern is the lack of time control between the two contrast injections. Most of the studies perform MRI in a single session by acquiring the low-dose sequence first, followed by full-dose imaging after injecting the remaining dose of gadolinium [30][31][63][64]. The resulting full-dose images are, thus, a combination of the late-delayed pre-dose (10% or 25%) and the standard-delayed contrast, which can result in a slightly different enhancement pattern from the standard full-contrast injection. Future studies could acquire low and standard dose exams on separate days, with controlled postcontrast timing. Lastly, future directions could include prediction of different contrast imaging. In fact, other types of contrast are being developed to give additional information on pathologic processes, such as neuroinflammation [65]. Another interesting application of AI in neuro-oncology imaging consists of augmenting the contrast signal ratio in standard dose T1 images, in order to better delineate tumors and detect smaller lesions. Increasing contrast signal for better detection of tumors, in fact, has always been a goal when developing new MR sequences, leading recently to a consensus for brain tumor imaging, especially for metastasis [66]. A recent study by Ye et al., used a multidimensional integration method to increase the signal-to-noise ratio in T1 gradient echo images [67], also resulting in contrast signal enhancement. By comparison, Bône et al., implemented an AI-based method to increase contrast signal similarly to the ‘augmented contrast’ studies [68]. The authors trained an artificial neural network with T1 pre-contrast, FLAIR, ADC, and low-dose T1 (0.025 mmol/kg). Once trained, the model was leveraged to amplify the contrast on routine full-dose T1 by processing it into high-contrast T1 images. The hypothesis behind this process was that the neural network learned to amplify the difference in contrast between pre-contrast and low-dose images. Hence, by replacing the low-dose sequence with a full-dose one, the synthesis led to a quadruple-dose contrast [68]. The results led to a significant improvement in image quality, contrast level, and lesion detection performance, with a sensitivity increase (16%) and similar false detection rate with respect to routine acquisition.

3.2. AI in Multiple Sclerosis Imaging

MS is the most common demyelinating chronic disorder, and mostly affects young adults [69]. MRI is a fundamental tool in both MS diagnosis and follow-up, and gadolinium injection is usually mandatory. In fact, contrast enhancement is essential to establish dissemination in time according to the McDonald’s criteria, and to evaluate ‘active’ lesions in follow-up scans [70]. Due to the relatively young age at diagnosis, MS patients undergo numerous MRIs throughout the years. For this reason, different research groups are trying to limit contrast administration in selected cases to minimize exposition and costs [40][71]. One study tried to develop a DL algorithm to predict enhancing MS lesions from non-enhanced MR sequences in nearly 2000 scans, reporting accuracy between 70 and 75%, leading the way to further research [72]. The authors used only conventional imaging such as T1, T2, and FLAIR. Future studies could add DWI to the analysis as this sequence has been proven to be useful in identifying active lesions [73]. Small dimensions of MS plaques, as already seen above for brain tumor studies, could be a reason for the low accuracy of synthetic contrast imaging; future directions could try enhancing low-dose contrast injections by means of AI algorithms.
In conclusion, virtual and augmented contrast imaging have an interesting role in neuroradiology for assessing different diseases for which gadolinium injection is, for now, mandatory.
Table 1. Studies in neuroradiology with field of application, database used, tasks, and results characteristics. In particular, the database used is expressed according to not-specified, private, or public availability with the total number of patients included in brackets (N); when the database is public, the name is reported. BraTs= Brain Tumor Segmentation database; SSIM = structural similarity index measures; PSNR = peak signal-to-noise ratio; FLAIR = fluid attenuated inversion recovery; PCC = Pearson correlation coefficient; SNR = signal-to-noise ratio; MS = multiple sclerosis; MR = magnetic resonance.
Field of Application Reference Database (N) Task Results
Neuro-oncology [30] Private (60) To obtain 100% full-dose 3D T1-weighted images from 10% low-dose 3D T1-weighted images SSIM and PNSR increase by 11% and 5 dB
[31] Private (640) To obtain 100% full-dose 3D T1-weighted images from 10% low-dose 3D T1-weighted images and pre-contrast 3D T1-weighted images SSIM 0.92 ± 0.02; PSNR 35.07 dB ± 3.84
[32] BraTs2020 (369) To obtain contrast-enhanced T1-weighted images from non-contrast-enhanced MR images SSIM and PCC 0.991 dB ± 0.007 and 0.995 ± 0.006 (whole brain); 0.993 ± 0.008 and 0.999 ± 0.003
[47] Private 1 (185)
Private 2 (36)
BraTs2018 (73 for SR)
To obtain 3D isotropic contrast-enhanced T2 FLAIR from non-contrast enhanced 2D FLAIR and image super resolution SSIM 0.932 (whole brain), 0.851 (tumor region); PSNR 31.25 dB (whole brain) 24.93 dB (tumor region)
[58] Private (116) To obtain contrast-enhanced T1-weighted images from non-contrast-enhanced MR images Sensitivity 91.8%, Specificity 91.2%
[59] Private (400)
BraTs2020 (286) (external validation)
To obtain contrast-enhanced T1-weighted images from non-contrast-enhanced MR images SSIM 0.84 ± 0.05
[63] Private (83) To obtain 100% full-dose 3D T1-weighted images from 10% low-dose 3D T1-weighted images Image quality 0.73; image SNR 0.63; lesion conspicuity 0.89; lesion enhancement 0.87
[64] Private (145) To obtain 100% full-dose 3D T1-weighted images from 25% low-dose 3D T1-weighted images SSIM 0.871 ± 0.04; PSNR 31.6 dB ± 2
[68] Private (250) To maximize contrast in full-dose 3D T1-weighted images Sensitivity in lesion detection increase by 16%
Multiple Sclerosis [72] Private (1970) To identify MS enhancing lesion from non-enhanced MR images Sensitivity and specificity 78% ± 4.3 and 73% ± 2.7 (slice-wise); 72% ± 9 and 70% ± 6.3

References

  1. Faucon, A.L.; Bobrie, G.; Clément, O. Nephrotoxicity of Iodinated Contrast Media: From Pathophysiology to Prevention Strategies. Eur. J. Radiol. 2019, 116, 231–241.
  2. Cowper, S.E.; Robin, H.S.; Steinberg, S.M. Scleromyxoedema-like cutaneous diseases in renal-dialysis patients. Lancet 2000, 356, 1000–1001.
  3. Pasquini, L.; Napolitano, A.; Visconti, E.; Longo, D.; Romano, A.; Tomà, P.; Espagnet, M.C.R. Gadolinium-Based Contrast Agent-Related Toxicities. CNS Drugs 2018, 32, 229–240.
  4. Rossi Espagnet, M.C.; Bernardi, B.; Pasquini, L.; Figà-Talamanca, L.; Tomà, P.; Napolitano, A. Signal Intensity at Unenhanced T1-Weighted Magnetic Resonance in the Globus Pallidus and Dentate Nucleus after Serial Administrations of a Macrocyclic Gadolinium-Based Contrast Agent in Children. Pediatr. Radiol. 2017, 47, 1345–1352.
  5. Pasquini, L.; Rossi Espagnet, M.C.; Napolitano, A.; Longo, D.; Bertaina, A.; Visconti, E.; Tomà, P. Dentate Nucleus T1 Hyperintensity: Is It Always Gadolinium All That Glitters? Radiol. Med. 2018, 123, 469–473.
  6. Lohrke, J.; Frisk, A.L.; Frenzel, T.; Schöckel, L.; Rosenbruch, M.; Jost, G.; Lenhard, D.C.; Sieber, M.A.; Nischwitz, V.; Küppers, A.; et al. Histology and Gadolinium Distribution in the Rodent Brain after the Administration of Cumulative High Doses of Linear and Macrocyclic Gadolinium-Based Contrast Agents. Invest Radiol. 2017, 52, 324–333.
  7. Kanda, T.; Fukusato, T.; Matsuda, M.; Toyoda, K.; Oba, H.; Kotoku, J.; Haruyama, T.; Kitajima, K.; Furui, S. Gadolinium-Based Contrast Agent Accumulates in the Brain Even in Subjects without Severe Renal Dysfunction: Evaluation of Autopsy Brain Specimens with Inductively Coupled Plasma Mass Spectroscopy. Radiology 2015, 276, 228–232.
  8. McDonald, R.J.; McDonald, J.S.; Kallmes, D.F.; Jentoft, M.E.; Murray, D.L.; Thielen, K.R.; Williamson, E.E.; Eckel, L.J. Intracranial Gadolinium Deposition after Contrast-Enhanced MR Imaging. Radiology 2015, 275, 772–782.
  9. European Medicines Agency. EMA’s Final Opinion Confirms Restrictions on Use of Linear Gadolinium Agents in Body Scans. Available online: http://www.ema.europa.eu/docs/en_%0DGB/document_library/Referrals_document/gadolinium_contrast_%0Dagents_31/European_Commission_final_decision/WC500240575.%0Dpdf (accessed on 1 June 2022).
  10. ESUR Guidelines on Contrast Agents v.10.0. Available online: https://www.esur.org/esur-guidelines-on-contrast-agents/ (accessed on 1 June 2022).
  11. Bottino, F.; Lucignani, M.; Napolitano, A.; Dellepiane, F.; Visconti, E.; Espagnet, M.C.R.; Pasquini, L. In Vivo Brain Gsh: Mrs Methods and Clinical Applications. Antioxidants 2021, 10, 1407.
  12. Akhtar, M.J.; Ahamed, M.; Alhadlaq, H.; Alrokayan, S. Toxicity Mechanism of Gadolinium Oxide Nanoparticles and Gadolinium Ions in Human Breast Cancer Cells. Curr. Drug Metab. 2019, 20, 907–917.
  13. Romano, A.; Rossi-Espagnet, M.C.; Pasquini, L.; Di Napoli, A.; Dellepiane, F.; Butera, G.; Moltoni, G.; Gagliardo, O.; Bozzao, A. Cerebral Venous Thrombosis: A Challenging Diagnosis; A New Nonenhanced Computed Tomography Standardized Semi-Quantitative Method. Tomography 2022, 8, 1–9.
  14. Gillies, R.J.; Kinahan, P.E.; Hricak, H. Radiomics: Images Are More than Pictures, They Are Data. Radiology 2016, 278, 563–577.
  15. Pasquini, L.; Napolitano, A.; Tagliente, E.; Dellepiane, F.; Lucignani, M.; Vidiri, A.; Ranazzi, G.; Stoppacciaro, A.; Moltoni, G.; Nicolai, M.; et al. Deep Learning Can Differentiate IDH-Mutant from IDH-Wild Type GBM. J. Pers. Med. 2021, 11, 290.
  16. Pasquini, L.; Napolitano, A.; Lucignani, M.; Tagliente, E.; Dellepiane, F.; Rossi-Espagnet, M.C.; Ritrovato, M.; Vidiri, A.; Villani, V.; Ranazzi, G.; et al. AI and High-Grade Glioma for Diagnosis and Outcome Prediction: Do All Machine Learning Models Perform Equally Well? Front. Oncol. 2021, 11, 601425.
  17. Bottino, F.; Tagliente, E.; Pasquini, L.; Di Napoli, A.; Lucignani, M.; Talamanca, L.F.; Napolitano, A. COVID Mortality Prediction with Machine Learning Methods: A Systematic Review and Critical Appraisal. J. Pers. Med. 2021, 11, 893.
  18. Verma, V.; Simone, C.B.; Krishnan, S.; Lin, S.H.; Yang, J.; Hahn, S.M. The Rise of Radiomics and Implications for Oncologic Management. J. Natl. Cancer Inst. 2017, 109, 2016–2018.
  19. Larue, R.T.H.M.; Defraene, G.; de Ruysscher, D.; Lambin, P.; van Elmpt, W. Quantitative Radiomics Studies for Tissue Characterization: A Review of Technology and Methodological Procedures. Br. J. Radiol. 2017, 90, 20160665.
  20. McCarthy, J.; Minsky, M.L.; Rochester, N.; Shannon, C.E. A Proposal for the Dartmouth Summer Research Project on Artificial Intelligence—august 31, 1955. AI Mag. 2006, 27, 12.
  21. Hamet, P.; Tremblay, J. Artificial Intelligence in Medicine. Metabolism 2017, 69, S36–S40.
  22. Yang, R.; Yu, Y. Artificial Convolutional Neural Network in Object Detection and Semantic Segmentation for Medical Imaging Analysis. Front. Oncol. 2021, 11, 638182.
  23. Goodfellow, I.J.; Pouget-Abadie, J.; Mirza, M.; Xu, B.; Warde-Farley, D.; Ozair, S.; Courville, A.; Bengio, Y. Generative Adversarial Nets. Adv. Neural. Inf. Process Syst. 2014, 3, 2672–2680.
  24. Lundervold, A.S.; Lundervold, A. An Overview of Deep Learning in Medical Imaging Focusing on MRI. Z Med. Phys. 2019, 29, 102–127.
  25. Akay, A.; Hess, H. Deep Learning: Current and Emerging Applications in Medicine and Technology. In Proceedings of the IEEE Journal of Biomedical and Health Informatics; IEEE: Piscataway, NJ, USA, 2019; Volume 23, pp. 906–920.
  26. Fukushima, K.; Miyake, S. Neocognitron: A Self-Organizing Neural Network Model for a Mechanism of Visual Pattern Recognition. In Competition and Cooperation in Neural Nets; Lecture Notes in Biomathematics; Springer: Berlin/Heidelberg, Germany, 1982.
  27. Kumar, A.; Kim, J.; Lyndon, D.; Fulham, M.; Feng, D. An Ensemble of Fine-Tuned Convolutional Neural Networks for Medical Image Classification. In Proceedings of the IEEE Journal of Biomedical and Health Informatics; IEEE: Piscataway, NJ, USA, 2017; Volume 21, pp. 31–40.
  28. Cai, L.; Gao, J.; Zhao, D. A Review of the Application of Deep Learning in Medical Image Classification and Segmentation. Ann. Transl. Med. 2020, 8, 713.
  29. Yadav, S.S.; Jadhav, S.M. Deep Convolutional Neural Network Based Medical Image Classification for Disease Diagnosis. J. Big Data 2019, 6, 113.
  30. Gong, E.; Pauly, J.M.; Wintermark, M.; Zaharchuk, G. Deep Learning Enables Reduced Gadolinium Dose for Contrast-Enhanced Brain MRI. J. Magn. Reson. Imaging 2018, 48, 330–340.
  31. Pasumarthi, S.; Tamir, J.I.; Christensen, S.; Zaharchuk, G.; Zhang, T.; Gong, E. A Generic Deep Learning Model for Reduced Gadolinium Dose in Contrast-Enhanced Brain MRI. Magn. Reason. Med. 2021, 86, 1687–1700.
  32. Xie, H.; Lei, Y.; Wang, T.; Roper, J.; Axente, M.; Bradley, J.D.; Liu, T.; Yang, X. Magnetic Resonance Imaging Contrast Enhancement Synthesis Using Cascade Networks with Local Supervision. Med. Phys. 2022, 49, 3278–3287.
  33. Lee, D.; Yoo, J.; Ye, J. Deep Artifact Learning for Compressed Sensingand Parallel MRI. arXiv Prepr. 2017, arXiv:1703.01120.
  34. Ronneberger, O.; Fischer, P.; Brox, T. U-Net: Convolutional Networks for Biomedical Image Segmentation. In International Conference on Medical Image Computing and Computer-Assisted Intervention; Springer: Cham, Switzerland, 2015; pp. 234–241.
  35. Gong, E.; Pauly, J.; Zaharchuk, G. Improving the PI1CS Reconstructionfor Highly Undersampled Multi-Contrast MRI Using Local Deep Network. In Proceedings of the 25th Scientific Meeting ISMRM, Honolulu, HI, USA, 22–27 April 2017; p. 5663.
  36. Ran, M.; Hu, J.; Chen, Y.; Chen, H.; Sun, H.; Zhou, J.; Zhang, Y. Denoising of 3D Magnetic Resonance Images Using a Residual Encoder–Decoder Wasserstein Generative Adversarial Network. Med. Image Anal. 2019, 55, 165–180.
  37. Bustamante, M.; Viola, F.; Carlhäll, C.J.; Ebbers, T. Using Deep Learning to Emulate the Use of an External Contrast Agent in Cardiovascular 4D Flow MRI. J. Magn. Reson. Imaging 2021, 54, 777–786.
  38. Zhang, H.; Li, H.; Dillman, J.R.; Parikh, N.A.; He, L. Multi-Contrast MRI Image Synthesis Using Switchable Cycle-Consistent Generative Adversarial Networks. Diagnostics 2022, 12, 816.
  39. Zhao, K.; Zhou, L.; Gao, S.; Wang, X.; Wang, Y.; Zhao, X.; Wang, H.; Liu, K.; Zhu, Y.; Ye, H. Study of Low-Dose PET Image Recovery Using Supervised Learning with CycleGAN. PLoS ONE 2020, 15, e0238455.
  40. Lyu, Q.; You, C.; Shan, H.; Zhang, Y.; Wang, G. Super-Resolution MRI and CT through GAN-CIRCLE. In Developments in X-ray Tomography XII; SPIE: Bellingham, WA, USA, 2019; Volume 11113, pp. 202–208.
  41. Gregory, S.; Cheng, H.; Newman, S.; Gan, Y. HydraNet: A Multi-Branch Convolutional Neural Network Architecture for MRI Denoising. In Medical Imaging 2021: Image Processing; SPIE: Bellingham, WA, USA, 2021; Volume 11596, pp. 881–889.
  42. Hiasa, Y.; Otake, Y.; Takao, M.; Matsuoka, T.; Takashima, K.; Carass, A.; Prince, J.L.; Sugano, N.; Sato, Y. Cross-Modality Image Synthesis from Unpaired Data Using CycleGAN. In International Workshop on Simulation and Synthesis in Medical Imaging; Springer: Cham, Switzerland, 2018; Volume 11037, pp. 31–41.
  43. Chandrashekar, A.; Shivakumar, N.; Lapolla, P.; Handa, A.; Grau, V.; Lee, R. A Deep Learning Approach to Generate Contrast-Enhanced Computerised Tomography Angiograms without the Use of Intravenous Contrast Agents. Eur. Heart J. 2020, 41, ehaa946.0156.
  44. Sandhiya, B.; Priyatharshini, R.; Ramya, B.; Monish, S.; Sai Raja, G.R. Reconstruction, Identification and Classification of Brain Tumor Using Gan and Faster Regional-CNN. In Proceedings of the 2021 3rd International Conference on Signal Processing and Communication (ICPSC), Coimbatore, India, 13–14 May 2021; IEEE: Piscataway, NJ, USA, 2021; pp. 238–242.
  45. Yu, B.; Zhou, L.; Wang, L.; Fripp, J.; Bourgeat, P. 3D CGAN Based Cross-Modality MR Image Synthesis for Brain Tumor Segmentation. In Proceedings of the 2018 IEEE 15th International Symposium on Biomedical Imaging (ISBI 2018), Washington, DC, USA, 4–7 April 2018; IEEE: Piscataway, NJ, USA, 2018; pp. 626–630.
  46. Mori, M.; Fujioka, T.; Katsuta, L.; Kikuchi, Y.; Oda, G.; Nakagawa, T.; Kitazume, Y.; Kubota, K.; Tateishi, U. Feasibility of New Fat Suppression for Breast MRI Using Pix2pix. Jpn J. Radiol. 2020, 38, 1075–1081.
  47. Wang, T.; Lei, Y.; Curran, W.J.; Liu, T.; Yang, X. Contrast-Enhanced MRI Synthesis from Non-Contrast MRI Using Attention CycleGAN. In Medical Imaging 2021: Biomedical Applications in Molecular, Structural, and Functional Imaging; SPIE: Bellingham, WA, USA, 2021; Volume 11600, pp. 388–393.
  48. Zhou, L.; Schaefferkoetter, J.D.; Tham, I.W.K.; Huang, G.; Yan, J. Supervised Learning with Cyclegan for Low-Dose FDG PET Image Denoising. Med. Image Anal. 2020, 65, 101770.
  49. Jiao, J.; Namburete, A.I.L.; Papageorghiou, A.T.; Noble, J.A. Self-Supervised Ultrasound to MRI Fetal Brain Image Synthesis. In Proceedings of the IEEE Transactions on Medical Imaging; IEEE: Piscataway, NJ, USA, 2020; Volume 39, pp. 4413–4424.
  50. Zahra, M.A.; Hollingsworth, K.G.; Sala, E.; Lomas, D.J.; Tan, L.T. Dynamic Contrast-Enhanced MRI as a Predictor of Tumour Response to Radiotherapy. Lancet Oncol. 2007, 8, 63–74.
  51. Kappos, L.; Moeri, D.; Radue, E.W.; Schoetzau, A.; Schweikert, K.; Barkhof, F.; Miller, D.; Guttmann, C.R.G.; Weiner, H.L.; Gasperini, C.; et al. Predictive Value of Gadolinium-Enhanced Magnetic Resonance Imaging for Relapse Rate and Changes in Disability or Impairment in Multiple Sclerosis: A Meta-Analysis. Gadolinium MRI Meta-Analysis Group. Lancet 1999, 353, 964–969.
  52. Miller, D.H.; Barkhof, F.; Nauta, J.J.P. Gadolinium Enhancement Increases the Sensitivity of MRI in Detecting Disease Activity in Multiple Sclerosis. Brain 1993, 116 Pt 5, 1077–1094.
  53. Di Napoli, A.; Cristofaro, M.; Romano, A.; Pianura, E.; Papale, G.; di Stefano, F.; Ronconi, E.; Petrone, A.; Rossi Espagnet, M.C.; Schininà, V.; et al. Central Nervous System Involvement in Tuberculosis: An MRI Study Considering Differences between Patients with and without Human Immunodeficiency Virus 1 Infection. J. Neuroradiol. 2019, 47, 334–338.
  54. Di Napoli, A.; Spina, P.; Cianfoni, A.; Mazzucchelli, L.; Pravatà, E. Magnetic Resonance Imaging of Pilocytic Astrocytomas in Adults with Histopathologic Correlation: A Report of Six Consecutive Cases. J. Integr. Neurosci 2021, 20, 1039–1046.
  55. Mattay, R.R.; Davtyan, K.; Rudie, J.D.; Mattay, G.S.; Jacobs, D.A.; Schindler, M.; Loevner, L.A.; Schnall, M.D.; Bilello, M.; Mamourian, A.C.; et al. Economic Impact of Selective Use of Contrast for Routine Follow-up MRI of Patients with Multiple Sclerosis. J. Neuroimaging 2022, 32, 656–666.
  56. Molinaro, A.M.; Hervey-Jumper, S.; Morshed, R.A.; Young, J.; Han, S.J.; Chunduru, P.; Zhang, Y.; Phillips, J.J.; Shai, A.; Lafontaine, M.; et al. Association of Maximal Extent of Resection of Contrast-Enhanced and Non-Contrast-Enhanced Tumor with Survival Within Molecular Subgroups of Patients with Newly Diagnosed Glioblastoma. JAMA Oncol. 2020, 6, 495–503.
  57. Pasquini, L.; Di Napoli, A.; Napolitano, A.; Lucignani, M.; Dellepiane, F.; Vidiri, A.; Villani, V.; Romano, A.; Bozzao, A. Glioblastoma Radiomics to Predict Survival: Diffusion Characteristics of Surrounding Nonenhancing Tissue to Select Patients for Extensive Resection. J. Neuroimaging 2021, 31, 1192–1200.
  58. Kleesiek, J.; Morshuis, J.N.; Isensee, F.; Deike-Hofmann, K.; Paech, D.; Kickingereder, P.; Köthe, U.; Rother, C.; Forsting, M.; Wick, W.; et al. Can Virtual Contrast Enhancement in Brain MRI Replace Gadolinium?: A Feasibility Study. Invest Radiol. 2019, 54, 653–660.
  59. Calabrese, E.; Rudie, J.D.; Rauschecker, A.M.; Villanueva-Meyer, J.E.; Cha, S. Feasibility of Simulated Postcontrast Mri of Glioblastomas and Lower-Grade Gliomas by Using Three-Dimensional Fully Convolutional Neural Networks. Radiol Artif Intell 2021, 3, e200276.
  60. Wang, Y.; Wu, W.; Yang, Y.; Hu, H.; Yu, S.; Dong, X.; Chen, F.; Liu, Q. Deep Learning-Based 3D MRI Contrast-Enhanced Synthesis from a 2D Noncontrast T2Flair Sequence. Med. Phys. 2022, 49, 4478–4493.
  61. Romano, A.; Moltoni, G.; Guarnera, A.; Pasquini, L.; Di Napoli, A.; Napolitano, A.; Espagnet, M.C.R.; Bozzao, A. Single Brain Metastasis versus Glioblastoma Multiforme: A VOI-Based Multiparametric Analysis for Differential Diagnosis. Radiol. Med. 2022, 127, 490–497.
  62. Romano, A.; Pasquini, L.; Di Napoli, A.; Tavanti, F.; Boellis, A.; Rossi Espagnet, M.C.; Minniti, G.; Bozzao, A. Prediction of Survival in Patients Affected by Glioblastoma: Histogram Analysis of Perfusion MRI. J. Neurooncol. 2018, 139, 455–460.
  63. Luo, H.; Zhang, T.; Gong, N.-J.; Tamir, J.; Pasumarthi Venkata, S.; Xu, C.; Duan, Y.; Zhou, T.; Zhou, F.; Zaharchuk, G.; et al. Deep Learning-Based Methods May Minimize GBCA Dosage in Brain MRI Abbreviations CE-MRI Contrast-Enhanced MRI DL Deep Learning GBCAs Gadolinium-Based Contrast Agents. Eur. Radiol. 2021, 31, 6419–6428.
  64. Ammari, S.; Bône, A.; Balleyguier, C.; Moulton, E.; Chouzenoux, É.; Volk, A.; Menu, Y.; Bidault, F.; Nicolas, F.; Robert, P.; et al. Can Deep Learning Replace Gadolinium in Neuro-Oncology? Invest. Radiol. 2022, 57, 99–107.
  65. Kersch, C.N.; Ambady, P.; Hamilton, B.E.; Barajas, R.F. MRI and PET of Brain Tumor Neuroinflammation in the Era of Immunotherapy, From the AJR Special Series on Inflammation. AJR Am. J. Roentgenol. 2022, 218, 582–596.
  66. Kaufmann, T.J.; Smits, M.; Boxerman, J.; Huang, R.; Barboriak, D.P.; Weller, M.; Chung, C.; Tsien, C.; Brown, P.D.; Shankar, L.; et al. Consensus Recommendations for a Standardized Brain Tumor Imaging Protocol for Clinical Trials in Brain Metastases. Neuro. Oncol. 2020, 22, 757–772.
  67. Ye, Y.; Lyu, J.; Hu, Y.; Zhang, Z.; Xu, J.; Zhang, W.; Yuan, J.; Zhou, C.; Fan, W.; Zhang, X. Augmented T1-Weighted Steady State Magnetic Resonance Imaging. NMR Biomed. 2022, 35, e4729.
  68. Bône, A.; Ammari, S.; Menu, Y.; Balleyguier, C.; Moulton, E.; Chouzenoux, É.; Volk, A.; Garcia, G.C.T.E.; Nicolas, F.; Robert, P.; et al. From Dose Reduction to Contrast Maximization. Invest Radiol. 2022, 57, 527–535.
  69. Confavreux, C.; Vukusic, S. Natural History of Multiple Sclerosis: A Unifying Concept. Brain 2006, 129, 606–616.
  70. Thompson, A.J.; Banwell, B.L.; Barkhof, F.; Carroll, W.M.; Coetzee, T.; Comi, G.; Correale, J.; Fazekas, F.; Filippi, M.; Freedman, M.S.; et al. Diagnosis of Multiple Sclerosis: 2017 Revisions of the McDonald Criteria. Lancet Neurol. 2018, 17, 162–173.
  71. Wang, Z.; Bovik, A.C.; Sheikh, H.R.; Simoncelli, E.P. Image Quality Assessment: From Error Visibility to Structural Similarity. In Proceedings of the IEEE Transactions on Image Processing; IEEE: Piscataway, NJ, USA, 2004; Volume 13, pp. 600–612.
  72. Narayana, P.A.; Coronado, I.; Sujit, S.J.; Wolinsky, J.S.; Lublin, F.D.; Gabr, R.E. Deep Learning for Predicting Enhancing Lesions in Multiple Sclerosis from Noncontrast MRI. Radiology 2020, 294, 398–404.
  73. Foroughi, A.A.; Zare, N.; Saeedi-Moghadam, M.; Zeinali-Rafsanjani, B.; Nazeri, M. Correlation between Contrast Enhanced Plaques and Plaque Diffusion Restriction and Their Signal Intensities in FLAIR Images in Patients Who Admitted with Acute Symptoms of Multiple Sclerosis. J. Med. Imaging Radiat. Sci. 2021, 52, 121–126.
More
Information
Contributors MDPI registered users' name will be linked to their SciProfiles pages. To register with us, please refer to https://encyclopedia.pub/register : , , , , , , , ,
View Times: 462
Entry Collection: Nuclear Magnetic Resonance
Revisions: 2 times (View History)
Update Date: 09 Nov 2022
1000/1000