Skip to main content
Erschienen in:

Open Access 01.08.2024 | Technical Developments

Accelerating breast MRI acquisition with generative AI models

verfasst von: Augustine Okolie, Timm Dirrichs, Luisa Charlotte Huck, Sven Nebelung, Soroosh Tayebi Arasteh, Teresa Nolte, Tianyu Han, Christiane Katharina Kuhl, Daniel Truhn

Erschienen in: European Radiology | Ausgabe 2/2025

Abstract

Objectives

To investigate the use of the score-based diffusion model to accelerate breast MRI reconstruction.

Materials and methods

We trained a score-based model on 9549 MRI examinations of the female breast and employed it to reconstruct undersampled MRI images with undersampling factors of 2, 5, and 20. Images were evaluated by two experienced radiologists who rated the images based on their overall quality and diagnostic value on an independent test set of 100 additional MRI examinations.

Results

The score-based model produces MRI images of high quality and diagnostic value. Both T1- and T2-weighted MRI images could be reconstructed to a high degree of accuracy. Two radiologists rated the images as almost indistinguishable from the original images (rating 4 or 5 on a scale of 5) in 100% (radiologist 1) and 99% (radiologist 2) of cases when the acceleration factor was 2. This fraction dropped to 88% and 70% for an acceleration factor of 5 and to 5% and 21% with an extreme acceleration factor of 20.

Conclusion

Score-based models can reconstruct MRI images at high fidelity, even at comparatively high acceleration factors, but further work on a larger scale of images is needed to ensure that diagnostic quality holds.

Clinical relevance statement

The number of MRI examinations of the breast is expected to rise with MRI screening recommended for women with dense breasts. Accelerated image acquisition methods can help in making this examination more accessible.

Key Points

  • Accelerating breast MRI reconstruction remains a significant challenge in clinical settings.
  • Score-based diffusion models can achieve near-perfect reconstruction for moderate undersampling factors.
  • Faster breast MRI scans with maintained image quality could revolutionize clinic workflows and patient experience.
Hinweise

Supplementary information

The online version contains supplementary material available at https://​doi.​org/​10.​1007/​s00330-024-10853-x.
Publisher’s Note Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.
Abkürzungen
GRAPPA
Generalized autocalibrating partially parallel acquisitions
MRI
Magnetic resonance imaging
PSNR
Peak signal-to-noise ratio
SENSE
Sensitivity encoding
SSIM
Structural similarity index measure

Introduction

Breast MRI, with its superior soft tissue contrast and ability to visualize angiogenesis through contrast-enhanced techniques, offers distinct advantages over other modalities like ultrasound (US) and mammography for breast cancer detection [1]. Recently, the European Society for Breast Imaging (EUSOBI) published a consensus statement advocating routine screening for patients with dense breasts [2]. However, the wide-scale application of breast MRI is impeded by the high costs associated with MRI scanners and the required acquisition times. Consequently, there is a growing demand for accelerated image acquisition methods that can reduce examination time and thus increase the availability of breast MRI. A prevalent approach to accelerate MRI acquisition involves undersampling the k-space data and reconstructing the image data from this undersampled k-space data utilizing sensitivity encoding (SENSE) [3] or compressed sensing (CS) [4]. The advent of generative machine learning models [5] has extended these possibilities. Generative models can learn the distinguishing characteristics of typical images and can subsequently be used to synthesize new images that retain all the properties of real images [6]. This technology has shown promising applications in radiology, for example by reducing the need for contrast agents [7], and presents potential avenues for the acceleration of MRI acquisition [8, 9].
Among these generative models, score-based models offer a compelling approach [1012]. These models operate within the framework of unsupervised learning. By integrating the generative model’s knowledge of what a typical MRI image would look like, ambiguities arising from missing k-space data can be resolved. This enables the reconstruction process to be completed even when some fractions of the k-space data are missing [13].
MRI reconstruction is an important technique in medical imaging. Traditional MRI reconstruction techniques can be time-consuming and computationally expensive, which can limit their practical use in clinical applications. However, recent advances in machine learning have seen generative models become very efficient in improving the speed and accuracy of MRI reconstruction. Existing studies have investigated the use of generative adversarial networks (GANs) [1416]. However, GANs are difficult to train, and diffusion models have been shown to deliver better performance for medical imaging, exceeding GANs in terms of diversity and image fidelity [17]. Therefore, we concentrated on score-based models, which have the same underlying structure as diffusion-based models and allow for the mathematical integration of the MRI reconstruction process [10, 13].
In this study, we leverage the score-based generative model to accelerate breast MRI acquisition. Our approach involves training a large dataset of breast MRI images with a deep neural network to learn the underlying probability distribution of the MRI images, i.e., to learn the general appearance of these images. By combining this prior knowledge of the learned probability distribution with the acquired k-space measurements, we can quickly and accurately reconstruct MRI images and compare the image quality of reconstructions at various levels of undersampling of the k-space data.
Our hypotheses in this study were: (1) score-based models can serve as effective generative models for synthesizing breast MRI images, and (2) these models can accelerate breast MRI acquisition without compromising image quality.

