Abstract
With the advent of generative AI, medical imaging has been revolutionized, allowing for unprecedented capabilities in data generation, volumetric reconstruction, and clinical decision support. Although significant advances have been achieved in two-dimensional modalities, extending them to three-dimensional medical imaging, such as Magnetic Resonance Imaging (MRI), Computed Tomography (CT), and Positron Emission Tomography (PET), remains a developing frontier with new technical and clinical challenges. This survey offers a thorough, systematic exploration of generative AI approaches uniquely applicable to 3D medical imaging, including voxel-based generative models, implicit neural representations, and latent diffusion models. The literature is organized in three orthogonal axes: imaging modality (MRI, CT, and PET), model architecture (GAN, VAE, diffusion, and NeRF), and clinical application (augmentation, reconstruction, surgical planning, and anomaly detection). We provide detailed taxonomy tables for each axis, including landmark papers, strengths, limitations, key techniques, and benchmark performance. We also address evaluation protocols, ethical issues related to synthetic data, and open research challenges. We analyzed more than 50 representative works and found that latent diffusion models have firmly established themselves as the standard for high-fidelity 3D synthesis and that implicit neural 3D representations are best for reconstructing 3D scenes from sparse views with limited memory. It does not, however, mean that they perform better across all modalities and tasks, as they have significantly greater requirements in terms of computational and memory load, sampling time, and training data compared to alternatives like diffusion-based methods (which account for about 44% of the surveyed landmark architectures. Finally, we propose a clinical, ethical, and technically sound blueprint for the use of generative AI in volumetric medical imaging.
1. Introduction
Over the last decade, the advent and development of generative artificial intelligence (GAI) has opened new possibilities in almost every field of computational science, with medicine at the forefront of potential impact. Medical imaging, a large family of volumetric imaging modalities, produces tremendous amounts of high-dimensional data with high information content that is sparsely labeled and annotated. Generative models, including Generative Adversarial Networks (GANs) [1], Variational Autoencoders (VAEs) [2], score-based diffusion models [3], and implicit neural representations (INRs) [4], can generate natural images, reconstruct undersampled acquisitions, and enrich sparse clinical datasets. However, extending two-dimensional slice capabilities into the 3D space of a volume presents a qualitatively different set of challenges that the literature has not adequately surveyed.
Three main volumetric imaging modalities are pillars of modern clinical diagnostic radiology and interventional planning. Magnetic Resonance Imaging (MRI) acquires data using the nuclear magnetic relaxation of hydrogen protons. It provides high-contrast soft-tissue images, which are extremely valuable for neuroimaging, musculoskeletal evaluation, and oncology [5]. Computed Tomography (CT) images volumetric density maps from multiple X-ray projections acquired at various angles. It is useful in trauma, pulmonary, and cardiovascular imaging because it acquires images quickly and provides excellent bone-to-tissue contrast [6]. Positron Emission Tomography (PET) records functional and metabolic activity by measuring coincidence photons from the injected tracer, providing molecular-level information that cannot be obtained elsewhere in oncological staging and neurological evaluation [7]. Different modalities have different acquisition physics, reconstruction pipelines, and noise properties, which impose different constraints on generative models that must stay within physical bounds to be clinically acceptable.
In medicine, the equivalent danger is creating synthetic volumes that are anatomically or physiologically impossible and can lead to false diagnoses or training; in false news, the danger is the same as with synthetic content, which can spread unchecked and lead to misinformation. However, with responsible generation, synthetically created 3D medical data can (i) fill gaps in information for rare pathologies; (ii) facilitate privacy-preserving data sharing and federated learning; (iii) reconstruct high-quality images from low-dose or sparse acquisitions and thus reduce patient exposure; (iv) serve as the backbone of next-generation clinical training platforms; and (v) enable preoperative surgical simulation. This is important and timely because a comprehensive, well-structured examination of the state of the art is required.
Review Methodology and Search Strategy
We conducted a literature search to ensure methodological transparency and reproducibility in accordance with the framework. See Figure 1 for overview of studies selected for the survey. We considered six major electronic databases and scholarly sources: PubMed/MEDLINE, IEEE Xplore, Scopus, Web of Science, Google Scholar, and arXiv. We searched through December 2024, focusing on research in medical imaging and generative AI. The search strategy comprised combinations of terms that included the following: generative models, medical imaging applications, such as generative models for Computed Tomography (CT), Positron Emission Tomography (PET), and Magnetic Resonance Imaging (MRI), and other terms related to image synthesis, reconstruction, segmentation, data augmentation, and harmonization. We created Boolean search strings for each database and adapted them as needed to match each database’s syntax and indexing requirements.
Figure 1.
Overview of studies selected for the survey.
We included studies that analyzed generative artificial intelligence (AI) techniques in medical imaging, including their development, application, or evaluation. We also considered studies that addressed the development, application, and evaluation of generative artificial intelligence (AI) in medical imaging. The review included studies using generative architectures such as GANs, VAEs, diffusion models, score-based generative models, implicit neural representations, and other generative approaches. We considered original studies reporting research, methodological developments, quantitative and/or qualitative experimental results, and applications to medical imaging tasks. Studies that were not on medical imaging, not on generative AI techniques, reviews or editorial/commentary, were not original publications, and/or were poorly described in terms of method were excluded. We also removed duplicate records before screening.
The authors’ survey addresses the field in four main respects. First, it offers a taxonomy of 3D generative model architectures tailored to the constraints of volumetric medical imaging, including voxel-based, implicit neural, and latent diffusion architectures. Second, it surveys advances in MRI, CT, and PET, organized by modality in summary tables similar to those used in recent benchmark surveys [8,9,10]. Third, it systematically examines clinical applications such as data augmentation, surgical planning, digital twins, and education. Fourth, it critically reviews evaluation protocols, ethical issues, and open challenges and ends with a research roadmap for the future development of clinically deployable 3D generative systems. The rest of this paper is organized as follows: Section 2 reviews the background in medical imaging physics and generative model fundamentals, Section 4 and Section 5 describe the advances in medical imaging respective to each modality and cross-modally, Section 6 discusses the clinical applications, Section 7 discusses the evaluation, Section 8 discusses ethics and limitations, and Section 9 concludes with future directions.
2. Background and Preliminaries
2.1. Medical Imaging Modalities
Volumetric data acquisition systems underpin modern clinical imaging, and their physical properties determine the format of the acquired datasets. MRI acquires tissue-specific proton relaxation rates (T1, T2, and T2*) in the k-space frequency domain. Traditionally, reconstruction methods rely on inverse Fourier transforms, but undersampling for accelerated protocols creates aliasing artifacts that reconstruction methods must address [5]. The signal-to-noise ratio (SNR) is proportional to the magnetic field strength, the volume of voxels captured, and the time spent capturing the data to produce the image, and there is an inherent trade-off between scan speed and image quality that generative models hope to overcome by generating high-SNR volumes from low-SNR inputs.
During acquisition, CT generates maps of the X-ray attenuation coefficient in units known as Hounsfield Units (HU): air (−1000 HU), water (0 HU), and cortical bone (~+1000 HU). The angular reconstruction algorithm is filtered backprojection (FBP) or iterative reconstruction, and the number of projections and radiation dose intensity are proportional, respectively [6]. Dose reduction through sparse-view or low-current acquisition can degrade reconstruction quality, and a generative model trained on paired data can reconstruct diagnostic-quality volumes from these inputs. PET acquisitions generate count maps of annihilation photon pairs, which must be corrected for attenuation and reconstructed to localize radiotracer uptake. Weakly absorbed PET reduces injected tracer activity, increasing statistical noise; generative enhancement is therefore a high-impact target [7].
2.2. Generative Model Fundamentals
Four lineages of foundational generative architectures have been used in 3D medical imaging. However, GANs [1] use an adversarial training paradigm with a generator G and a discriminator D and can generate high-fidelity outputs but are prone to training instability and mode collapse. VAEs [2] train a variational lower bound for the likelihood of the data. At the same time, the latent representations learned are smooth and can be interpolated and conditioned, but the outputs can be fuzzy. Normalizing flows [11] learn an invertible transformation to approximate the likelihood but become very slow in high dimensions. Score-based diffusion models [3] add Gaussian noise to data via a forward stochastic differential equation (SDE) and train a neural network to reverse it, yielding state-of-the-art sample quality and flexible conditioning. Implicit neural representations (INRs) are functions that describe volumetric structure as a continuous function in space, parameterized by a neural network and flexible enough to generate output images at arbitrary resolutions, without the need for a fixed voxel grid, such as NeRF [4] and Signed Distance Functions (SDFs).
These models are difficult to extend from 2D images to 3D medical volumes. A single MRI brain volume can consist of 256 × 256 × 180 voxels, or ~12 M values per sample, compared to ~65 K for a 256 × 256 image. Spatial resolution scales cubically with memory, requiring architectural innovations such as patch-based training, hierarchical generation, and latent-space compression. Furthermore, medical volumes have modality-specific physical constraints that must be respected, such as realistic HU distributions for CT, appropriate k-space properties for MRI, and physically plausible radiotracer distributions for PET [12].
2.3. Generative Model Families and Unified Notation
Table 1 lists the principal symbols and variables used throughout the mathematical formulations of this survey and the generative model families.
Table 1.
Unified mathematical notation used throughout this survey.
2.4. Key Mathematical Formulations
We collect the theoretical formulations referenced qualitatively in Section 2.2 here as explicit, numbered display equations, using the notation defined in Table 1.
The standard adversarial (GAN) objective (1) is an objective with which both the generator and the discriminator (Table 1) are optimized: The discriminator is optimizing to increase the probability of distinguishing real data from samples generated by the generator , and the generator is optimizing to decrease the probability of the discriminator being able to distinguish between real data and the samples generated by the generator. Here, is the true data distribution, and is the prior over the latent input , both defined in Table 1.
The Variational Autoencoder (VAE) evidence lower bound (ELBO) is given in Equation (2) and is optimized by the encoder and decoder . The first term is the expected reconstruction term of with the learned latent (Table 1), and the second term is the minimization of Kullback–Leibler divergence between the learned posterior and the prior to keep the learned space close to a known distribution.
Score-based diffusion models add noise to data sequentially, using the forward stochastic differential equation (SDE) shown in Equation (3). A sequence of infinitesimal increments of a standard Wiener process is called a Brownian motion, and its deterministic and stochastic parts are governed by the drift coefficient and diffusion coefficient (Table 1), respectively.
The following SDE, Equation (4), is the inverse or “backward” version and is used to create samples using the noising process from Equation (3) in reverse. A neural network (Table 1) estimates its score term , the gradient of the log-density of the noised data at time , and represents the increment of a reverse-time Wiener process.
The closed-form forward (noising) process of DDPM-style diffusion models is given by Equation (5), which shows that the noised sample is explicitly a weighted sum of the clean data and Gaussian noise (Table 1), without iterating through all intermediate timesteps. The weighting term written (“alpha-bar-t”) is the product of the noise schedules, that is, the product of the noise schedule at each timestep up to timestep .
Equation (6) shows the denoising score-matching training objective, which the network described in Table 1 minimizes. It is trained to estimate the noise that was added to to produce at timestep , with the loss being the mean-squared error averaged over data samples, noise samples, and timesteps.
An implicit neural representation (INR) is a coordinate-based network , parameterized by (Table 1), that maps a continuous spatial location to a density or intensity value and, if applicable, color or feature channels .
The volume-rendering integral Equation (8) is used to render an INR (e.g., NeRF) along a ray . The rendered color is the integral of the density and color/feature term over the range of from to , weighted by the transmittance , which is the probability that the ray will pass through a point on the ray from to without being absorbed or scattered.
3. Taxonomy of 3D Generative Architectures
In Figure 2, we categorize 3D generative models for medical imaging into three main classes, corresponding to three different computational philosophies for encoding, synthesizing, and optimizing volumetric structures. Table 2 provides a comparative overview of landmark papers in each category.
Figure 2.
Overview of 3D generative models in medical imaging.
Table 2.
Taxonomy of 3D generative models in medical imaging.
Whether the training/evaluation dataset, source code, pretrained model weights, prompts/conditioning configurations, preprocessing pipeline, inference settings, computational resources used, and external validation results are publicly available is reported for each method in Table 2 as of the time of writing this survey, based on the original publication and the corresponding repository. Entries are listed as public, partial (some but not all artifacts released or released with restrictions), or not reported (where the publication does not state that artifacts are available). The 16 studies reported details important for reproducing the results inconsistently. For unconditional models, only the full specification is given for prompting or conditioning in [19,25] and only a partial specification in [14,26]. Preprocessing pipelines were fully reported only in a few studies. Inference settings were reported in a few papers only, partially in [13,15,21,25,27,28]. Fewer than half of the studies reported compute resources (in [13,18,19,24,25] and partially in [20,22]). At the same time, external validation was the least developed attribute overall, performed only in [20] and partially in [17,19] and absent in the remaining twelve studies, indicating a broader shortage of transparency and independent evaluation in the reviewed generative modeling literature.
Overall, code is released publicly for approximately half of the architectures; in many cases, when code is made available, pretrained weights are not released; and preprocessing/inference configuration dimensions are the least consistently reported dimension, a gap which significantly hinders independent replication and is seen throughout the benchmarking discussion of Section 7 and in the standardization challenge of Section 9.4.
3.1. Voxel-Based Generative Models
The 2D generative architectures (as shown in Figure 3) are expanded to 3D volumes of data, represented as an explicit grid with 3D convolutions. They have been extensively applied to brain MRI synthesis, tumor segmentation, and organ shape modeling: GAN-Based Models. Early 3D GANs used volumetric operations rather than 2D convolutions to create realistic 3D shapes from latent vectors [13]. Researchers have applied GANs in medical imaging for data augmentation and cross-modal synthesis. Zhao et al. [14] introduced learned spatial transforms to GAN-based augmentation to improve one-shot segmentation, and Maspero et al. [21] proposed a 3D CycleGAN for MRI-to-CT synthesis with MRI-only radiotherapy planning, achieving a Dice score of 0.91.
Figure 3.
Architecture of voxel-based generative models.
Postgraduate training in Segmentation and Anomaly Detection in the context of VAEs: The VAEs learn smooth latent representations by solving probabilistic reconstruction tasks. Dalca et al. [15] combined anatomical prior information with a convolutional VAE for unsupervised segmentation in the context of biomedical images. Baur et al. [17] also used VAE variants to detect lesions in brain MRI images unsupervised using reconstruction error: energy-based models (EBMs). Xie et al. [16] developed deep 3D EBMs for shape synthesis based on maximum likelihood and MCMC sampling. These models overcome the mode collapse problem in GANs but require high memory consumption and costly sampling: score-based and diffusion models. Luo et al. [18] proposed score-based stochastic differential equations (SDEs) for fidelity in MRI reconstruction under high undersampling. To address privacy and data scarcity, Khader et al. [19] modified DPMs to generate anatomically realistic synthetic 3D MRI and CT images. Residual CNNs for CT denoising: For low-dose CT denoising, Chen et al. [20] proposed a residual encoder–decoder structure for denoising called RED-CNN. The approach produced clinically acceptable image quality and enabled real-time inference. One limitation of voxel-based methods is that the number of days for 3D training scales cubically with resolution, which can make full-resolution training expensive.
Table 3 shows considerations specific to each modality. While all three modalities, MRI, CT, and PET, are depicted as “three-dimensional files,” their physical acquisition methods and quantitative characteristics are quite different and thus pose different requirements to the generative models. Intensity can vary significantly across scanners, sites, and sequences (acquisition-domain variability), so intensity normalization is an important factor for synthesis and reconstruction. CT provides quantitative attenuation data in Hounsfield Units; therefore, generative models must retain HU fidelity and anatomical realism, especially when reconstructing and using images for quantitative applications. PET also has special challenges with tracer distribution, acquisition dose and count statistics, spatial resolution, and maintaining Standardized Uptake Values (SUVs). Accordingly, the taxonomy and evaluation framework proposed in this survey separate modality-specific requirements and treat all volumetric medical images as different inputs to the evaluation process. Thus, the new taxonomy accounts for both the generative architecture and the properties of the imaging modality used, and it employs modality-specific quantitative and perceptual measures to assess generated/reconstructed images.
Table 3.
Modality-specific characteristics, challenges, and evaluation considerations in generative medical imaging.
3.2. Implicit Neural Representations
Implicit neural representations (INRs) represent volumetric structures as continuous coordinate-based neural functions (as depicted in Figure 4). This provides a high-resolution, memory-efficient representation: NeRF for CT reconstruction. Reed et al. [22] adopted the neural radiance fields (NeRF) approach to render a scene’s 3D geometry from various 2D projections and model scene motion to reconstruct the CT image from sparse views. This framework enables volume reconstruction from limited projections, even with few projections, but it also requires expensive per-coordinate inference. Dynamic cardiac MRI reconstruction: The authors in [23] used INR frameworks to reconstruct cardiac MRI images continuously and dynamically, jointly modeling spatial and temporal information. They achieved this by building up sparse k-space with reduced artifacts and improved temporal continuity. While INRs are memory-efficient and resolution-independent, they infer slowly because they repeatedly evaluate neural networks and cannot generate volume data for other subjects.
Figure 4.
Architecture of implicit neural representations.
While the near-instant per-scan optimization of a pretrained voxel- or latent-space model is desirable, it should not be confused with the efficiency of their compact, resolution-independent representation: a few minutes to hours of training time is required to optimize per scan before a volume can be rendered, as opposed to the near-instant inference of a pretrained model; per-scan rendering latency also depends on the number of coordinate evaluations needed to reach the desired resolution. INR-based reconstruction is also highly dependent on the geometry used for the optimization (e.g., the number and the angular distribution of the sparse views). It has been less validated on pathological or highly heterogeneous anatomy (e.g., big lesions and post-surgical changes) than on relatively regular anatomy as used in most reported benchmarks.
3.3. Latent Diffusion Models
Today, the state-of-the-art generative medical imaging method is called a latent diffusion model (LDM). These methods reduce the complexity of the denoising process by using VAEs to compress images and conducting diffusion-based generation in the compressed space. Song et al. [24] combined DDPMs and score-based models with stochastic differential equations (SDEs) to achieve stable, high-quality image synthesis. Pinaya et al. [25] adopted latent diffusion to generate 3D brain MRI and CT images using a 3D U-Net denoising backbone. They achieved multi-modal, scalable synthesis of anatomically realistic outputs. To create segmentation ensembles and synthesize rare pathologies, Wolleb et al. [26] introduced anatomy-guided diffusion models and showed that they could condition models with a task-specific prompt. PET denoising and MRI reconstruction: Gong et al. [27] proposed diffusion models for PET image denoising with MRI-guided priors, and Chung et al. [28] proposed diffusion posterior sampling for accelerated MRI reconstruction with uncertainty estimation and k-space consistency. LDMs outperform pixel-space diffusion models in image fidelity, conditioning, and computational efficiency. But for clinical use, they still require massive datasets, multiple denoising iterations, and substantial computing resources.
Figure 5 below provides a dedicated architectural schematic of a latent diffusion model (LDM) for 3D medical image synthesis, illustrating how the components introduced qualitatively above (VAE encoder/decoder, latent representation, forward noising process, denoising network, and conditioning) fit together end to end.
Figure 5.
Latent diffusion model (LDM) for 3D medical image synthesis.
The components discussed in the previous section are integrated into a 3D medical image synthesis latent diffusion model (LDM), as shown in Figure 5 below. A forward diffusion process (training only) is used to add Gaussian noise to the latent, which is then used as input to a denoising 3D U-Net optionally conditioned on a mask, a text prompt, or a reference modality; the denoised latent is then fed into the VAE decoder to reconstruct a full-resolution 3D volume.
“Standard” is the most commonly used architecture for high-fidelity volumetric generation in the reviewed works, but it is not necessarily best for all modalities and applications. The five architectures summarized in Table 2 that are latent-space diffusion (31%) and seven that use diffusion broadly (44%) make up a plurality, but not a near-universal share, of the sixteen summarized architectures; several of those listed as “latent diffusion” in Table 2 (e.g., [24,27,28]) work in pixel/voxel space, not a compressed latent space. The picture also changes by task: for sparse-view CT reconstruction, NeRF-based methods remain competitive in fidelity (SSIM 0.91, Table 4), while conditional GANs are competitive for MRI-to-PET synthesis (Table 4). Diffusion-based methods clearly outperform in fine-grained conditioning or uncertainty quantification applications. The gains have non-trivial costs for clinical translation: sampling often involves 10–1000 sequential denoising passes per volume (Section 9.1); fewer than 30% of the diffusion-based papers reviewed in this survey publish public code, so it is not easy to verify the reported computational cost; and several papers explicitly mention the need for large datasets and long training times as limiting factors. Finally, Figure 6 shows a schematic, illustrative comparison of the output properties obtained from generative 3D models based on GANs, INRs, and diffusion.
Table 4.
Modality-specific advances in 3D generative medical imaging.
Figure 6.
Schematic, illustrative comparison of the output characteristics reported for GAN-based, INR-based, and diffusion-based 3D generative models.
Figure 6 shows schematic, non-reproduced examples of qualitative output tendencies reported across the three architectural families listed in Table 2: (a) GAN-based synthesis (as in cross-modal translation approaches such as [21], (b) implicit neural representations (as in sparse-view reconstruction approaches such as [22], and (c) diffusion-based synthesis (as in volumetric generation approaches such as [19,25]). The panel annotation summarizes the qualitative differences reported in the corresponding original papers but does not show the actual images published in the papers.
4. Modality-Specific Advances
The performance and optimal design of 3D generative models will differ significantly across imaging modalities, each with distinct acquisition principles, resolution limits, and clinical needs. Beyond these common challenges, each of the three technological modalities associated with generative architectures has its own set of problems, such as long acquisition times for MRI, managing radiation doses for CT, and low signal-to-noise reconstruction for PET. No single solution or blueprint meets these modality-specific challenges; instead, the field has developed a robust set of focused solutions. This section briefly summarizes the most important recent developments in each of these three modalities, as shown in Table 4, and shows how acquisition physics, deep generative design decisions, target task, code/weights availability, and clinical translation are interlinked.
4.1. Magnetic Resonance Imaging (MRI)
Two fundamental issues with MRI are slow acquisition and the need to reconstruct high-fidelity images from undersampled k-space measurements, as well as the need to harmonize contrast across different and heterogeneous scanners. Therefore, DeepHarmony [29] showed that an adversarial image-to-image translation method could be used to separate the scanner-induced contrast variation from the ground truth anatomical structure between three datasets: IXI, ABIDE, and BraTS for scanner harmonization. Medical Diffusion [19] created realistic 3D brain MRIs with FID scores similar to those of standard MRIs. The authors in [23] developed a generative modeling framework for dynamic cardiac MRI using implicit neural representations that encode spatial and temporal dimensions together, allowing them to reconstruct MRI images from sparse k-space sample points even when they are unevenly spaced in time.
4.2. Computed Tomography (CT)
The main research goal of CT is to produce diagnostic images, even when the dose or number of projections is reduced to lower radiation exposure. The RED-CNN paradigm [20] became a landmark, using a residual encoder–decoder and adversarial perceptual loss to produce clinically comparable results to full-dose CT in 91% of radiologist readings at 25% of the standard dose. Jiao et al. [30] modified neural radiance fields for 3D reconstruction from CT, achieving an SSIM of 0.91 with only 10 projection images, compared with 0.78 for filtered backprojection. In addition, the authors in [31] rather than assuming a single X-ray energy, we introduce a statistical (penalized-likelihood) image reconstruction method for X-ray CT, which explicitly models the polyenergetic nature of the X-ray source and its energy-dependent attenuation.
4.3. Positron Emission Tomography (PET)
Two research directions have been motivated by PET’s fundamental compromise between image quality and radiotracer dose: the first focuses on new scanning methods that improve image quality, and the second involves developing novel methods to use existing scanners for enhanced image quality. The purpose of this paper in [27] is to apply diffusion probabilistic models (DDPM) to PET image denoising, exploring different ways to incorporate the noisy PET image and/or an MR anatomical prior (as network input versus as a data-consistency constraint during refinement When direct PET acquisition is not possible, Wang et al. [34] proposed a mechanism that uses multi-modality (PET + MRI) features rather than fixed fusion rules to make the fusion locality-adaptive, learned jointly within the 3D conditional GAN.
4.4. Foundational Cross-Modality Methods
Several algorithmic frameworks support developments across modalities. Song et al. [24] brought these together in a single, continuous SDE framework for principled conditional generation and likelihood evaluation, which is the most fundamental reference in contemporary 3D medical generative imaging. Chung et al. [28] further extended this to general inverse problems (covering MRI undersampling, CT reconstruction, and deblurring), using a single model across these three tasks without task-specific retraining. For cross-modality translation, Özbey et al. [32] applied DDPMs with adversarial loss to achieve state-of-the-art results on tasks such as MRI to CT and fundus to MRI. In contrast, the dual-task consistency framework of Luo et al. [33] uses reconstruction as a self-supervisory signal to improve segmentation when labels are scarce, highlighting the growing cross-pollination between generative and discriminative clinical goals.
4.5. Summary and Cross-Modality Observations
Across all three modalities, diffusion-based architectures have emerged as the preferred generative paradigm over GANs because of their training stability, uncertainty quantification, and posterior sampling. In the MRI case, k-space consistency constraints are always crucial. In the CT case, forward models are always crucial, with the polyenergetic beam model in the latter case being a special case of the former for CT. In each case, a purely data-driven model could hallucinate anatomical structures or lose quantitative signal fidelity, making physics-informed constraints important for clinical translation. In particular, methodologies are increasingly merging: NeRF-based representations from CT are tested in MRI recovery; INR-based frameworks are extended to dynamic PET; and DPS is the first to offer a common reconstruction algorithm for all three modalities. This convergence points toward modality-agnostic architectures based on acquisition-specific physics models, rather than separate model families for each imaging domain.
5. Cross-Modal and Multi-Modal Synthesis
Multi-modal clinical imaging workflows often involve multiple modalities acquired in series or on combined scanners (e.g., PET/CT or PET/MRI), creating the need and opportunity for cross-modal synthesis, where one imaging modality is derived from another in a computational sense. Major challenges in cross-modal synthesis that remain in the clinic include eliminating redundant acquisitions, reducing patient radiation dose, avoiding the need for costly radiotracers, and overcoming registration errors associated with sequential multi-modal scans. Generative modeling methods for cross-modal synthesis range from unpaired cycle-consistent GANs to conditional diffusion models and physics-aware methods. Table 5 summarizes typical cross-modal 3D generative work, which includes MRI-to-CT, MRI-to-PET, CT-to-MRI, and universal multi-modal synthesis.
Table 5.
Cross-modal and multi-modal 3D synthesis.
5.1. MRI-to-CT and MRI-to-PET Synthesis
The most clinically established cross-modal task is MRI-to-CT synthesis, motivated by the requirement of radiotherapy planning, where MRI provides the highest soft-tissue contrast. Still, CT is essential for dose calculation. Gong et al. [35] used an attention-enhanced CycleGAN to get an MAE of 52.3 HU, and Pan et al. [36] used a transformer-based diffusion model (MC-IDDPM) to further reduce this to 48.8 HU (which is clinically acceptable for MRI-only radiotherapy workflows with a dose coverage difference within ±0.34%). SynDiff [32] was proposed by Özbey et al. for unpaired bidirectional translation between MRI and PET and achieved better results than the GAN and the DDPM baseline training models. A conditional diffusion model proposed by Lee et al. [37] trained with pathologically relevant regions of the brain led to an improvement in SUV correlation in diagnostically relevant areas of the cortex for staging for Alzheimer’s disease.
5.2. CT-to-MRI Synthesis
One application of CT-to-MRI synthesis is when MRI is unavailable but soft-tissue contrast is desirable for tumor delineation and planning surgical procedures. One of the difficulties is to maintain volumetric consistency from slice to slice, which 2D translation models cannot do. This was addressed by Huang et al. [38] by using MD-DGA, which integrated a 2D scalable diffusion model for detail within the slices with a 3D latent diffusion model with a vector-quantized VAE for coherence between the slices to achieve high-fidelity T2-weighted MRI volumes from a pelvic CT input, concluding that hybrid 2D–3D diffusion architectures are required for clinically useful volumetric synthesis.
5.3. Universal and Contrast-Agnostic Synthesis
Rather than learning fixed pairwise modality mappings, domain-randomized approaches learn on synthetically generated images across the full space of plausible imaging appearances. Billot et al. [39] showed that this is possible with SynthSeg, which only needed to be segmented once and achieved comparable accuracy to supervised, contrast-specific CNNs in 5000 scans across six modalities and 10 resolutions. To solve the inference speed challenge to clinical deployment, Pan et al. [40] proposed a consistency model with a Swin Transformer backbone for low-to-full-dose PET enhancement, which achieved an SSIM of 0.964 at one-eighth dose and is 12 times faster than its baselines.
5.4. Summary and Emerging Directions
The diffusion-based architectures (DDPMs, adversarial diffusion hybrids, and consistency models) exhibit significantly better image quality and structural fidelity than GANs across all tasks and come with the added advantage of providing a probabilistic uncertainty quantification. The use of 3D volumetric consistency mechanisms is now part of the standard design criteria, and domain randomization represents a more general paradigm shift from fixed modality mapping to models that can be deployed across different clinical infrastructure settings. The most promising future direction is the integration of large-scale multi-modal pretrained representations with acquisition-physics-aware diffusion priors towards a single cross-modal synthesis system that can cover a wide range of clinical imaging protocols in the real world.
6. Applications in Clinical Practice
3D generative models are becoming a reality and are increasingly entering clinical practice. Generative models have been shown to play a key role in data augmentation for under-represented patient groups, structured radiology education, the construction of cardiac digital twins, and privacy-preserving federated learning across institutions. In this section, the application areas are reviewed in relation to clinical research demonstrating effectiveness and measurable results, summarized in Table 6.
Table 6.
Clinical applications of 3D generative AI.
The risk is not the same across the following application areas, and the taxonomy in this section should be interpreted with this distinction. Retrospective benchmark performance is adequate for lower-risk, primarily off-line applications like data augmentation for training classifiers or radiology education. Intermediate-risk applications, like image reconstruction or modality translation, have a direct impact on the image interpreted by the clinician after the image is created and thus should be subjected to reader-study or downstream task-based validation before they are generally adopted beyond the requirement of voxel-level metrics. For higher-risk, decision critical applications, such as surgical planning and anomaly detection, the consequences of failure can be directly linked to missed or incorrect diagnosis and intraoperative decisions, and so, retrospective benchmark results, e.g., Dice, AUC, or PSNR on held-out test data, should not be presented as equivalent to clinically demonstrated use and utility; this requires prospective or reader study evidence and, eventually, outcome-level validation. The evidence reported in Section 6.1, Section 6.2, Section 6.3 and Section 6.4 should be weighted according to the risk tier that the assessment is for.
The progression of AI in colorectal cancer screening, diagnosis, and treatment seen here, from isolated detection models to integrated, clinically embedded systems that span screening, biomarker discovery, and treatment planning, demonstrates not only the potential clinical impact of the technology but also the typical challenges of translation that are highlighted in this survey across 3D generative imaging (data privacy, robustness, and evaluation standardization).
6.1. Data Augmentation for Fairness and Rare Disease
Typical augmentors are not able to produce new phenotypic variations: only generative augmentors can create new examples from under-represented domains. Ktena et al. [41] showed that conditional latent diffusion models further enhanced the fairness of classifiers in dermatology, chest radiology, and histopathology, improving high-risk skin tone sensitivity by 63.5% and decreasing the fairness gap in chest radiology by 44.6%. In another study, a DDPM-based pipeline was used to address the class imbalance problem in pulmonary nodule classification, improving the mean AUC from 0.89 to 0.95 and mean sensitivity from 48% to 70% on hybrid real–synthetic data on which the curriculum is learned.
6.2. Radiology Education and AI-Assisted Training
Generative models are used to synthesize training cases on demand with controllable parameters such as pathologies, severity, size, and location that are not possible in a fixed retrospective archive. In a prospective study at Jinzhou Medical University, Lyu et al. [43] found that the performance of using AI-generated graded training examples from 1057 nodules from 420 cases was consistently superior across each nodule density and nodule size category compared to the traditional teaching, thus offering direct empirical evidence that the use of generative augmentation significantly boosts trainee diagnostic performance.
6.3. Cardiac Digital Twins and Personalized Simulation
The most advanced clinical use of 3D generative imaging is in the development of cardiac digital twins: patient-specific computational models of the heart, built from imaging data. However, Strocchi et al. [44] built 3461 twins based on MRI data from the UK Biobank, finding that the electrophysiology differences between the sexes and age groups were not detectable by the typical ECG interpretation. Clinically, imaging-based digital twins of 45 HF patients [45] predicted LV response to CRT preoperatively, and Thangaraj et al. [46] formalized the use of generative AI to synthesize missing modalities, create in silico trial populations, and estimate cross-population treatment effects.
6.4. Federated Learning and Privacy-Preserving Synthesis
HIPAA and GDPR are the primary limitations of clinical AI. Kulkarni et al. [47] showed that federating GAN training across two sites improves external generalization without requiring access to the data. The FMed-Diffusion framework [48] further introduced federated diffusion models, showing the potential of using the diffusion process’s inherent Gaussian noise as a natural differential privacy mechanism and bringing federated diffusion models into federated infrastructure for multi-institutional clinical AI development without cross-site data exposure.
7. Evaluation Metrics and Benchmarks
Assessing generative models for 3D medical imaging requires a multi-level framework that reflects voxel-level fidelity, anatomical realism, and downstream clinical utility. No single metric exists; instead, the field has coalesced around a hierarchical assessment process that includes quantitative image quality metrics, expert radiologist assessment, and task-based, functional evaluation. The evaluation landscape is organized in Table 7 and Table 8.
Table 7.
Quantitative evaluation metrics for 3D generative medical imaging models.
Table 8.
Public benchmark datasets for 3D generative medical imaging evaluation.
In this framework, we explicitly identify eight dimensions of evaluation, which are often combined in previous surveys: pixel-level fidelity (PSNR, NRMSE, and MAE/MSE), perceptual quality (LPIPS), anatomical consistency (Dice/IoU, HD95, and ASSD), pathological preservation (lesion-level detection and measurement agreement before and after generation, distinct from whole-volume similarity), quantitative accuracy (modality-specific measures such as HU error for Computed Tomography and SUV error for Positron Emission Tomography, rather than generic intensity similarity), predictive uncertainty (posterior sampling variance or ensemble disagreement used to flag low-confidence regions), diversity (FID/FID-3D and precision–recall for generative coverage), and downstream clinical utility (task-based performance when synthetic data is applied to a diagnostic, planning, or training task). Under the three-tier protocol, reader studies (scoring realism, artifact presence, and diagnostic confidence by the blinded radiologist) and task-based evaluations (training or testing downstream models on synthetic data) are considered a stratum of evidence above voxel-level metrics.
The sizes of ten datasets are provided with verified sizes from primary publications or official challenge repositories. BraSyn 2023 is separated from BraTS 2021, as it is a new synthesis challenge track. CHAOS has a complete 80-patient count (40 CT + 40 MRI) and a clarified MRI series count. fastMRI is corrected to include all raw k-space volumes (1594 knee and 6970 brain, ~8344 total). The new crossMoDA 2021-23 benchmark was introduced and is not included in many previous surveys.
7.1. Unified Evaluation Protocol
To properly compare and contrast 3D generative models, we suggest a three-level evaluation process. Voxel-Level Evaluation (1st tier): PSNR, SSIM, NRMSE, and FID-3D are computed on held-out test volumes not encountered during training (standardized preprocessing: HU windowing for CT and intensity normalization for MRI). The second tier, Expert Clinical Evaluation, consists of blinded radiologist evaluation of generated volumes using structured scoring rubrics for anatomical realism, artifact presence, and diagnostic utility, with at least two independent radiologists per case to estimate inter-rater reliability. The third tier, Task-Driven Assessment, focuses on the clinical utility of the generated data by training or testing downstream segmentation, classification, or registration models on synthetic data and reporting task-specific metrics (Dice, AUC, and TRE). Only models that perform better in all three tiers will be considered clinically relevant for a particular application, and only voxel-level metrics, without clinical or task-level validation, should be considered as weak evidence for any translational claims.
In addition to the three tiers discussed above, two additional axes are suggested, and not necessarily replacements: pathological preservation testing, in which lesion-level measurements are compared before and after generation/reconstruction to identify suppression, fabrication, distortions of clinically relevant findings, and uncertainty quantification, reporting the posterior sampling variance or ensemble disagreement in addition to point-estimate measurements to flag low-confidence regions for human review before clinical use.
7.2. Limitations of Current Evaluation Metrics and Standardization Recommendations
Because current evaluation metrics have limitations, standardization is recommended: a summary of limitations of current evaluation metrics and recommended standardizations. However, non-standardization in evaluation practice stems not only from inconsistent practice but mostly from the intrinsic limitations of the metrics themselves. When applied to 3D medical volumes, LPIPS uses a deep feature representation learned from a network trained on natural RGB images (e.g., AlexNet or VGG on ImageNet) that are not modality-specific (such as HU-based tissue boundaries in CT or SUV-based uptake patterns in PET). Perceptual similarity scores calculated this way have not been correlated with clinically relevant differences and are usually calculated slice-wise on a 3D medical volume rather than directly in 3D. FID-3D faces a similar issue: the lack of a universal 3D feature extractor equivalent to the Inception network employed in 2D FID, meaning that various studies use different backbones (such as 3D ResNet variants trained on different source datasets), and thus, FID-3D scores are not comparable across papers, even if the same generative model is tested. Although conceptually simpler, PSNR and SSIM are sensitive to preprocessing conventions that are commonly not reported: namely, the intensity normalization convention (min–max vs. z-score), the dynamic range assumed in the PSNR denominator, and the HU windowing in the CT.
To move towards standardized evaluation protocols, the following suggestions are proposed for future studies: (i) report exactly how the intensity is normalized to calculate PSNR/SSIM, ideally together with HU windowing parameters for CT and SUV normalization for PET, to be reproducible from the paper alone; (ii) specify the 3D feature extractor, its pretraining source, and its checkpoint when reporting the FID-3D score, using a feature extractor pretrained on medical volumes when possible and avoiding the use of natural-image backbones as a primary fidelity metric, using it instead as a secondary non-clinical perceptual signal, together with modality-specific quantitative metrics (e.g., HU error for CT and SUV error for PET); and (iii) use a shared benchmark, such as the 3D-MedGenBench proposal, fixing preprocessing, feature extractors, and train/test splits across submissions.
8. Ethical Considerations and Limitations
When generative AI is applied to clinical imaging, it raises a host of ethical issues, such as the following: Where do the images come from? How will the models be constructed? How can it be regulated? What happens if it goes wrong? These concerns are not academic; they are real and have direct implications for patient safety and healthcare equity.
8.1. Data Provenance and Privacy
Generative models, trained on patient imaging information, might memorize and regenerate identifiable information, especially for rare disease cases where training data is very sparse [45]. Under GDPR and HIPAA, membership inference attacks, in which an adversary infers whether a certain patient’s information was used to train a model, are possible when performing attacks on medical imaging generative models. While the differential privacy (DP) training mechanisms that add calibrated noise to the gradients while training to guarantee formal privacy have come with a cost of a 0.3–0.8% drop in image quality metrics, the suitable privacy budget (ε) for medical imaging applications remains not standardized [46]. While models do not need to be shared, federated learning methods, which train models locally on institution data without sharing raw images, also provide complementary privacy protection and should be managed carefully to avoid gradient leakage.
One such attack category is membership-inference risk, a concept that refers to a larger class of memorization-based privacy risks that are more complex than a single attack category and need to be treated more seriously. The diffusion- and GAN-based generators can record and reproduce close copies of the individual training images, especially when a very rare disease or a small number of images of such a disease are present in a given institution, such that many similar images do not contaminate a single specimen; this can be tested directly by nearest-neighbor analysis, in which generated volumes are compared against the training set to identify suspiciously similar images. Training-data reconstruction attacks are more serious than membership inference attacks: they aim to learn recognizable image content from a trained model rather than infer membership, and they have been shown to work on medical image generators. The risk of patient-level data leakage is not limited to the image content itself; it also includes other patient-level information associated with an imaging scan (such as the scan time, associated anatomy, or other metadata). Together, these risks show that an image’s synthetic origin is not necessarily a sign of anonymity: memorization, reconstruction, and re-identification risks should be actively tested for (e.g., through nearest-neighbor distance thresholds and membership-inference audits) before sharing or releasing synthetic data, not assumed to be absent.
8.2. Bias and Fairness
Medical imaging datasets are not demographically representative, with certain ethnic groups, age groups, and disease phenotypes over-represented and others under-represented. However, generative models that are trained using biased data will reinforce these biases in their synthetic data [47]. For 3D medical imaging, this can be seen as models that create anatomically realistic volumes (e.g., an adult male brain MRI) but anatomically unrealistic or artifactual volumes (e.g., a pediatric brain MRI and an elderly female pelvis MRI). Stratified analysis of generation quality should therefore be an integral component of fairness evaluation and should be a design goal and not an afterthought.
8.3. Anatomical Validity and Clinical Risk
A very serious limitation of generative models is that they can generate implausible outputs that are visually convincing to laymen but not to medical experts and contain pathologically incorrect structures, especially for a clinical decision-support system. A 3D MRI model of a generation could produce a tumor with an abnormal enhancement pattern, and a CT model of the generation could produce a pulmonary nodule with an abnormal morphology in a healthy patient’s synthetic scan. There are several components to inclusion in validation frameworks: explicit anatomical consistency checks, validation by a radiologist of edge cases, and out-of-distribution detection mechanisms that provide a high uncertainty score for generated volumes that are flagged for human review prior to clinical use [48]. AI systems used in clinical decision making will need to be pre-market-validated, and regulatory clearance may be required for generative models that will be used in the downstream diagnostic use of AI, as these will likely be classified as AI-enabled medical devices.
8.4. Hallucination and Misrepresentation
Factual hallucination is a similar occurrence in LLM that is referred to as hallucination in generative medical imaging [49]. In generative medical imaging, hallucination is the synthesis of structures that do not correspond to any anatomical reality. In MRI synthesis, it could be in the form of false white spots, in CT in the form of false calcifications, and in PET in the form of false, hypermetabolic foci, which may be interpreted as malignant. These hallucinations are especially risky when they are used to train the downstream models because the classification model could learn to detect these hallucinated features and draw spurious clinical conclusions. Mechanisms for uncertainty quantification, such as sampling from a diffusion model posterior, can be used to highlight areas of high generation uncertainty and should be used routinely prior to clinical use of a synthetic volume.
In addition to the fabrication of improbable structures, hallucination in this context also entails alteration of pathology: an anatomically realistic synthesized volume may remove an existing lesion, alter the boundary of a tumor, or alter a clinically important measurement, such as the diameter, volume, or enhancement pattern, without causing any visibly improbable artifact, which would make those errors much more difficult to detect than gross anatomical fabrication. We suggest that evaluation procedures for clinically oriented generative models should incorporate four complementary safeguards: (i) pathology-preservation tests comparing the results of lesion-level detections and measurements before and after generation/reconstruction on a held-out set of pathological cases; (ii) explicit anatomical constraints, explicitly enforced architecturally or as a post-hoc plausibility filter, that reduce the chances of anatomically implausible structures; (iii) uncertainty estimation, reported with point-estimate results, to enable low-confidence regions to be flagged for human review rather than silently accepted; and (iv) structured failure-case analysis, where representative failure modes are catalogued and reported, rather than only aggregate performance, so that clinicians and downstream developers can understand where and how a given model is likely to fail.
Examples of factual hallucination in the three modalities are a diffusion- or GAN-based MRI or CT synthesis model where a synthetic tumor or nodule is created with no corresponding anatomical structure in the underlying tissue, a PET generation or denoising model that introduces a false hypermetabolic focus (i.e., spurious uptake of tracer) that mimics malignancy, a reconstruction model that leaves out or obfuscates a genuine but subtle anatomical structure (e.g., a small vessel, a thin cortical rim, or a small lesion) below the threshold at which the change becomes visually obvious, and a cross-modality or super-resolution model that generates a pathological pattern with altered morphology (e.g., changing the margin or enhancement characteristics of a lesion) that alters the apparent malignancy of that anatomical structure. A fabricated or altered lesion can fool a radiologist into an incorrect diagnosis or management, and an omitted or suppressed finding can lead to a missed diagnosis; both of these errors can be exacerbated in the case of a model trained with the hallucinated volume, which will learn to produce the hallucinated pattern as a generalizable feature, whether it is recorded or not. In addition to the uncertainty estimation and anatomical-constraint safeguards described above, we highlight two other complementary mitigations: expert (radiologist) validation of generated volumes on a structured rubric before any downstream clinical or research use, especially for edge cases and rare pathologies, which are more likely to be missed by the non-expert and more likely to be hallucinated; and multi-modal verification, in which a finding suggested by a generated or reconstructed volume in one modality (e.g., a PET uptake focus) is cross-checked against an independently acquired or unmodified reference in another modality (e.g., the corresponding anatomical CT or MRI) before it is acted upon clinically or propagated to a downstream model.
8.5. Governance, Regulatory Classification, and Post-Deployment Oversight
While other aspects of the discussion of ethics from above (Section 8.1, Section 8.2, Section 8.3 and Section 8.4) are not explicitly covered above, several of the governance dimensions raised in review are addressed here. In addition to demographic bias (Section 8.2), there is also institutional bias: models developed from a few high-resource academic centers inherit the acquisition protocol, patient case mix, and reporting conventions of those centers, which can result in poor performance when applied to institutions using a different scanner vendor, field strength, or reconstruction kernel, even if the demographic compositions are similar. This is exacerbated by the scanner-domain shift: It is not guaranteed that the same anatomy scan performed with the same sequence parameters, or even reconstruction pipeline, will be present in the scanner training distribution, and generative models may normalize away clinically meaningful differences in signal (e.g., lesion contrast) that exist between different sites. If this risk is reduced by federated and domain-randomized training, it does not disappear either, and we suggest that any deployment report additionally be split by acquisition site and scanner model, apart from the split by demographic subgroups.
A second open question is consent for generative reuse, as imaging acquired to serve a specific clinical purpose is often used in downstream applications for generative modeling, with no explicit consent process for those uses, and consent forms are not often designed with the intention of downstream uses of a patient’s images to generate new images of unseen patients. We suggest that consent for data use in generative training be explicitly separated from consent for data use in discriminative training and that de-identification pipelines be re-validated to account for memorization and regurgitation of rare-case anatomy (Section 8.1). Traceability of synthetic data is closely related: after a synthetic volume is added to a training set, it is very hard to differentiate between real and synthetic provenance further downstream of the synthetic volume with a secondary model trained on the synthetic volume. We recommend that machine readable provenance metadata (such as a cryptographic or digital watermark and a provenance field within the DICOM header) be included with each volume generated, along with a logged link back to the version of the model used to generate the volume and the snapshot of training data used, so that synthetic content can be audited and, if a fault is found once the volume is generated, be retractable and purged.
Whether the above safeguards are actually enforced depends on human oversight, regulatory classification, and cyber security. Within a framework of risk like the EU AI Act or the FDA’s SaMD pathway, generative models that are only employed for augmentation, education or research would be classified in a lower risk tier than models whose output is used to guide diagnosis or treatment planning; the latter would therefore be classified and regulated as clinical decision-support software, where outputs would require pre-market evidence, required human sign-off prior to clinical use, and a formal change-control plan for updates of the model. A one-off perturbation of data could lead to adherence to a specific, unnatural specimen, while data poisoning of federated updates, or a corrupted model checkpoint, could each at scale introduce systematic hard-to-detect anatomical errors at scale, with deployed systems to be integrity-checked (e.g., signature verification of model weights or a checksum) and monitored for anomalous output distributions in a similar fashion to medical devices and firmware tampering. Contractual and procedural responsibility for any error generated should be defined prior to deployment: we recommend a shared-responsibility model where the developer would be responsible for ensuring that the AI model is performing as intended within the operating envelope defined by the model, the deploying institution would be responsible for the correct use of the model at their site, and the clinical practitioner who reviews the output would be responsible for any decision made as a result of the model’s output, in line with current guidance from regulators that the output from an AI model should be treated as decision support and not a diagnosis. Last, post-deployment monitoring should include measurement of output-quality drift (e.g., rolling FID/SSIM against a held-out reference set), the number of times clinicians override or reject the output, and reports of adverse events, all with clearly defined thresholds that trigger retraining, restricted use, or withdrawal, similar to the post-market surveillance requirements of other AI-enabled medical devices.
8.6. An Operational Deployment Blueprint
The above considerations justify a concrete, staged blueprint, more than just a conceptualized discussion. Table 9 outlines nine stages that we believe we should expect any 3D generative imaging system to traverse both prior to deployment and after deployment, alongside the minimum evidence we feel should be present at each stage, broken down into three application-risk categories: (i) research-only/method development, where the output of the 3D generative system is never used as a clinical image (e.g., synthetic CT for dose calculation and low-dose PET/CT denoising); (ii) augmentation and education, where the output of the 3D generative system is used to train or assess a separate downstream 3D imaging system or a trainee, but the output itself is not considered to be a patient’s clinical image; and (iii) clinical decision support, where the output of the 3D generative system is used directly for clinical decision making (diagnosis, planning, or treatment) (e.g., synthetic CT for dose calculation and low-dose PET/CT denoising). There are the strictest evidence requirements throughout for category (iii). This staged structure should be used to validate at each institutional deployment; it is not a one-off validation and should be re-entered at Stage 3 using the more demanding evidence column.
Table 9.
Operational deployment blueprint for 3D generative medical imaging systems.
This staged structure is intended to be audited stage by stage at each institutional deployment, rather than treated as a one-time certification: a model validated for Category (ii) use that is later repurposed for Category (iii) decision support must re-enter the blueprint at Stage 3 with the stricter evidence column applied.
8.7. Reproducibility and the Gap Between Research Performance and Clinical Deployment
The metrics mentioned in Section 7 characterize the performance in the research setting only and are not sufficient to qualify a model for clinical use. In this subsection, we bring together, in one spot, some of the factors that lie between a desirable benchmark result and a clinically usable system, some of which are discussed individually in the rest of this survey.
- External validation. Only a few of the 16 landmark architectures studied have been reported with external validation; most reported external validation data originate from a single institution’s held-out test set and not from an independent test cohort. Any model that works well on a set of data acquired from the same acquisition pipeline as the training data will only have weak evidence of generalization.
- Cross-institutional generalization. External validation is related but different from the question of whether a model trained at one or a few sites will transfer to institutions with patient populations, referral patterns, and clinical protocols different from those used for training. Federated approaches (Section 6.4) partially overcome the data sharing barrier to multi-institutional evaluation, but federated training is in itself does not ensure the model’s equal performance on all of the institutions on which it is federated, nor for unseen institutions.
- Scanner and protocol variability. Report acquisition variability by modality (MRI sequence and field-strength dependence, CT reconstruction kernel and dose protocol, and PET tracer and scanner model variations); Section 8.2 also covers scanner-domain shift as another source of demographic and institutional bias. Do not assume that a model that is validated on one scanner manufacturer’s protocol will transfer to another without re-validation.
- Computational requirements. In Section 9.1, we will discuss the real-time inference bottleneck of iterative diffusion sampling, while the taxonomy discussion in Section 3.3 highlights the fact that latent diffusion models take a lot of data, denoising iterations, and compute to use. This is a different constraint apart from model performance: deployability on standard clinical hardware, not research grade GPU clusters.
- Data privacy. In Section 8.1, we cover the issue of memorization, membership-inference and training-data-reconstruction risk in depth and ultimately come to the conclusion that the synthetic origin of an image is not a guarantee of anonymity. These risks are applicable to any deployment pipeline that shares or releases model output or weights and should be explicitly tested for in the deployment pipeline.
- Expert assessment. Blinded expert (radiologist) evaluation is preferred over voxel-level metrics according to the three-tier evaluation protocol used in Section 7.1, and expert/human review is listed as a necessary step before operational deployment in the operational deployment blueprint in Section 8.6. Voxel-level metrics should only be considered as weak evidence for any translational claim without at least this level of evidence.
Combined, the six factors characterize the difference between a model that works on a published benchmark and one that is ready for clinical use. We do not suggest a single composite evaluation of “deployment readiness” because the relative importance of the criteria varies by risk level of the use case; a data-augmentation use case does not require as robust an external evaluation as a decision-support use case does. Rather, we advocate that studies that have proposed clinically oriented generative models report the status of each of the six factors above in conjunction with their headline performance metrics to encourage readers to assess the translational readiness directly and not infer it from image-quality measures alone, as in the past.
9. Open Challenges and Future Directions
Despite remarkable progress, significant challenges remain at the intersection of generative AI and 3D medical imaging. We identify six priority research directions.
9.1. Computational Efficiency and Real-Time Inference
The field of 3D medical imaging and generative AI has made great strides, but there are still hurdles to be addressed. We list six research directions of priority. Computational efficiency and real-time inference are discussed in 9.1. Even though diffusion models are powerful, the iterative denoising in this process involves tens to thousands of forward passes through a large neural network to produce a generated sample and is therefore presently not possible in real time on standard clinical hardware (essential for intraoperative imaging and dynamic planning). Consistency models [50] are a current research area, as are accelerated samplers based on distillation, and hardware-optimized implementations (GPU kernel fusion and quantization). For NeRF-based approaches, hash-grid scene representations accelerate inference by three orders of magnitude compared to vanilla MLPs and have not been explored in the medical imaging context of non-uniform sampling density.
9.2. Physics-Informed Generation
Current generative models are mainly data-driven and do not encode modality-specific acquisition physics as inductive bias. If MRI generation does not adhere to k-space symmetry constraints, the generated images may appear plausible but not physically consistent, which can lead to systematic errors in downstream quantitative analysis tasks. An important research direction is to incorporate Bloch equations (MRI) or the Beer–Lambert law (CT attenuation) as architectural constraints in physics-informed neural network approaches to ensure the physical plausibility of generated volumes [51].
9.3. Rare Disease and Long-Tail Learning
Disease prevalence in medical imaging is often long-tailed, so models are typically not trained on the rare and clinically most relevant diseases. Few-shot and zero-shot generative frameworks that can create realistic rare-disease volumes from just a handful of examples (1–5 patients) are fundamental to enabling equitable use of AI across the full range of diseases. In the computer vision community, promising paths forward include meta-learning approaches and large-scale pretraining on a wide variety of imaging data, much like foundation models in the natural language processing community [52].
9.4. Standardization of Benchmarks and Metrics
The lack of standardized benchmarks (with fixed train/test splits, preprocessing pipelines, etc.) does not allow for direct comparison across papers. FID-3D is not standardized (different papers use different 3D feature extractors), and PSNR/SSIM is computed using different intensity-normalization conventions across papers; thus, comparisons across publications are unreliable. A 3D Medical Imaging Generation Benchmark (3D-MedGenBench) with fixed protocols, leaderboards, and multi-tier evaluation using radiologist scoring [53] would benefit the community.
9.5. Foundation Models for Medical Imaging
The next step in medical image generation is large-scale foundation models trained on a wide range of multi-modal and multi-site imaging data, similar to GPT-4 for language and CLIP for vision. These models could facilitate zero-shot creation of new modalities, cross-institutional generalization for research and education without fine-tuning, and natural language-conditioned image synthesis (“generate a T2-weighted brain MRI with a 2 cm glioblastoma in the right frontal lobe”) that would make synthetic imaging more accessible for research and education [54].
9.6. Interpretability and Explainability
Generating volumes for clinical use requires comprehensible explanations of the generated features, their motivations, and the level of confidence to ensure the information is intelligible. Learning latent dimensions corresponding to anatomy, pathology, modality, and demographics through latent-space disentanglement enables principled control over synthesis and interpretable latent arithmetic (e.g., “add 2 years of aging to this brain”). Attention visualization can be used in transformer-based generation models to emphasize the areas of the image important to synthesis. To validate these interpretability tools and ensure they provide clinically relevant insights rather than merely reflecting model architecture, radiologists must evaluate them [55].
The reliable adoption challenge is not exclusive to 3D medical imaging: the explainable AI challenge for neurology also claims that the reliability of output produced by models to facilitate diagnosis, monitoring, and planning needs to be accompanied by an explanation of the reason for the output, before clinicians will trust them for patient-specific management [59,60]. The same applies to generative volumetric imaging, which produces anatomically plausible but unexplained synthetic structures, and to the interpretation methods discussed in this section (attention/saliency overlays, uncertainty maps, and counterfactual generation), which function like XAI in discriminative diagnostic models.
10. Conclusions
This survey offers a comprehensive, structured overview of generative AI techniques for 3D medical imaging, covering architectural taxonomy, modality-specific advances, cross-modal synthesis, real-world clinical applications, evaluation frameworks, and ethical considerations. The main takeaway is that the field is undergoing a paradigm shift: Voxel-based GANs and VAEs prominent in early research have been replaced by latent diffusion models that offer stronger generation, greater conditioning flexibility, and principled uncertainty quantification at scale. The change is more prominent for the unconditional and conditional volumetric generation tasks but not for all tasks and corresponds to significantly increased sampling latency, memory usage, and training data requirements, which are still key challenges for real-time or resource-limited clinical use of GAN/VAEs. Implicit neural representations play a complementary role, showing great promise in memory-efficient sparse-view reconstruction and continuous shape modeling. Across all three modalities (MRI, CT, and PET), generative models have shown clinically meaningful improvements in image quality under dose-constrained or accelerated acquisition protocols in both quantitative and radiologist-blinded evaluation studies. However, many challenges in computational efficiency, physical plausibility, fairness, privacy, and regulatory compliance remain before research demonstrations can translate into clinical deployment. The three-step evaluation approach proposed—voxel-level metrics, expert radiologist scoring, and task-driven assessment—offers a practical tool that the community could use to validate and compare generative systems more rigorously. We argue that the most immediate research paths are (i) physics-informed diffusion models that honor the conditions of modality acquisition; (ii) few-shot generation frameworks for rare pathologies; (iii) community benchmarks for reproducible evaluation of generation tasks; (iv) mechanisms for training in privacy while maintaining formal guarantees; and (v) explainable generation interfaces to allow for clinician-in-the-loop validation. Overcoming these obstacles can unlock the transformative power of generative AI for higher-quality diagnostic imaging, reduced patient burden, precision medicine, and access to a wider variety of high-quality medical imaging data worldwide.
This memory efficiency is a property of the representation only. It should be weighed against the substantially higher per-scan training cost, rendering latency, and sensitivity to acquisition geometry relative to feed-forward voxel- or latent-space alternatives, together with comparatively limited validation on pathological or highly heterogeneous anatomy.
Author Contributions
Conceptualization, C.K.K. and S.P.P.; methodology, M.K.K. and V.G.; software, A.G. and R.B.C.; validation, C.K.K. and S.P.P.; formal analysis, V.G. and A.G.; investigation, V.G. and C.K.K.; resources, S.P.P. and M.K.K.; data curation, A.G. and R.B.C.; writing—original draft preparation, R.B.C. and M.K.K.; writing—review and editing, C.K.K.; visualization, S.P.P.; supervision, S.P.P.; project administration, C.K.K. and S.P.P. All authors have read and agreed to the published version of the manuscript.
Funding
This research received no external funding.
Data Availability Statement
No new data were created or analyzed in this study. Data sharing is not applicable to this article.
Conflicts of Interest
The authors declare no conflict of interest.
References
- Goodfellow, I.; 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, 27, 2672–2680. [Google Scholar]
- Kingma, D.P.; Welling, M. Auto-encoding variational Bayes. arXiv 2014, arXiv:1312.6114. [Google Scholar]
- Chung, H.; Ye, J.C. Score-based diffusion models for accelerated MRI. Med. Image Anal. 2022, 80, 102479. [Google Scholar] [CrossRef] [Scilit]
- Mildenhall, B.; Srinivasan, P.P.; Tancik, M.; Barron, J.T.; Ramamoorthi, R.; Ng, R. NeRF: Representing scenes as neural radiance fields for view synthesis. In Proceedings of the Computer Vision—ECCV 2020; Springer: Cham, Switzerland, 2020; pp. 405–421. [Google Scholar]
- Lustig, M.; Donoho, D.; Pauly, J.M. Sparse MRI: The application of compressed sensing for rapid MR imaging. Magn. Reson. Med. 2007, 58, 1182–1195. [Google Scholar] [CrossRef] [Scilit]
- Kalender, W.A. X-ray computed tomography. Phys. Med. Biol. 2006, 51, R29–R43. [Google Scholar] [CrossRef] [Scilit]
- Cherry, S.R.; Sorenson, J.A.; Phelps, M.E. Physics in Nuclear Medicine, 4th ed.; Elsevier: Amsterdam, The Netherlands, 2012. [Google Scholar]
- Vosoughi, S.; Roy, D.; Aral, S. The spread of true and false news online. Science 2018, 359, 1146–1151. [Google Scholar] [CrossRef] [Scilit]
- Abdali, S.; Shaham, S.; Krishnamachari, B. Multi-modal misinformation detection: Approaches, challenges and opportunities. ACM Comput. Surv. 2024, 57, 76. [Google Scholar] [CrossRef] [Scilit]
- Bickley, S.J.; Torgler, B. Cognitive architectures for artificial intelligence ethics. AI Soc. 2023, 38, 501–519. [Google Scholar] [CrossRef] [Scilit]
- Rezende, D.; Mohamed, S. Variational inference with normalizing flows. In Proceedings of the 32nd International Conference on Machine Learning, Lille, France, 6–11 July 2015; ACM: New York, NY, USA, 2015; Volume 37, pp. 1530–1538. [Google Scholar]
- Zhu, J.-Y.; Park, T.; Isola, P.; Efros, A.A. Unpaired image-to-image translation using cycle-consistent adversarial networks. In Proceedings of the International Conference on Computer Vision; IEEE: New York, NY, USA, 2017; pp. 2223–2232. [Google Scholar]
- Wu, J.; Zhang, C.; Xue, T.; Freeman, B.; Tenenbaum, J. Learning a probabilistic latent space of object shapes via 3D generative-adversarial modeling. In Proceedings of the NeurIPS Annual Conference on Neural Information Processing Systems; Neural Information Processing Systems Foundation, Inc.: San Diego, CA, USA, 2016; Volume 29, pp. 82–90. [Google Scholar]
- Zhao, A.; Balakrishnan, G.; Durand, F.; Guttag, J.V.; Dalca, A.V. Data Augmentation Using Learned Transformations for One-shot Medical Image Segmentation. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, Long Beach, CA, USA, 15–20 June 2019; IEEE: New York, NY, USA, 2019; pp. 8543–8553. [Google Scholar]
- Dalca, A.V.; Guttag, J.; Sabuncu, M.R. Anatomical Priors in Convolutional Networks for Unsupervised Biomedical Segmentation. In Proceedings of the 2018 IEEE/CVF Conference on Computer Vision and Pattern Recognition, Salt Lake City, UT, USA, 18–23 June 2018; IEEE: New York, NY, USA, 2018; pp. 9290–9299. [Google Scholar]
- Xie, J.; Zheng, Z.; Gao, R.; Wang, W.; Zhu, S.-C.; Wu, Y.N. Learning Descriptor Networks for 3D Shape Synthesis and Analysis. In Proceedings of the 2018 IEEE/CVF Conference on Computer Vision and Pattern Recognition, Salt Lake City, UT, USA, 18–23 June 2018; IEEE: New York, NY, USA, 2018; pp. 8629–8638. [Google Scholar]
- Baur, C.; Denner, S.; Wiestler, B.; Navab, N.; Albarqouni, S. Autoencoders for unsupervised anomaly segmentation in brain MR images: A comparative study. Med. Image Anal. 2021, 69, 101952. [Google Scholar] [CrossRef] [Scilit]
- Luo, G.; Blumenthal, M.; Heide, M.; Uecker, M. Bayesian MRI reconstruction with joint uncertainty estimation using diffusion models. Magn. Reason. Med. 2023, 90, 295–311. [Google Scholar] [CrossRef] [Scilit]
- Khader, F.; Müller-Franzes, G.; Arasteh, S.T.; Han, T.; Haarburger, C.; Schulze-Hagen, M.; Schad, P.; Engelhardt, S.; Baeßler, B.; Foersch, S.; et al. Denoising diffusion probabilistic models for 3D medical image generation. Sci. Rep. 2023, 13, 7303. [Google Scholar] [CrossRef] [Scilit]
- Chen, H.; Zhang, Y.; Kalra, M.K.; Lin, F.; Chen, Y.; Liao, P.; Zhou, J.; Wang, G. Low-dose CT with a residual encoder-decoder convolutional neural network. IEEE Trans. Med. Imaging 2017, 36, 2524–2535. [Google Scholar] [CrossRef] [Scilit]
- Maspero, M.; Savenije, M.H.F.; Dinkla, A.M.; Seevinck, P.R.; Intven, M.P.W.; Juergenliemk-Schulz, I.M.; Kerkmeijer, L.G.W.; Berg, C.A.T.V.D. Dose evaluation of fast synthetic-CT generation using a generative adversarial network for general pelvis MR-only radiotherapy. Phys. Med. Biol. 2018, 63, 185001. [Google Scholar] [CrossRef] [Scilit]
- Reed, A.W.; Kim, H.; Anirudh, R.; Mohan, K.A.; Champley, K.; Kang, J.; Jayasuriya, S. Dynamic CT Reconstruction from Limited Views with Implicit Neural Representations and Parametric Motion Fields. In Proceedings of the 2021 IEEE/CVF International Conference on Computer Vision (ICCV), Montreal, QC, Canada, 10–17 October 2021; IEEE: New York, NY, USA, 2021; pp. 2258–2268. [Google Scholar]
- Kunz, J.F.; Ruschke, S.; Heckel, R. Implicit neural networks with Fourier-feature inputs for free-breathing cardiac MRI reconstruction. IEEE Trans. Comput. Imaging 2024, 10, 1280–1289. [Google Scholar] [CrossRef] [Scilit]
- Song, Y.; Sohl-Dickstein, J.; Kingma, D.P.; Kumar, A.; Ermon, S.; Poole, B. Score-based generative modeling through stochastic differential equations. arXiv 2021, arXiv:2011.13456. [Google Scholar]
- Pinaya, W.H.L.; Tudosiu, P.-D.; Dafflon, J.; Da Costa, P.F.; Fernandez, V.; Nachev, P.; Ourselin, S.; Cardoso, M.J. Brain imaging generation with latent diffusion models. In Deep Generative Models—DGM4MICCAI 2022 Workshop; Springer: Berlin/Heidelberg, Germany, 2022; Volume 13609, pp. 117–126. [Google Scholar] [CrossRef] [Scilit]
- Wolleb, J.; Sandkühler, R.; Bieder, F.; Valmaggia, P.; Cattin, P.C. Diffusion models for implicit image segmentation ensembles. In Proceedings of the 5th International Conference on Medical Imaging with Deep Learning; PMLR: New York, NY, USA, 2022. [Google Scholar]
- Gong, K.; Johnson, K.; El Fakhri, G.; Li, Q.; Pan, T. PET image denoising based on denoising diffusion probabilistic model. Eur. J. Nucl. Med. Mol. Imaging 2024, 51, 358–368. [Google Scholar] [CrossRef] [Scilit]
- Chung, H.; Kim, J.; McCann, M.T.; Klasky, M.L.; Ye, J.C. Diffusion posterior sampling for general noisy inverse problems. In Proceedings of the International Conference on Learning Representations, Kigali, Rwanda, 1–5 May 2023. [Google Scholar]
- Dewey, B.E.; Zhao, C.; Reinhold, J.C.; Carass, A.; Fitzgerald, K.C.; Sotirchos, E.S.; Saidha, S.; Oh, J.; Pham, D.L.; Calabresi, P.A.; et al. DeepHarmony: A deep learning approach to contrast harmonization across scanner changes. NeuroImage Clin. 2019, 24, 101945. [Google Scholar]
- Zha, R.; Zhang, Y.; Li, H. NAF: Neural Attenuation Fields for Sparse-View CBCT Reconstruction. In Proceedings of the 25th International Conference on Medical Image Computing and Computer Assisted Intervention (MICCAI 2022), Singapore, 18–22 September 2022; pp. 442–452. [Google Scholar]
- Elbakri, I.A.; Fessler, J.A. Statistical image reconstruction for polyenergetic X-ray computed tomography. IEEE Trans. Med. Imaging 2002, 21, 89–99. [Google Scholar] [CrossRef] [Scilit]
- Ozbey, M.; Dalmaz, O.; Dar, S.U.H.; Bedel, H.A.; Özturk, Ş.; Güngör, A.; Çukur, T. Unsupervised medical image translation with adversarial diffusion models. IEEE Trans. Med. Imaging 2023, 42, 3524–3539. [Google Scholar] [CrossRef] [Scilit]
- Luo, X.; Chen, J.; Song, T.; Wang, G.; Zhang, S. Semi-supervised medical image segmentation through dual-task consistency. In Proceedings of the Thirty-Fifth AAAI Conference on Artificial Intelligence; AAAI Press: Palo Alto, CA, USA, 2021; Volume 35, pp. 8801–8809. [Google Scholar]
- Wang, Y.; Zhou, L.; Yu, B.; Wang, L.; Zu, C.; Lalush, D.S.; Lin, W.; Wu, X.; Zhou, J.; Shen, D. 3D auto-context-based locality adaptive multi-modality GANs for PET synthesis. IEEE Trans. Med. Imaging 2019, 38, 1328–1339. [Google Scholar] [CrossRef] [Scilit]
- Gong, C.; Huang, Y.; Luo, M.; Cao, S.; Gong, X.; Ding, S.; Yuan, X.; Zheng, W.; Zhang, Y. Channel-wise attention enhanced and structural similarity constrained cycleGAN for effective synthetic CT generation from head and neck MRI images. Radiat. Oncol. 2024, 19, 37. [Google Scholar] [CrossRef] [Scilit]
- Pan, S.; Abouei, E.; Wynne, J.; Chang, C.W.; Wang, T.; Qiu, R.L.; Li, Y.; Peng, J.; Roper, J.; Patel, P.; et al. Synthetic CT generation from MRI using 3D transformer-based denoising diffusion model. Med. Phys. 2024, 51, 2538–2548. [Google Scholar] [CrossRef] [Scilit]
- Li, Y.; Yakushev, I.; Hedderich, D.M.; Wachinger, C. Translating MRI to PET through conditional diffusion models with enhanced pathology awareness. Med. Image Anal. 2026, 111, 104035. [Google Scholar] [CrossRef] [Scilit]
- Ni, Y.; Ma, J.; Chen, J. Medical volume CT-to-MRI translation with multi-dimensional diffusion architecture. Biomed. Signal Process. Control 2026, 112, 108627. [Google Scholar] [CrossRef] [Scilit]
- Billot, B.; Greve, D.N.; Puonti, O.; Thielscher, A.; Van Leemput, K.; Fischl, B.; Dalca, A.V.; Iglesias, J.E. SynthSeg: Segmentation of brain MRI scans of any contrast and resolution without retraining. Med. Image Anal. 2023, 86, 102789. [Google Scholar] [CrossRef] [Scilit]
- Pan, S.; Abouei, E.; Peng, J.; Qian, J.; Wynne, J.F.; Wang, T.; Chang, C.W.; Roper, J.; Nye, J.A.; Mao, H.; et al. Full-dose whole-body PET synthesis from low-dose PET using high-efficiency denoising diffusion probabilistic model: PET consistency model. Med. Phys. 2024, 51, 5468–5478. [Google Scholar] [CrossRef] [Scilit]
- Ktena, I.; Wiles, O.; Albuquerque, I.; Rebuffi, S.A.; Tanno, R.; Roy, A.G.; Azizi, S.; Belgrave, D.; Kohli, P.; Cemgil, T.; et al. Generative models improve fairness of medical classifiers under distribution shifts. Nat. Med. 2024, 30, 1166–1173. [Google Scholar] [CrossRef] [Scilit]
- Sambhu, P.; Guin, O.; Sambhu, M.; Cha, J. Curriculum learning with synthetic data for enhanced pulmonary nodule detection in chest radiographs. arXiv 2025, arXiv:2510.07681. [Google Scholar]
- Lyu, X.; Dong, L.; Fan, Z.; Sun, Y.; Zhang, X.; Liu, N.; Wang, D. Artificial intelligence-based graded training of pulmonary nodules for junior radiology residents and medical imaging students. BMC Med. Educ. 2024, 24, 740. [Google Scholar] [CrossRef] [Scilit]
- Qian, S.; Ugurlu, D.; Fairweather, E.; Toso, L.D.; Deng, Y.; Strocchi, M.; Cicci, L.; Jones, R.E.; Zaidi, H.; Prasad, S.; et al. Developing cardiac digital twin populations powered by machine learning provides electrophysiological insights in conduction and repolarization. Nat. Cardiovasc. Res. 2025, 4, 624–636. [Google Scholar] [CrossRef] [Scilit]
- Koopsen, T.; Gerrits, W.; van Osta, N.; van Loon, T.; Wouters, P.; Prinzen, F.W.; Cicci, L.; Jones, R.E.; Zaidi, H.; Prasad, S.; et al. Virtual pacing of a patient’s digital twin to predict left ventricular reverse remodelling after cardiac resynchronization therapy. Europace 2024, 26, euae009. [Google Scholar] [CrossRef] [Scilit]
- Thangaraj, P.M.; Benson, S.H.; Oikonomou, E.K.; Asselbergs, F.W.; Khera, R. Cardiovascular care with digital twin technology in the era of generative artificial intelligence. Eur. Heart J. 2024, 45, 4808–4821. [Google Scholar] [CrossRef] [Scilit]
- Kulkarni, P.; Kanhere, A.; Kukreja, H.; Zhang, V.; Yi, P.H.; Parekh, V.S. Improving multi-center generalizability of GAN-based fat suppression using federated learning. arXiv 2024, arXiv:2404.07374. [Google Scholar]
- Perumal, M.; Srinivas, M. FMed-diffusion federated learning on medical image diffusion. bioRxiv 2025. [Google Scholar] [CrossRef] [Scilit]
- Baid, U.; Ghodasara, S.; Mohan, S.; Bilello, M.; Calabrese, E.; Colak, E.; Farahani, K.; Kalpathy-Cramer, J.; Kitamura, F.C.; Pati, S.; et al. The RSNA-ASNR-MICCAI BraTS 2021 benchmark on brain tumor segmentation and radiogenomic classification. arXiv 2021, arXiv:2107.02314. [Google Scholar]
- Li, H.; Conte, G.M.; Anwar, S.M.; Kofler, F.; Ezhov, I.; van Leemput, K.; Piraud, M.; Diaz, M.; Cole, B.; Calabrese, E.; et al. Brain Tumor Segmentation (BraTS) challenge 2023: Brain MR image synthesis for tumor segmentation (BraSyn). arXiv 2023, arXiv:2305.09011. [Google Scholar]
- Armato, S.G., III; McLennan, G.; Bidaut, L.; McNitt-Gray, M.F.; Meyer, C.R.; Reeves, A.P.; Zhao, B.; Aberle, D.R.; Henschke, C.I.; Hoffman, E.A.; et al. The lung image database consortium (LIDC) and image database resource initiative (IDRI): A completed reference database of lung nodules on CT scans. Med. Phys. 2011, 38, 915–931. [Google Scholar] [CrossRef] [Scilit]
- Zbontar, J.; Knoll, F.; Sriram, A.; Murrell, T.; Huang, Z.; Muckley, M.J.; Defazio, A.; Stern, R.; Johnson, P.; Bruno, M.; et al. FastMRI: An open dataset and benchmarks for accelerated MRI. arXiv 2018, arXiv:1811.08839. [Google Scholar]
- Kavur, A.E.; Gezer, N.S.; Barış, M.; Aslan, S.; Conze, P.-H.; Groza, V.; Pham, D.D.; Chatterjee, S.; Ernst, P.; Özkan, S.; et al. CHAOS challenge—Combined (CT-MR) healthy abdominal organ segmentation. Med. Image Anal. 2021, 69, 101950. [Google Scholar] [CrossRef] [Scilit]
- Bernard, O.; Lalande, A.; Zotti, C.; Cervenansky, F.; Yang, X.; Heng, P.A.; Cetin, I.; Lekadir, K.; Camara, O.; Gonzalez Ballester, M.A.; et al. Deep learning for automatic MRI cardiac multi-structures segmentation and diagnosis. IEEE Trans. Med. Imaging 2018, 37, 2514–2525. [Google Scholar] [CrossRef] [Scilit]
- Jack, C.R., Jr.; Bernstein, M.A.; Fox, N.C.; Thompson, P.; Alexander, G.; Harvey, D.; Borowski, B.; Britson, P.J.; L Whitwell, J.; Ward, C.; et al. The Alzheimer’s Disease Neuroimaging Initiative (ADNI): MRI methods. J. Magn. Reson. Imaging 2008, 27, 685–691. [Google Scholar] [CrossRef] [Scilit]
- McCollough, C.; Chen, B.; Holmes, D.; Duan, X.; Yu, Z.; Xu, L.; Leng, S.; Fletcher, J. Low dose CT image and projection data [data set]. Cancer Imaging Arch. 2020, 10, 174. [Google Scholar]
- Andrearczyk, V.; Oreiller, V.; Abobakr, M.; Akhavanallaf, A.; Balermpas, P.; Boughdad, S.; Capriotti, L.; Castelli, J.; Le Rest, C.C.; Decazes, P.; et al. Overview of the HECKTOR challenge at MICCAI 2022: Automatic head and neck tumor segmentation and outcome prediction in PET/CT. In Head and Neck Tumor Segmentation and Outcome Prediction; Springer: Cham, Switzerland, 2023. [Google Scholar] [CrossRef] [Scilit]
- Wijethilake, N.; Dorent, R.; Ivory, M.; Kujawa, A.; Cornelissen, S.; Langenhuizen, P.; Okasha, M.; Oviedova, A.; Dong, H.; Kang, B.; et al. CrossMoDA Challenge: Evolution of cross-modality domain adaptation techniques for VS segmentation 2021–2023. arXiv 2025, arXiv:2506.12006. [Google Scholar]
- Farhoudian, A.; Heidari, A.; Shahhosseini, R. A new era in colorectal cancer: Artificial Intelligence at the forefront. Comput. Biol. Med. 2025, 196, 110926. [Google Scholar] [CrossRef] [Scilit]
- Toumaj, S.; Heidari, A. Explainable artificial intelligence in neurology: A holistic exploration of models for diagnosis, progression tracking, and treatment planning. Artif. Intell. Rev. 2026, 59, 217. [Google Scholar] [CrossRef] [Scilit]
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2026 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license.





