REVIEW 4 major objections 8 minor 62 references
Diffusion-Based Approaches in Medical Image Generation and Analysis
T0 review · 4 major / 8 minor · reviewed 2026-08-11 · deepseek-v4-flash
Pith's one-line read Trained only on diffusion-generated images, CNNs classify real medical images at 78–91% accuracy across three domains.
desk verdict Plausible numbers, untested headline: no CNN is ever trained on real data, and the synthetic labels' provenance is never established. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is the denoising diffusion probabilistic model (DDPM), trained by adding Gaussian noise to images in a forward Markov chain and learning to reverse that noising, so new images can be sampled from random noise. The paper trains one such model per domain on a stratified 20% sample, then uses the trained reverse process to generate large synthetic datasets with fixed per-class counts. Those synthetic datasets feed eight pretrained CNN architectures under 5-fold cross-validation, and LIME is applied to the top model in each domain to show which image regions drove predictions. The DDPM supplies the realism of the training data; the CNN supplies the classification; LIME supplies the interpretability.
What would settle it
Take the trained diffusion model, generate synthetic images for each declared class, and check whether images from the same class are more similar to each other than to images from other classes; if the classes are not separable, the reported CNN accuracies cannot be caused by class-specific content.
Extended reading notes
Core claim
The central claim is that a diffusion model can generate synthetic medical images statistically similar enough to real ones that CNNs trained exclusively on them classify real, unseen images at useful accuracy. On the three test domains, no real training images were used: the synthetic sets were built by sampling 1000–1700 images per class from the trained diffusion model, and CNN training, validation, and early stopping all used synthetic data. The best per-domain results are attributed to ResNet-50 for COVID CT, VGG-19 for brain tumor MRI, and DenseNet-121 for leukemia, with precision, recall, and F1-score in the same range. LIME heatmaps are offered as evidence that the models attend to disease-relevant regions rather than to artifacts. The paper presents the outcome as demonstrating potential, not as a finished clinical solution.
Load-bearing premise
The experiment assumes every synthetic image carries the correct disease label, but the paper never explains how labels are assigned and says it does not use a conditional diffusion model.
Editorial extensions
If this is right
- If the central claim is correct, medical image classification pipelines can be built with zero real training images, leaving real data only for final evaluation.
- Synthetic data could be shared openly without exposing patient-level information, since generated images are not recordings of any individual.
- The 91.38% leukemia result suggests diffusion-generated data may be most useful where class differences are visually well defined, such as blood cell morphology.
- Architecture choice matters on synthetic data: the best model differed by domain, so a single default CNN is not the right recommendation.
- A practical route opens for rare diseases: a small sample of available images could be expanded into a large, balanced training set, mitigating class imbalance.
Reading between the lines
- My inference: the comparative claim that synthetic training matches real-data training is not tested in this paper, since no CNNs trained on the original real images are reported as a baseline.
- My inference: a direct next step would be training identical CNN architectures on the original 80% real data and on synthetic data, then comparing test accuracy and LIME maps to see whether synthetic-only training truly closes the gap.
- My inference: because the paper says it does not use a conditional diffusion model yet later says the architecture leverages labels, the most direct extension is to repeat the pipeline with an explicitly label-conditioned DDPM and verify that generated images track their declared classes.
- My inference: if verified, the approach could extend beyond classification to segmentation and anomaly detection, but those tasks require pixel-level label fidelity that the current study does not evaluate.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper investigates whether synthetic medical images generated by a diffusion model can be used to train CNN classifiers for three domains: brain tumor MRI, acute lymphoblastic leukemia microscopy, and SARS-CoV-2 CT scans. A diffusion model is trained on a stratified 20% sample of each real dataset; synthetic datasets of 1,000–1,700 images per class are generated; eight CNN architectures are trained on the synthetic data and evaluated on the untouched 80% real split. The authors report test accuracies up to 78.24%, 86.46%, and 91.38%, respectively, and present LIME explanations for the best models. The central claim, stated in the abstract, is that diffusion-generated samples can help CNNs perform comparably to models trained on original datasets, thereby reducing reliance on patient-specific data. As detailed below, this comparative claim is not tested by the experiments, and the label-assignment protocol for the synthetic images is internally inconsistent.
Significance. If the results were properly supported, the paper would provide a useful proof-of-concept that diffusion-model-synthesized medical images can carry enough class-discriminative information to train CNNs, with an evaluation against a real external holdout that is not circular. The use of multiple medical domains, multiple architectures, and a real-image test set are genuine strengths. However, the paper does not establish the advertised comparison with models trained on original data, and the provenance of the synthetic labels—a precondition for interpreting any of the reported accuracies—is not defined. These are not presentation issues; they are load-bearing gaps in the experimental design. The paper also does not release code, data, or trained models, and it contains unresolved placeholders, so the experiments cannot be independently checked. The significance of the contribution therefore cannot be assessed at this stage.
major comments (4)
- [§4.3, §4.4, Table 1]
- [Abstract, §5.4, §5.6]
- [§4.5, §5.4]
- [§4.5, §4.6, Table 2]
minor comments (8)
- [§4.3]
- [Eq. (10), Eq. (11)]
- [Eq. (14)]
- [§5.4]
- [§4.7]
- [§5.3, Table 1]
- [References]
- [§4.1, Data Availability]
Circularity Check
No circular derivation; the central evaluation uses an external real-image holdout, so the accuracy results are not constructed from their inputs.
full rationale
The paper's central claim is that CNN models trained on diffusion-generated synthetic medical images can classify unseen real medical images. That claim is tested against an untouched 80% split of the original real datasets (Section 4.6), so the reported test accuracies are measured on data external to the training pipeline and are not fitted parameters relabeled as predictions. No equation in the paper defines a target quantity in terms of itself, and no load-bearing result is imported from the authors' own prior work; in fact, the reference list contains no self-citations by the author team. The abstract's comparison to models trained on original datasets is not actually run, and the provenance of the synthetic-image labels is underspecified (Sections 4.3 and 4.4 first deny and then assert label conditioning), but these are reproducibility and validity gaps rather than circular reasoning. Because the evaluation benchmark is genuinely external and no derived quantity reduces by construction to an input, the circularity score is 0.
Assumptions & free parameters
free parameters (5)
- Stratified sample fraction =
0.20
- Synthetic dataset size per class =
1700 (MRI), 1000 (ALL), 1500 (CT)
- CNN training hyperparameters =
not reported
- Diffusion model hyperparameters =
not reported
- Early stopping patience =
not reported
assumptions (4)
- domain assumption The diffusion model trained on a 20% stratified sample captures the full class-conditional image distribution.
- domain assumption Synthetic images are assigned the correct class labels.
- domain assumption ImageNet-pretrained weights (if used) provide a useful inductive bias for medical images.
- standard math DDPM theory as presented by Ho et al. is correct.
Cite this review
Pith. "Pith review of Diffusion-Based Approaches in Medical Image Generation and Analysis." pith.science (2026). https://pith.science/paper/NJ4JIWDP
@misc{pith2026241216860,
author = {Pith},
title = {Pith review of: Diffusion-Based Approaches in Medical Image Generation and Analysis},
year = {2026},
howpublished = {\url{https://pith.science/paper/NJ4JIWDP}},
note = {Machine review of arXiv:2412.16860}
}
read the original abstract
Data scarcity in medical imaging poses significant challenges due to privacy concerns. Diffusion models, a recent generative modeling technique, offer a potential solution by generating synthetic and realistic data. However, questions remain about the performance of convolutional neural network (CNN) models on original and synthetic datasets. If diffusion-generated samples can help CNN models perform comparably to those trained on original datasets, reliance on patient-specific data for training CNNs might be reduced. In this study, we investigated the effectiveness of diffusion models for generating synthetic medical images to train CNNs in three domains: Brain Tumor MRI, Acute Lymphoblastic Leukemia (ALL), and SARS-CoV-2 CT scans. A diffusion model was trained to generate synthetic datasets for each domain. Pre-trained CNN architectures were then trained on these synthetic datasets and evaluated on unseen real data. All three datasets achieved promising classification performance using CNNs trained on synthetic data. Local Interpretable Model-Agnostic Explanations (LIME) analysis revealed that the models focused on relevant image features for classification. This study demonstrates the potential of diffusion models to generate synthetic medical images for training CNNs in medical image analysis.
Figures
Figures from the paper (4 more)
Reference graph
Works this paper leans on
-
[1]
A survey on deep learning in medical image analysis
Geert Litjens, Thijs Kooi, Babak Ehteshami Bejnordi, Arnaud Arindra Adiyoso Setio, Francesco Ciompi, Mohsen Ghafoorian, Jeroen Awm Van Der Laak, Bram Van Ginneken, and Clara I Sánchez. A survey on deep learning in medical image analysis. Medical image analysis, 42:60–88, 2017
2017
-
[2]
Automated melanoma recognition in dermoscopy images via very deep residual networks
Lequan Yu, Hao Chen, Qi Dou, Jing Qin, and Pheng-Ann Heng. Automated melanoma recognition in dermoscopy images via very deep residual networks. IEEE transactions on medical imaging, 36(4):994–1004, 2016
work page 2016
-
[3]
Envy-free division using mapping degree
Sergey Avvakumov and Roman Karasev. Envy-free division using mapping degree. Mathematika, 67(1):36–53, 2021
2021
-
[4]
Brain imaging generation with latent diffusion models
Walter HL Pinaya, Petru-Daniel Tudosiu, Jessica Dafflon, Pedro F Da Costa, Virginia Fernandez, Parashkev Nachev, Sebastien Ourselin, and M Jorge Cardoso. Brain imaging generation with latent diffusion models. In MICCAI Workshop on Deep Generative Models, pages 117–126. Springer, 2022
2022
-
[5]
Unsupervised medical image translation with adversarial diffusion models
Muzaffer Özbey, Onat Dalmaz, Salman UH Dar, Hasan A Bedel, ¸ Saban Özturk, Alper Güngör, and Tolga Çukur. Unsupervised medical image translation with adversarial diffusion models. IEEE Transactions on Medical Imaging, 2023
2023
-
[6]
Score-based diffusion models for accelerated mri
Hyungjin Chung and Jong Chul Ye. Score-based diffusion models for accelerated mri. Medical image analysis, 80:102479, 2022. 16 A PREPRINT - D ECEMBER 24, 2024
work page 2022
-
[7]
Diffusion models for implicit image segmentation ensembles
Julia Wolleb, Robin Sandkühler, Florentin Bieder, Philippe Valmaggia, and Philippe C Cattin. Diffusion models for implicit image segmentation ensembles. In International Conference on Medical Imaging with Deep Learning, pages 1336–1348. PMLR, 2022
work page 2022
-
[8]
Unified representation learning for efficient medical image analysis
Ghada Zamzmi, Sivaramakrishnan Rajaraman, and Sameer Antani. Unified representation learning for efficient medical image analysis. arXiv preprint arXiv:2006.11223, 2020
arXiv 2006
Show all 62 references
-
[9]
Generative adversarial nets
Ian Goodfellow, Jean Pouget-Abadie, Mehdi Mirza, Bing Xu, David Warde-Farley, Sherjil Ozair, Aaron Courville, and Yoshua Bengio. Generative adversarial nets. Advances in neural information processing systems, 27, 2014
2014
-
[10]
Image-to-image translation with conditional adversarial networks
Phillip Isola, Jun-Yan Zhu, Tinghui Zhou, and Alexei A Efros. Image-to-image translation with conditional adversarial networks. In Proceedings of the IEEE conference on computer vision and pattern recognition, pages 1125–1134, 2017
2017
-
[11]
Ct-realistic data augmentation using generative adversarial network for robust lymph node segmentation
You-Bao Tang, Sooyoun Oh, Yu-Xing Tang, Jing Xiao, and Ronald M Summers. Ct-realistic data augmentation using generative adversarial network for robust lymph node segmentation. In Medical Imaging 2019: Computer- Aided Diagnosis, volume 10950, pages 976–981. SPIE, 2019
2019
-
[12]
Retinal blood vessel segmentation using pix2pix gan
Dan Popescu, Mihaela Deaconu, Loretta Ichim, and Grigore Stamatescu. Retinal blood vessel segmentation using pix2pix gan. In 2021 29th Mediterranean Conference on Control and Automation (MED) , pages 1173–1178. IEEE, 2021
2021
-
[13]
Generating synthetic images for healthcare with novel deep pix2pix gan
Abeer Aljohani and Nawaf Alharbe. Generating synthetic images for healthcare with novel deep pix2pix gan. Electronics, 11(21):3470, 2022
2022
-
[14]
Pix2pix generative adversarial network for low dose myocardial perfusion spect denoising
Jingzhang Sun, Yu Du, ChienYing Li, Tung-Hsin Wu, BangHung Yang, and Greta SP Mok. Pix2pix generative adversarial network for low dose myocardial perfusion spect denoising. Quantitative imaging in medicine and surgery, 12(7):3539, 2022
2022
-
[15]
Unpaired image-to-image translation using cycle-consistent adversarial networks
Jun-Yan Zhu, Taesung Park, Phillip Isola, and Alexei A Efros. Unpaired image-to-image translation using cycle-consistent adversarial networks. In Proceedings of the IEEE international conference on computer vision, pages 2223–2232, 2017
2017
-
[16]
Reduction of metal artefacts in ct with cycle-gan
Muge Du, Kaichao Liang, and Yuxiang Xing. Reduction of metal artefacts in ct with cycle-gan. In 2018 IEEE Nuclear Science Symposium and Medical Imaging Conference Proceedings (NSS/MIC), pages 1–3. IEEE, 2018
2018
-
[17]
Unpaired brain mr-to-ct synthesis using a structure-constrained cyclegan
Heran Yang, Jian Sun, Aaron Carass, Can Zhao, Junghoon Lee, Zongben Xu, and Jerry Prince. Unpaired brain mr-to-ct synthesis using a structure-constrained cyclegan. In Deep Learning in Medical Image Analysis and Multimodal Learning for Clinical Decision Support: 4th Internation...
2018
-
[18]
Ct synthesis from mri using multi-cycle gan for head-and-neck radiation therapy
Yanxia Liu, Anni Chen, Hongyu Shi, Sijuan Huang, Wanjia Zheng, Zhiqiang Liu, Qin Zhang, and Xin Yang. Ct synthesis from mri using multi-cycle gan for head-and-neck radiation therapy. Computerized medical imaging and graphics, 91:101953, 2021
2021
-
[19]
Paired cycle-gan-based image correction for quantitative cone-beam computed tomography
Joseph Harms, Yang Lei, Tonghe Wang, Rongxiao Zhang, Jun Zhou, Xiangyang Tang, Walter J Curran, Tian Liu, and Xiaofeng Yang. Paired cycle-gan-based image correction for quantitative cone-beam computed tomography. Medical physics, 46(9):3998–4009, 2019
2019
-
[20]
A style-based generator architecture for generative adversarial networks
Tero Karras, Samuli Laine, and Timo Aila. A style-based generator architecture for generative adversarial networks. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 4401–4410, 2019
2019
-
[21]
Latent space manipulation for high-resolution medical image synthesis via the stylegan.Zeitschrift für Medizinische Physik, 30(4):305–314, 2020
Lukas Fetty, Mikael Bylund, Peter Kuess, Gerd Heilemann, Tufve Nyholm, Dietmar Georg, and Tommy Löfstedt. Latent space manipulation for high-resolution medical image synthesis via the stylegan.Zeitschrift für Medizinische Physik, 30(4):305–314, 2020
2020
-
[22]
Pre-trained stylegan based data augmentation for small sample brain ct motion artifacts detection
Kang Su, Erning Zhou, Xiaoyu Sun, Che Wang, Dan Yu, and Xianlu Luo. Pre-trained stylegan based data augmentation for small sample brain ct motion artifacts detection. In International Conference on Advanced Data Mining and Applications, pages 339–346. Springer, 2020
2020
-
[23]
3d-stylegan: A style-based generative adversarial network for generative modeling of three- dimensional medical images
Sungmin Hong, Razvan Marinescu, Adrian V Dalca, Anna K Bonkhoff, Martin Bretzner, Natalia S Rost, and Polina Golland. 3d-stylegan: A style-based generative adversarial network for generative modeling of three- dimensional medical images. In Deep Generative Models, and Data Aug...
2021
-
[24]
Image super-resolution using progressive generative adversarial networks for medical image analysis
Dwarikanath Mahapatra, Behzad Bozorgtabar, and Rahil Garnavi. Image super-resolution using progressive generative adversarial networks for medical image analysis. Computerized Medical Imaging and Graphics , 71:30–39, 2019. 17 A PREPRINT - D ECEMBER 24, 2024
2019
-
[25]
Uncertainty-guided progressive gans for medical image translation
Uddeshya Upadhyay, Yanbei Chen, Tobias Hepp, Sergios Gatidis, and Zeynep Akata. Uncertainty-guided progressive gans for medical image translation. InMedical Image Computing and Computer Assisted Intervention– MICCAI 2021: 24th International Conference, Strasbourg, France, Sept...
2021
-
[26]
Medgan: Medical image translation using gans
Karim Armanious, Chenming Jiang, Marc Fischer, Thomas Küstner, Tobias Hepp, Konstantin Nikolaou, Sergios Gatidis, and Bin Yang. Medgan: Medical image translation using gans. Computerized medical imaging and graphics, 79:101684, 2020
2020
-
[27]
Auto-encoding variational bayes
Diederik P Kingma and Max Welling. Auto-encoding variational bayes. arXiv preprint arXiv:1312.6114, 2013
2013 arXiv
-
[28]
Nvae: A deep hierarchical variational autoencoder
Arash Vahdat and Jan Kautz. Nvae: A deep hierarchical variational autoencoder. Advances in neural information processing systems, 33:19667–19679, 2020
2020
-
[29]
Hierarchical probabilistic ultrasound image inpainting via variational inference
Alex Ling Yu Hung, Zhiqing Sun, Wanwen Chen, and John Galeotti. Hierarchical probabilistic ultrasound image inpainting via variational inference. In Deep Generative Models, and Data Augmentation, Labelling, and Imperfections: First Workshop, DGM4MICCAI 2021, and First Workshop...
2021
-
[30]
Pet denoising and uncertainty estimation based on nvae model
Jianan Cui, Yutong Xie, Kuang Gong, Kyungsang Kim, Jaewon Yang, Peder Larson, Thomas Hope, Spencer Behr, Youngho Seo, Huafeng Liu, et al. Pet denoising and uncertainty estimation based on nvae model. In 2021 IEEE Nuclear Science Symposium and Medical Imaging Conference (NSS/MI...
2021
-
[31]
Alignflow: Cycle consistent learning from multiple domains via normalizing flows
Aditya Grover, Christopher Chute, Rui Shu, Zhangjie Cao, and Stefano Ermon. Alignflow: Cycle consistent learning from multiple domains via normalizing flows. In Proceedings of the AAAI Conference on Artificial Intelligence, volume 34, pages 4028–4035, 2020
2020
-
[32]
Flow-based deformation guidance for unpaired multi- contrast mri image-to-image translation
Toan Duc Bui, Manh Nguyen, Ngan Le, and Khoa Luu. Flow-based deformation guidance for unpaired multi- contrast mri image-to-image translation. In Medical Image Computing and Computer Assisted Intervention– MICCAI 2020: 23rd International Conference, Lima, Peru, October 4–8, 20...
2020
-
[33]
Harmonization with flow-based causal inference
Rongguang Wang, Pratik Chaudhari, and Christos Davatzikos. Harmonization with flow-based causal inference. In Medical Image Computing and Computer Assisted Intervention–MICCAI 2021: 24th International Conference, Strasbourg, France, September 27–October 1, 2021, Proceedings, P...
2021
-
[34]
Med-cdiff: Conditional medical image generation with diffusion models
Alex Ling Yu Hung, Kai Zhao, Haoxin Zheng, Ran Yan, Steven S Raman, Demetri Terzopoulos, and Kyunghyun Sung. Med-cdiff: Conditional medical image generation with diffusion models. Bioengineering, 10(11):1258, 2023
2023
-
[35]
Denoising diffusion probabilistic models
Jonathan Ho, Ajay Jain, and Pieter Abbeel. Denoising diffusion probabilistic models. Advances in neural information processing systems, 33:6840–6851, 2020
2020
-
[36]
Diffusion models beat gans on image synthesis
Prafulla Dhariwal and Alexander Nichol. Diffusion models beat gans on image synthesis. Advances in neural information processing systems, 34:8780–8794, 2021
2021
-
[37]
Image super-resolution via iterative refinement
Chitwan Saharia, Jonathan Ho, William Chan, Tim Salimans, David J Fleet, and Mohammad Norouzi. Image super-resolution via iterative refinement. IEEE transactions on pattern analysis and machine intelligence , 45(4):4713–4726, 2022
2022
-
[38]
Solving linear inverse problems using the prior implicit in a denoiser
Zahra Kadkhodaie and Eero P Simoncelli. Solving linear inverse problems using the prior implicit in a denoiser. arXiv preprint arXiv:2007.13640, 2020
2007 arXiv
-
[39]
Sdedit: Guided image synthesis and editing with stochastic differential equations
Chenlin Meng, Yutong He, Yang Song, Jiaming Song, Jiajun Wu, Jun-Yan Zhu, and Stefano Ermon. Sdedit: Guided image synthesis and editing with stochastic differential equations. arXiv preprint arXiv:2108.01073, 2021
2021 arXiv
-
[40]
D2c: Diffusion-decoding models for few-shot conditional generation
Abhishek Sinha, Jiaming Song, Chenlin Meng, and Stefano Ermon. D2c: Diffusion-decoding models for few-shot conditional generation. Advances in Neural Information Processing Systems, 34:12533–12548, 2021
2021
-
[41]
Unit-ddpm: Unpaired image translation with denoising diffusion probabilistic models
Hiroshi Sasaki, Chris G Willcocks, and Toby P Breckon. Unit-ddpm: Unpaired image translation with denoising diffusion probabilistic models. arXiv preprint arXiv:2104.05358, 2021
2021 arXiv
-
[42]
Palette: Image-to-image diffusion models
Chitwan Saharia, William Chan, Huiwen Chang, Chris Lee, Jonathan Ho, Tim Salimans, David Fleet, and Mo- hammad Norouzi. Palette: Image-to-image diffusion models. In ACM SIGGRAPH 2022 conference proceedings, pages 1–10, 2022
2022
-
[43]
Patched diffusion models for unsupervised anomaly detection in brain mri
Finn Behrendt, Debayan Bhattacharya, Julia Krüger, Roland Opfer, and Alexander Schlaefer. Patched diffusion models for unsupervised anomaly detection in brain mri. In Medical Imaging with Deep Learning , pages 1019–1032. PMLR, 2024. 18 A PREPRINT - D ECEMBER 24, 2024
2024
-
[44]
Ambiguous medical image segmentation using diffusion models
Aimon Rahman, Jeya Maria Jose Valanarasu, Ilker Hacihaliloglu, and Vishal M Patel. Ambiguous medical image segmentation using diffusion models. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 11536–11546, 2023
2023
-
[45]
Medsegdiff: Medical image segmentation with diffusion probabilistic model
Junde Wu, Rao Fu, Huihui Fang, Yu Zhang, Yehui Yang, Haoyi Xiong, Huiying Liu, and Yanwu Xu. Medsegdiff: Medical image segmentation with diffusion probabilistic model. In Medical Imaging with Deep Learning, pages 1623–1639. PMLR, 2024
2024
-
[46]
Stochastic segmentation with conditional categorical diffusion models
Lukas Zbinden, Lars Doorenbos, Theodoros Pissas, Adrian Thomas Huber, Raphael Sznitman, and Pablo Márquez- Neila. Stochastic segmentation with conditional categorical diffusion models. In Proceedings of the IEEE/CVF International Conference on Computer Vision, pages 1119–1129, 2023
2023
-
[47]
Berdiff: Conditional bernoulli diffusion model for medical image segmentation
Tao Chen, Chenhui Wang, and Hongming Shan. Berdiff: Conditional bernoulli diffusion model for medical image segmentation. In International Conference on Medical Image Computing and Computer-Assisted Intervention, pages 491–501. Springer, 2023
2023
-
[48]
High-frequency space diffusion model for accelerated mri
Chentao Cao, Zhuo-Xu Cui, Yue Wang, Shaonan Liu, Taijin Chen, Hairong Zheng, Dong Liang, and Yanjie Zhu. High-frequency space diffusion model for accelerated mri. IEEE Transactions on Medical Imaging, 2024
2024
-
[49]
Bayesian mri reconstruction with joint uncertainty estimation using diffusion models
Guanxiong Luo, Moritz Blumenthal, Martin Heide, and Martin Uecker. Bayesian mri reconstruction with joint uncertainty estimation using diffusion models. Magnetic Resonance in Medicine, 90(1):295–311, 2023
2023
-
[50]
Measurement-conditioned denoising diffusion probabilistic model for under- sampled medical image reconstruction
Yutong Xie and Quanzheng Li. Measurement-conditioned denoising diffusion probabilistic model for under- sampled medical image reconstruction. In International Conference on Medical Image Computing and Computer- Assisted Intervention, pages 655–664. Springer, 2022
2022
-
[51]
Density estimation using real nvp
Laurent Dinh, Jascha Sohl-Dickstein, and Samy Bengio. Density estimation using real nvp. arXiv preprint arXiv:1605.08803, 2016
2016 arXiv
-
[52]
Tackling the generative learning trilemma with denoising diffusion gans
Zhisheng Xiao, Karsten Kreis, and Arash Vahdat. Tackling the generative learning trilemma with denoising diffusion gans. arXiv preprint arXiv:2112.07804, 2021
2021 arXiv
-
[53]
Stabilizing generative adversarial networks: A survey
Maciej Wiatrak, Stefano V Albrecht, and Andrew Nystrom. Stabilizing generative adversarial networks: A survey. arXiv preprint arXiv:1910.00927, 2019
1910 arXiv
-
[54]
Spectral normalization for generative adversarial networks
Takeru Miyato, Toshiki Kataoka, Masanori Koyama, and Yuichi Yoshida. Spectral normalization for generative adversarial networks. arXiv preprint arXiv:1802.05957, 2018
2018 arXiv
-
[55]
A novel framework for selection of gans for an application
Tanya Motwani and Manojkumar Parmar. A novel framework for selection of gans for an application. arXiv preprint arXiv:2002.08641, 2020
2002 arXiv
-
[56]
Hyperspherical variational auto-encoders
Tim R Davidson, Luca Falorsi, Nicola De Cao, Thomas Kipf, and Jakub M Tomczak. Hyperspherical variational auto-encoders. arXiv preprint arXiv:1804.00891, 2018
2018 arXiv
-
[57]
Variational autoencoders and the variable collapse phenomenon
Andrea Asperti et al. Variational autoencoders and the variable collapse phenomenon. Sensors & Transducers, 234(6):1–8, 2019
2019
-
[58]
Survey of modern generative modelling
Christian Montecchiani. Survey of modern generative modelling. Science (CS-E4000), Fall 2022, 2022
2022
-
[59]
Diffusion models in medical imaging: A comprehensive survey
Amirhossein Kazerouni, Ehsan Khodapanah Aghdam, Moein Heidari, Reza Azad, Mohsen Fayyaz, Ilker Haci- haliloglu, and Dorit Merhof. Diffusion models in medical imaging: A comprehensive survey. Medical Image Analysis, page 102846, 2023
2023
-
[60]
Deep unsupervised learning using nonequilibrium thermodynamics
Jascha Sohl-Dickstein, Eric Weiss, Niru Maheswaranathan, and Surya Ganguli. Deep unsupervised learning using nonequilibrium thermodynamics. In International conference on machine learning, pages 2256–2265. PMLR, 2015
2015
-
[61]
Memory-efficient array redistri- bution through portable collective communication
Norman A Rink, Adam Paszke, Dimitrios Vytiniotis, and Georg Stefan Schmid. Memory-efficient array redistri- bution through portable collective communication. arXiv preprint arXiv:2112.01075, 2021
2021 arXiv
-
[62]
Generative modeling by estimating gradients of the data distribution
Yang Song and Stefano Ermon. Generative modeling by estimating gradients of the data distribution. Advances in neural information processing systems, 32, 2019. 19
2019
Reviewed August 11, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.