Materials and methods

Ethics statement

Local institutional review board approval was obtained (EK028/19) and patient consent was waived for this retrospective study on anonymized data, following human and animal rights declarations and regulations.

Patient enrolment and study design

In this retrospective study, we used a dataset of breast MRI examinations from University Hospital, collected between 2010 and 2019. The dataset comprises 9751 breast MRI examinations of 5086 women. All patients were consecutively enrolled. Inclusion criteria revolved around those undergoing standard breast MRI screenings and exclusions were due to absent T2-weighted images. See data preprocessing details in Fig. 1. Dynamic Contrast Enhancement (DCE)-MRI studies of the breast were performed according to a standardized protocol on a 1.5-T system (Achieva and Ingenia; Philips Medical Systems) by using a double-breast four-element surface coil (Invivo) with two paddles being used to immobilize the breast in the craniocaudal direction (Noras) [18]. See Table S.2 in the supplemental material for a description of the T2 imaging protocol.

Eligibility criteria

We performed the MRI reconstruction experiment using the UKA breast MRI dataset, which was constructed by randomly sampling from the set of all acquired breast MRI examinations at the hospital between 2010 and 2021. We only excluded examinations that had missing sequences, but otherwise did not use exclusion criteria to sample a comprehensive and general set of breast MRI examinations.

MRI image reconstruction

Score-based model

The score-based model is a generative model that uses a U-shaped encoder-decoder network architecture [19] (Fig. S.7) to learn the probability distribution of input data via score-matching [20, 21]. For a more detailed overview of the model, refer to section A in the supplemental material.

Model training

We slice each of the T2-weighted 3D volumes respectively into three 2D slices whose z-position is randomly sampled in the examination. For all images, we have a total of 28,647 2D MRI slices. Image intensities were extracted and z-normalized. Image resolution was resampled to 384 × 384 for all images. We first train a prior using the score-based generative model. We used only vertical orientations during masking and other parameters remain unchanged in the algorithm. To test the reconstruction capabilities of our model, we converted the image into k-space by performing a Fourier-transform with Cartesian sampling and then deleted k-space lines at random positions according to the pre-specified ratio. E.g., for an acceleration factor of 5, we deleted 80% of all k-space lines. Comprehensive details on dataset preparation and training are available in section C of the supplemental material.

Image reconstruction

With the trained model, we employed the annealed Langevin dynamics [2] for reconstructing undersampled images. To test the reconstruction capabilities of our model, we converted the image into k-space by performing a Fourier-transform with Cartesian sampling and then deleted k-space lines at random positions according to the pre-specified ratio. E.g., for an acceleration factor of 5, we deleted 80% of all k-space lines. The entire training to reconstruction procedure is illustrated in Fig. 2.

Image evaluation

Quantitative metrics such as peak signal-to-noise ratio (PSNR) [22] and structural similarity index measure (SSIM) [23], as well as qualitative assessments, were used. Qualitative metrics included ratings on an interval scale from two radiologists with 7 and 15 years of experience in breast MRI, respectively, comparing reconstructed images against a reference. We set up a web application for radiologists to evaluate the reconstructed MRI images on different acceleration factors and reduced k-space measurements in comparison with a reference image. As a reference image, we chose the original MRI image that had been acquired in clinical routine. They graded them on a scale of 1 to 5, with 5 symbolizing a perfect match to the reference. The evaluation focused on deviations from the reference, not just on reconstruction artifacts. A screenshot of the browser-based evaluation tool is shown in Fig. S.2 in the supplemental material.
A comprehensive statistical analysis was conducted to evaluate the performance of the image reconstruction method and to assess the agreement between the evaluating radiologists.
Quantitative evaluation
Quantitative similarity between the reconstructed and fully sampled images was assessed using metrics like PSNR and SSIM. A sample of 100 slices from different examinations was utilized to compute average PSNR and SSIM values. Trends in these metrics with varying undersampling factors were analyzed, revealing implications for data compression and resulting image quality.
Qualitative evaluation
Radiologist ratings, conducted on a five-point scale, were averaged and standard deviations were calculated for various acceleration factors. Inter-reader agreement between the two radiologists was evaluated using Cohen’s kappa statistic.
Statistical significance
A non-parametric Mann–Whitney U test was performed to determine the significance in ratings. Results were interpreted considering a confidence level of 95%.
Reading strategy
To ensure a standardized and unbiased assessment, radiologists were informed about the study objectives and given a reference set. Their qualitative assessments were further supported by a screenshot of the browser-based evaluation tool, as presented in Fig. S.2 in the supplemental material.
Statistical significance
The significance of the differences in ratings was determined using the non-parametric Mann–Whitney U test, interpreted at a 95% confidence level.

Results

Dataset and demographics

Our final cohort, after applying the inclusion and exclusion criteria, consisted of 9751 examinations from 5086 patients. The demographic details of the patients are summarized in Table S.1. The examinations, which spanned from January 2010 to December 2019, show that 37% were acquired in a screening setting, 37% were follow-up examinations, and the remaining 26% comprised examinations performed for problem-solving and other reasons (details can be found in Fig. S.1).

Image reconstruction

First, to test the trained model generative capabilities, we were able to sample random breast MRI images without any k-space data (see Fig. S.3 in the supplemental material). Second, the model effectively reconstructed images from undersampled k-space data. Figure 3 displays MRI slices from two examinations based on different sampling rates.

Quantitative evaluation

The similarity between the reconstructed and the fully sampled images was measured using PSNR and SSIM. We computed the average PSNR and SSIM values across 100 randomly chosen slices from 100 different exams. As evident from Fig. S.4 in the supplemental material, the average PSNR and SSIM values showed a decline with higher undersampling factors. At the maximum undersampling factor of R = 20, the score-based method still showed a PSNR of approximately 27.04 dB and an SSIM index of 0.78.

Qualitative evaluation

Two radiologists rated the reconstructed images using a scale from 1 to 5. The mean ratings for acceleration factors R = 2, R = 5, and R = 20, were 4.8 ± 0.10, 4.0 ± 0.10, and 2.6 ± 0.10 respectively (see Fig. 4). A significant inter-reader agreement was observed with a Cohen’s kappa value of 0.61 (95% confidence interval: 0.56–0.68). The Mann–Whitney U test revealed a p-value of 0.26. Figure S.6 in supplemental material provides instances of reconstructed images that exhibited notable rating differences among the radiologists.

Correlation between quantitative metrics and qualitative ratings

To bridge the gap between quantitative image quality metrics and qualitative expert evaluations, we conducted an analysis that directly compares the PSNR and SSIM values with the subjective ratings provided by two anonymous radiologists. This comparison, illustrated in Fig. S.5, serves to examine the extent to which objective measures of image reconstruction quality align with professional clinical judgment.
The analysis presented in Fig. S.5 through box plots shows the distribution of PSNR and SSIM values across various rating categories established by the radiologists. The plots reveal a positive correlation, indicating that higher PSNR and SSIM values generally correspond to higher qualitative ratings. This relationship validates the predictive value of PSNR and SSIM as indicators of image quality from a radiological perspective. Specifically, the central tendency of the metrics across ratings highlights a trend where improved quantitative measures—indicative of closer approximations to the fully sampled image—are associated with more favorable assessments by the radiologists.

Computational details

The score-based model’s training was executed on 28,647 images, taking around 72 h on an NVIDIA RTX 3090 GPU. In practice, the pre-trained model would be used for image reconstruction, taking about 7 min per MRI slice on the same GPU.

Discussion

Our study highlighted the potential of the score-based diffusion model to streamline MRI reconstruction, presenting an acceleration in MRI while maintaining clarity and reliability. As the acceleration factor increased, we observed that both quantitative measures (PSNR and SSIM) and qualitative evaluations by radiologists showed a decrease in image quality. Notably, the model’s reconstructions from undersampled k-space data reached acceleration factors as high as R = 20, though image quality ratings reduced considerably for this highest acceleration level.
In addition to our findings, it is important to acknowledge that while PSNR and SSIM provide valuable insights into the technical quality of image reconstruction, they may not fully encapsulate the complexities of visual assessments conducted by radiologists. The presence of outliers in our data suggests that evaluations by radiologists are influenced by a range of factors that extend beyond the simple metrics of image fidelity. Factors such as the clinical relevance of the images, the radiologists’ years of experience, and the perceptibility of important diagnostic features play significant roles in their judgments. This observation underlines the notion that quantitative metrics, while helpful, do not fully capture the complexities of visual assessment and clinical applicability as perceived by medical experts [24]. Our findings generally showed good agreement between the quantitative evaluations of our reconstruction technique and the qualitative assessments by radiologists; however, this highlights the need for a cautious interpretation of these metrics in clinical settings. Future research should consider these dynamics to better understand how such tools can be integrated into clinical practice without over-reliance on quantitative metrics alone.
Presently, acceleration techniques such as sensitivity encoding (SENSE) [3] and generalized autocalibrating partially parallel acquisitions (GRAPPA) [25] dominate clinical practice, with emerging research focusing on convolutional neural networks for MRI reconstruction [26, 27]. Yet, our study emphasizes the unique advantages of the score-based model. Primarily, it sidesteps the need for multiple coils, a requisite for SENSE and GRAPPA. Our results evidenced this with an achieved acceleration factor of 20, even when using just four coils. Further, the versatility of the score-based model allows it to adapt to various acquisition schemes post-training, a contrast to specialized neural networks which demand specific retraining for different acquisition techniques [26, 27].
Furthermore, we incorporated both T1 and T2 weighted MRI sequences as class labels into the score diffusion model. This approach allowed us to train a single model that could handle multiple MRI sequences rather than separate models for each sequence. In preliminary experiments, we also tested whether a model that was only trained on T2-weighted images could be used to reconstruct T1-weighted images, but we found that we needed to integrate T1-weighted images for this to work. This integration is beneficial as it reduces the computational cost of training separate models and improves the accuracy and efficiency of MRI reconstruction.
However, to minimize variability, it is crucial for radiologists to adhere to established guidelines and protocols for image interpretation. Consulting with colleagues or referring to other imaging modalities may also be necessary. A significant limitation of our study is that the diagnostic accuracy of the reconstructed images has not been evaluated. For instance, it is conceivable that reconstruction methods based on generative AI models might not accurately represent potentially malignant lesions. While no evidence of this issue was found, the lack of evidence does not confirm the absence of a problem. Thus, extensive investigations are needed before these methods can be reliably used in clinical settings. Should future studies show that the presented methods can be implemented in clinical practice, then that would help alleviate the problem of limited MRI capabilities available to patients. This is particularly pressing considering the recent recommendation of the European Society for Breast Imaging to screen women with dense breasts by means of MRI [28].
Another approach to employing generative models for breast imaging with MRI is to reduce the need for contrast agents. As demonstrated in a recent publication by Müller-Franzes et al [7], generative models can enhance MRI subtraction images with reduced contrast doses. However, we did not train a model for different anatomical regions or employ the model on external institutions. As a proof-of-concept study, we intended to show that the generative model learns the underlying distribution of breast images at the institution where it had been trained. There is evidence, however, that a model trained on one specific anatomy or dataset can also be used for the reconstruction of unrelated anatomies: Jalal et al trained a score-based diffusion model to reconstruct MRI images of the brain and applied it to abdominal and knee MRI images [13]. Future research should investigate this and perform clinical evaluations of such reconstructed images.
Despite the promising outcomes, our study isn’t devoid of limitations. First, our score-based model’s dependency on a vast set of fully sampled images for training could limit its adaptability across diverse datasets or higher-resolution images. This raises pertinent questions about its generalization capacities which necessitate further exploration. Moreover, our study’s scope was limited to two-dimensional imaging, and understanding its efficacy on three-dimensional imaging remains a topic for future investigations. Our focus was also predominantly on T2-weighted images; thus, extrapolating our findings to varied MRI contrasts requires additional research. Last, the inherent nature of generative models to possibly “hallucinate” information is a crucial consideration, especially when assessing their viability in clinical settings. The reliability of such models in clinical scenarios remains an essential avenue for future studies.
In conclusion, our work demonstrates the potential of score-based models for the acceleration of MRI reconstruction. In contrast to existing approaches, the score-based model does not require multiple coils and can be used with arbitrary acquisition schemes. Further research is needed, but we reckon that score-based models are a promising approach for accelerating MRI reconstruction in clinical practice.

Supplementary information

The online version contains supplementary material available at https://​doi.​org/​10.​1007/​s00330-024-10853-x.

Acknowledgements

We want to acknowledge NVIDIA who supported this research with GPU computational power granted through the Applied Research Accelerator Program.

Compliance with ethical standards

Guarantor

The scientific guarantor of this publication is Dr. Med. Daniel Truhn.

Conflict of interest

The authors of this manuscript declare no conflict of interest.

Statistics and biometry

Dr. Augustine Okolie, an author with an extensive background in statistical methodologies, acted as the statistical guarantor for this study.
Only if the study is on human subjects: Written informed consent was waived by the Institutional Review Board.

Ethical approval

Institutional Review Board approval was obtained.

Study subjects or cohorts overlap

We analyzed 9751 MRI exams from 5086 patients between 2010 and 2019. Conversely, a prior study published by Müller-Franzes et al [7] investigated using GANs to generate contrast-enhanced breast MRIs from non-enhanced or low-contrast images. Overlap: Both studies used the same cohort of 9751 breast MRI examinations from 5086 patients spanning from January 2010 to December 2019. Distinctive Features: Objective and Approach: Our study (“Accelerating Breast MRI Acquisition with Generative AI Models”) centers on the application of score-based diffusion models to accelerate breast MRI reconstruction. In contrast the study by Müller-Franzes et al [7] investigates the use of generative adversarial networks (GANs) to produce synthetic contrast-enhanced MRI images either from unenhanced photos or virtual low-contrast-enhanced images. Research Question: Our study questions how much the scan times can be reduced using score-based diffusion models without compromising the quality of breast MRI images. The previously published paper investigates whether GANs can recreate contrast-enhanced breast MRI scans from unenhanced and virtually low-contrast-enhanced images. Outcome Metrics: In our study, the focus is on ratings of reconstructed images at different undersampling factors. The previously published paper measured the ability of radiologists to distinguish between real and synthesized contrast-enhanced images and compared the appearance and conspicuity of enhancing lesions on real vs. synthesized images. Clinical Implications: Our study suggests the possibility of substantially reducing MRI scan times without compromising image quality. The previously published paper emphasized the potential for breast MRI with a reduced contrast agent dose.

Methodology

  • This is a retrospective study including patients who have undergone an MR examination of the breast at a tertiary university hospital
Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article’s Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article’s Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://​creativecommons.​org/​licenses/​by/​4.​0/​.
Publisher’s Note Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Unsere Produktempfehlungen

e.Med Interdisziplinär

Kombi-Abonnement

Für Ihren Erfolg in Klinik und Praxis - Die beste Hilfe in Ihrem Arbeitsalltag

Mit e.Med Interdisziplinär erhalten Sie Zugang zu allen CME-Fortbildungen und Fachzeitschriften auf SpringerMedizin.de.

e.Med Radiologie

Kombi-Abonnement

Mit e.Med Radiologie erhalten Sie Zugang zu CME-Fortbildungen des Fachgebietes Radiologie, den Premium-Inhalten der radiologischen Fachzeitschriften, inklusive einer gedruckten Radiologie-Zeitschrift Ihrer Wahl.

Anhänge

Supplementary information

Literatur
2.
Zurück zum Zitat Mann RM, Athanasiou A, Baltzer PAT et al (2022) Breast cancer screening in women with extremely dense breasts: recommendations of the European Society of Breast Imaging (EUSOBI). Eur Radiol 32:4036–4045CrossRefPubMedPubMedCentral Mann RM, Athanasiou A, Baltzer PAT et al (2022) Breast cancer screening in women with extremely dense breasts: recommendations of the European Society of Breast Imaging (EUSOBI). Eur Radiol 32:4036–4045CrossRefPubMedPubMedCentral
3.
Zurück zum Zitat Pruessmann KP, Weiger M, Scheidegger MB, Boesiger P (1999) Sense: sensitivity encoding for fast MRI. Magn Reson Med 42:952–962CrossRefPubMed Pruessmann KP, Weiger M, Scheidegger MB, Boesiger P (1999) Sense: sensitivity encoding for fast MRI. Magn Reson Med 42:952–962CrossRefPubMed
5.
Zurück zum Zitat Harshvardhan GM, Gourisaria MK, Pandey M, Rautaray SS (2020) A comprehensive survey and analysis of generative models in machine learning. Comput Sci Rev 38:100285CrossRef Harshvardhan GM, Gourisaria MK, Pandey M, Rautaray SS (2020) A comprehensive survey and analysis of generative models in machine learning. Comput Sci Rev 38:100285CrossRef
6.
7.
Zurück zum Zitat Müller-Franzes G, Huck L, Tayebi Arasteh S et al (2023) Using machine learning to reduce the need for contrast agents in breast MRI through synthetic images. Radiology 307:e222211 Müller-Franzes G, Huck L, Tayebi Arasteh S et al (2023) Using machine learning to reduce the need for contrast agents in breast MRI through synthetic images. Radiology 307:e222211
8.
Zurück zum Zitat Cui ZX, Cao C, Liu S et al (2022) Self-score: Self-supervised learning on score-based models for MRI reconstruction. arXiv preprint arXiv:2209.00835 Cui ZX, Cao C, Liu S et al (2022) Self-score: Self-supervised learning on score-based models for MRI reconstruction. arXiv preprint arXiv:2209.00835
9.
Zurück zum Zitat Chung H, Ye JC (2022) Score-based diffusion models for accelerated MRI. Med Image Anal 80:102479CrossRefPubMed Chung H, Ye JC (2022) Score-based diffusion models for accelerated MRI. Med Image Anal 80:102479CrossRefPubMed
11.
Zurück zum Zitat Song Y, Ermon S (2020) Improved techniques for training score-based generative models. Adv Neural Inf Process Syst 33:12438–12448 Song Y, Ermon S (2020) Improved techniques for training score-based generative models. Adv Neural Inf Process Syst 33:12438–12448
13.
Zurück zum Zitat Jalal A, Arvinte M, Daras G et al (2021) Robust compressed sensing MRI with deep generative priors. Adv Neural Inf Process Syst 34:14938–14954 Jalal A, Arvinte M, Daras G et al (2021) Robust compressed sensing MRI with deep generative priors. Adv Neural Inf Process Syst 34:14938–14954
14.
Zurück zum Zitat Cole EK, Ong F, Vasanawala SS, Pauly JM (2021). Fast unsupervised mri reconstruction without fully-sampled ground truth data using generative adversarial networks. In Proceedings of the IEEE/CVF International Conference on Computer Vision (3988–3997) Cole EK, Ong F, Vasanawala SS, Pauly JM (2021). Fast unsupervised mri reconstruction without fully-sampled ground truth data using generative adversarial networks. In Proceedings of the IEEE/CVF International Conference on Computer Vision (3988–3997)
15.
Zurück zum Zitat Cole EK, Pauly JM, Vasanawala SS, Ong F (2020) Unsupervised MRI reconstruction with generative adversarial networks. arXiv preprint arXiv:2008.13065 Cole EK, Pauly JM, Vasanawala SS, Ong F (2020) Unsupervised MRI reconstruction with generative adversarial networks. arXiv preprint arXiv:2008.13065
17.
Zurück zum Zitat Müller-Franzes G, Niehues JM, Khader F et al (2023) A multimodal comparison of latent denoising diffusion probabilistic models and generative adversarial networks for medical image synthesis. Sci Rep 13:12098CrossRefPubMedPubMedCentral Müller-Franzes G, Niehues JM, Khader F et al (2023) A multimodal comparison of latent denoising diffusion probabilistic models and generative adversarial networks for medical image synthesis. Sci Rep 13:12098CrossRefPubMedPubMedCentral
18.
Zurück zum Zitat Kuhl CK, Strobel K, Bieling H et al (2017) Supplemental breast MR imaging screening of women with average risk of breast cancer. Radiology 283:361–370CrossRefPubMed Kuhl CK, Strobel K, Bieling H et al (2017) Supplemental breast MR imaging screening of women with average risk of breast cancer. Radiology 283:361–370CrossRefPubMed
19.
Zurück zum Zitat Ronneberger O, Fischer P, Brox T (2015) U-net: convolutional networks for biomedical image segmentation. Medical Image Computing and Computer-Assisted Intervention–MICCAI 2015: 18th International Conference, Munich, Germany, October 5–9, 2015, Proceedings, Part III 18, 234–241. Springer Ronneberger O, Fischer P, Brox T (2015) U-net: convolutional networks for biomedical image segmentation. Medical Image Computing and Computer-Assisted Intervention–MICCAI 2015: 18th International Conference, Munich, Germany, October 5–9, 2015, Proceedings, Part III 18, 234–241. Springer
20.
Zurück zum Zitat Hyvärinen A, Dayan P (2005) Estimation of non-normalized statistical models by score matching. J Mach Learn Res 6:695–709 Hyvärinen A, Dayan P (2005) Estimation of non-normalized statistical models by score matching. J Mach Learn Res 6:695–709
21.
Zurück zum Zitat Vincent P (2011) A connection between score matching and denoising autoencoders. Neural Comput 23:1661–1674CrossRefPubMed Vincent P (2011) A connection between score matching and denoising autoencoders. Neural Comput 23:1661–1674CrossRefPubMed
22.
Zurück zum Zitat Hore A, Ziou D (2010) Image quality metrics: PSNR vs. SSIM. In 2010 20th international conference on pattern recognition (pp. 2366–2369). IEEE Hore A, Ziou D (2010) Image quality metrics: PSNR vs. SSIM. In 2010 20th international conference on pattern recognition (pp. 2366–2369). IEEE
23.
Zurück zum Zitat Ribeiro FDS, Caliva F, Swainson M et al (2020) Deep Bayesian self-training. Neural Comput Appl 32:4275–4291CrossRef Ribeiro FDS, Caliva F, Swainson M et al (2020) Deep Bayesian self-training. Neural Comput Appl 32:4275–4291CrossRef
24.
Zurück zum Zitat Mason A, Rioux J, Clarke SE et al (2019) Comparison of objective image quality metrics to expert radiologists’ scoring of diagnostic quality of MR images. IEEE Trans Med Imaging 39:1064–1072CrossRefPubMed Mason A, Rioux J, Clarke SE et al (2019) Comparison of objective image quality metrics to expert radiologists’ scoring of diagnostic quality of MR images. IEEE Trans Med Imaging 39:1064–1072CrossRefPubMed
25.
Zurück zum Zitat Griswold MA, Jakob PM, Heidemann RM et al (2002) Generalized autocalibrating partially parallel acquisitions (GRAPPA). Magn Reson Med 47:1202–1210CrossRefPubMed Griswold MA, Jakob PM, Heidemann RM et al (2002) Generalized autocalibrating partially parallel acquisitions (GRAPPA). Magn Reson Med 47:1202–1210CrossRefPubMed
26.
Zurück zum Zitat Johnson PM, Lin DJ, Zbontar J et al (2023) Deep learning reconstruction enables prospectively accelerated clinical knee MRI. Radiology 307:e220425 Johnson PM, Lin DJ, Zbontar J et al (2023) Deep learning reconstruction enables prospectively accelerated clinical knee MRI. Radiology 307:e220425
27.
Zurück zum Zitat Ueda T, Ohno Y, Yamamoto K et al (2022) Deep learning reconstruction of diffusion-weighted MRI improves image quality for prostatic imaging. Radiology 303:373–381CrossRefPubMed Ueda T, Ohno Y, Yamamoto K et al (2022) Deep learning reconstruction of diffusion-weighted MRI improves image quality for prostatic imaging. Radiology 303:373–381CrossRefPubMed
28.
Zurück zum Zitat Mann RM, Athanasiou A, Baltzer PA et al (2022) Breast cancer screening in women with extremely dense breasts recommendations of the European Society of Breast Imaging (EUSOBI). Eur Radiol 32:4036–4045CrossRefPubMedPubMedCentral Mann RM, Athanasiou A, Baltzer PA et al (2022) Breast cancer screening in women with extremely dense breasts recommendations of the European Society of Breast Imaging (EUSOBI). Eur Radiol 32:4036–4045CrossRefPubMedPubMedCentral
Metadaten
Titel
Accelerating breast MRI acquisition with generative AI models
verfasst von
Augustine Okolie
Timm Dirrichs
Luisa Charlotte Huck
Sven Nebelung
Soroosh Tayebi Arasteh
Teresa Nolte
Tianyu Han
Christiane Katharina Kuhl
Daniel Truhn
Publikationsdatum
01.08.2024
Verlag
Springer Berlin Heidelberg
Erschienen in
European Radiology / Ausgabe 2/2025
Print ISSN: 0938-7994
Elektronische ISSN: 1432-1084
DOI
https://doi.org/10.1007/s00330-024-10853-x

Neu im Fachgebiet Radiologie

Ringen um den richtigen Umgang mit Zufallsbefunden

Wenn 2026 in Deutschland das Lungenkrebsscreening mittels Low-Dose-Computertomografie (LDCT) eingeführt wird, wird es auch viele Zufallsbefunde ans Licht bringen. Das birgt Chancen und Risiken.

Bald 5% der Krebserkrankungen durch CT verursacht

Die jährlich rund 93 Millionen CTs in den USA könnten künftig zu über 100.000 zusätzlichen Krebserkrankungen führen, geht aus einer Modellrechnung hervor. Damit würde eine von 20 Krebserkrankungen auf die ionisierende Strahlung bei CT-Untersuchungen zurückgehen.

Röntgen-Thorax oder LDCT fürs Lungenscreening nach HNSCC?

Personen, die an einem Plattenepithelkarzinom im Kopf-Hals-Bereich erkrankt sind, haben ein erhöhtes Risiko für Metastasen oder zweite Primärmalignome der Lunge. Eine Studie hat untersucht, wie die radiologische Überwachung aussehen sollte.

Statine: Was der G-BA-Beschluss für Praxen bedeutet

Nach dem G-BA-Beschluss zur erweiterten Verordnungsfähigkeit von Lipidsenkern rechnet die DEGAM mit 200 bis 300 neuen Dauerpatienten pro Praxis. Im Interview erläutert Präsidiumsmitglied Erika Baum, wie Hausärztinnen und Hausärzte am besten vorgehen.

Update Radiologie

Bestellen Sie unseren Fach-Newsletter und bleiben Sie gut informiert.