Pith. sign in

REVIEW 5 major objections 6 minor 212 references

Computationally Efficient Diffusion Models in Medical Imaging: A Comprehensive Review

T0 review · 5 major / 6 minor · reviewed 2026-08-15 · deepseek-v4-flash

Pith's one-line read This survey claims that no prior review has compared diffusion models on latency for gigapixel or 3D medical images, and positions WDM and LDM as the efficient answers.

desk verdict A survey with a useful categorization that is undermined by a false uniqueness claim, incomparable benchmark data, and corrupted equations; not ready for peer review. read the letter →

arxiv 2505.07866 v1 pith:DHQA5IL2 submitted 2025-05-09 eess.IV cs.AIcs.CV

classification eess.IVcs.AIcs.CV
keywords diffusionmodelsmedicalimaginglatentmodelwaveletinferencetimecomputationalefficiencygenerativesurvey
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This review claims that no earlier survey has directly compared diffusion models on latency and time complexity for extremely large medical images such as whole-slide histopathology and 3D MRI/CT. To fill that gap, it organizes the field into three model families — DDPM, LDM, and WDM — and compares them on image quality, stability, convergence, speed, and scalability. The survey's practical conclusion is that DDPM gives the highest quality but slowest sampling, LDM balances quality and speed by working in a compressed latent space, and WDM is fastest by diffusing in the wavelet domain. It matters because medical imaging needs fast, reliable generation at very high resolutions, where inference time is a real bottleneck. The paper argues that model selection should be application-specific rather than a single universal choice.

What carries the argument

The organizing machinery is a three-way taxonomy — DDPM, LDM, WDM — mapped against the generative learning trilemma (sample quality, sampling speed, and mode coverage/diversity), with comparisons carried by quality metrics such as Fréchet Inception Distance (FID), parameter counts, and wall-clock inference times. Within the taxonomy, the load-bearing mechanisms are the LDM's pre-trained autoencoder that shifts diffusion from pixel space to latent space, and the WDM's discrete wavelet transform that decomposes an image into four quarter-resolution subbands, reducing the diffusion computation by a factor of four. These two mechanisms are what the survey credits with closing the efficiency gap left by DDPM's step-by-step denoising.

What would settle it

Run DDPM, LDM, and WDM on the same machine and the same dataset (for example, CIFAR-10 or CelebA-HQ), measure FID and wall-clock sampling time with identical hardware and hyperparameters, and check whether WDM remains the fastest and LDM the balanced middle ground from the table.

Watch

Extended reading notes

Core claim

The paper's central claim is that a gap exists in the diffusion-model literature: existing surveys cover quality, applications, and general computational cost, but none specifically discusses latency and time complexity for extremely large high-resolution data such as whole-slide images or 3D MRI/CT. On the paper's own terms, filling that gap yields a consistent quality–speed–scalability ranking: DDPM leads in fidelity at the cost of slow iterative sampling (e.g., 80.5 seconds on CIFAR-10), LDM operates in the latent space of a pre-trained autoencoder to reach a middle ground, and WDM decomposes images with a discrete wavelet transform, cutting dimensionality fourfold and delivering the fastest reported times. This ordering supports the review's claim that WDM and LDM address the diffusion trilemma, and that applications requiring fine detail at speed — whole-slide pathology, 3D CT/MRI — are exactly where the choice of model matters most.

Load-bearing premise

The recommendation that LDM is balanced and WDM is fast depends on comparing FID and inference times reported in separate papers, on different datasets, with no shared hardware or error bars; if those numbers are not directly comparable, the ranking loses its support.

Editorial extensions

If this is right

  • For tasks where generation quality dominates and time is not critical, DDPM remains the strongest choice; on CIFAR-10 it reaches the best FID (3.21) but takes about 80.5 seconds.
  • For applications that need both quality and speed, LDM is the recommended middle ground, achieving competitive FID (4.98 on FFHQ) at about 0.43 seconds.
  • For speed-critical, detail-heavy cases such as whole-slide pathology, WDM is positioned as the fastest option (0.08 seconds on CIFAR-10 with FID 4.01) and best at preserving texture.
  • The survey claims to fill a gap no existing survey covers: latency and time complexity for extremely large high-resolution data such as whole-slide images and 3D MRI/CT.
  • Model selection should be application-specific rather than a single universal best model.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • Beyond the paper: a standardized benchmark that runs DDPM, LDM, and WDM on the same hardware, same dataset, and same resolution (ideally whole-slide images or 3D MRI/CT) would turn the survey's cross-paper numbers into a testable ranking.
  • Beyond the paper: because LDM loses fine details and WDM is moderate in sampling efficiency, a hybrid that first compresses into a latent space and then diffuses in the wavelet domain is a natural candidate for pushing both speed and texture fidelity.
  • Beyond the paper: for real-time clinical deployment, the survey's own ranking implies that DDPM would be used offline while WDM or distilled one-step variants are the route to interactive latency, an extension the review does not explore.
  • Beyond the paper: the reported gap also suggests that future medical-imaging surveys should report hardware, measurement protocol, and error bars so latency claims become reproducible rather than aggregated.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

5 major / 6 minor

Summary. The manuscript is a survey of diffusion-based generative models in medical imaging, organized around three model families: Denoising Diffusion Probabilistic Models (DDPM), Latent Diffusion Models (LDM), and Wavelet Diffusion Models (WDM). It claims to be the first survey to analyze latency and time complexity for extremely large high-resolution medical data such as whole slide images and 3D MRI/CT, and it promises a comparative analysis of generative quality and computational cost. The paper provides an overview of the three frameworks, applies them to natural and medical imaging tasks (generation, translation, reconstruction, segmentation, classification, editing, denoising, registration), and concludes with model-selection guidance: DDPM for maximum quality at low speed, LDM for a quality/speed balance, and WDM for fast inference with detail preservation.

Significance. The topic is timely, and the organizational effort is a genuine service to the community: the paper compiles a large number of recent applications into a structured taxonomy (Figure 5; Tables 4-9) and identifies three efficiency-relevant model families. This bibliography alone could be useful to a newcomer. However, the paper ships no reproducible experiments, no machine-checked proofs, and the quantitative comparisons are not derived from a unified protocol. More importantly, the central positioning claim—that no prior survey discusses latency for WSI/3D MRI/CT and that this survey fills that gap—is contradicted by the manuscript's own cited prior survey [11], and the promised latency analysis for large medical data is not actually delivered. As a review, the paper's value depends on the reliability of its comparative statements; the issues identified below compromise that reliability in load-bearing places.

major comments (5)
  1. [Section 1 and Table 3] The central gap statement—'no existing studies specifically discuss the latency and time complexity of generative models, specifically dealing with extremely large high-resolution data such as WSI or 3D MRI/CT'—is contradicted by the paper's own Table 1, which cites [11] 'Efficient Diffusion Models for Vision: A Survey' and marks that prior work as covering efficiency, efficient sampling, and fast convergence. Moreover, the promised gap-filling content is not present in the manuscript: Table 3 evaluates natural-image benchmarks only (CIFAR-10, FFHQ, CelebA-HQ, LSUN-Church), and Sections 3.1.2, 3.2, and 3.3 report no latency or time-complexity measurements for WSI or 3D MRI/CT. The claimed contribution is therefore unsupported by the manuscript's own evidence.
  2. [Table 3 and Section 4] The model-selection conclusions in Section 4 ('LDM balances quality and efficiency', 'WDM is a strong option if faster inference is required') rest on Table 3, where FID and inference-time values are collected from separate papers on different datasets with no error bars, no hardware specification, no sampling-step count, and no measurement protocol. For example, WDM inference times are 0.08 s on CIFAR-10 and 1.54 s on LSUN-Church, while LDM times are 0.43 s on FFHQ and 6.80 s on LSUN-Church; these values are not comparable across models because dataset, resolution, and hardware differ. This table cannot support the comparative recommendations advanced in Section 4.
  3. [Section 2.1.1, Eq. (5)] Equation (5) is mathematically garbled: it mixes '-log p_theta(x0|x1)', an undefined term 'KL(p_theta(x_S|x0) || pi(x_S) + (x,z))', and 'log p_theta(x)', so the variational lower bound is not correctly stated. Equations (1) and (4) further use inconsistent notation, with K used for a normal distribution, beta_t as variance in (1) but beta^2 I in (4), and the overline-alpha notation defined inconsistently with the sum/product indices. Because Section 2 is the foundation for the efficiency discussion that follows, this technical exposition needs a thorough rewrite.
  4. [Section 2.2.6 vs Table 2] Section 2.2.6 states 'Generally, LDMs are considered more efficient for large image generation', whereas Table 2 assigns 'Generating large image' as High for WDM, Moderate for LDM, and Low for DDPM. This internal contradiction is not reconciled and is directly relevant to the model-selection guidance in Section 4, further undermining the comparative analysis.
  5. [Section 6, citation [36]] The Conclusion states 'the foundational aspect of DDPMs [36]', but reference [36] is Lugmayr et al.'s RePaint inpainting paper, not Ho et al.'s DDPM paper, which is reference [15]. In a survey whose currency is the accurate mapping of literature, this is a load-bearing citation error that reduces the reader's confidence in the reference list as a whole.
minor comments (6)
  1. [Section 3.1.1.3] 'RePain [36] addressed form inpainting [35, 80]' contains two typos: the method name is RePaint, and 'form' should be 'from'.
  2. [Table 3] 'LSUN-Chruch' is misspelled; it should be 'LSUN-Church'.
  3. [Section 5.1 heading] The heading 'Challanges' is a typo; it should be 'Challenges'.
  4. [Figure 5] The roman-numeral reference mapping is ambiguous: '(iii)' is used both for Wavelet Diffusion and in the Datasets line, and '(xxiv)' is used for both Medical Diffusion and Wavelet SGM, each with different references; please assign unique numerals per reference.
  5. [Eqs. (6)-(8)] The expectation notation E_{epsilon(x)} is nonstandard; the expectation should be over the data x, noise epsilon, and timestep t. Equation (8) also inconsistently writes tau_theta(x) in the condition and tau_theta(x') in the explanation.
  6. [Table 1 note] The note under Table 1 says 'The indicates that all aspects are covered, the shows...', but the symbols are not rendered; the legend is unreadable and should be fixed.

Circularity Check

0 steps flagged · score 0.0 of 10

No circularity: this is a survey that restates published results; no load-bearing derivation reduces to its own inputs.

full rationale

This paper is a survey article, not a derivation. It categorizes diffusion models into DDPM, LDM, and WDM, summarizes their mathematical formulations as presented in the original papers, and reports published performance numbers in Table 3. No fitted parameter is subsequently renamed as a prediction, no equation is defined in terms of its own output, and no load-bearing conclusion depends on a self-citation: the author list does not overlap with any cited work in the reference list. The central gap claim in Section 1, that no existing study discusses latency for WSI or 3D MRI/CT, is an accuracy/scope assertion that may be challenged by the paper's own cited survey [11], but this is not circularity; it is a factual adequacy concern about the survey's novelty claim. Likewise, the comparison in Table 3 pools FID and inference-time numbers from different papers and datasets without error bars or hardware details, which threatens the validity of the model-selection conclusions, but this is a benchmarking methodology concern rather than a circular reduction. The equations reproduced for DDPM, LDM, and diffusion-GAN are standard formulations taken from the cited primary sources and are not used to derive results that presuppose those same equations. The claims about WDM speedup are qualitative summaries of the cited wavelet diffusion work, not independent predictions built from fitted inputs. Accordingly, no circular step satisfying the evidentiary standard can be identified, and the appropriate score is 0.

Assumptions & free parameters 0 free parameters · 2 assumptions · 0 invented entities

This survey introduces no free parameters or new entities. Its central conclusions rest entirely on the reliability of the equations and performance numbers taken from the cited literature.

assumptions (2)
  • domain assumption The equations reproduced for DDPM, LDM, and WDM are correct as stated in the cited sources.
    The review does not rederive these formulations; it imports them from [15], [14], [58] and presents them as background.
  • domain assumption The performance metrics in Table 3 (FID, Recall, inference time) are accurately transferred from the cited papers and are comparable across models.
    The survey does not run experiments; its model-selection conclusions rely on these published numbers. Cross-dataset comparison is especially fragile.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Computationally Efficient Diffusion Models in Medical Imaging: A Comprehensive Review." pith.science (2026). https://pith.science/paper/DHQA5IL2

@misc{pith2026250507866,
  author       = {Pith},
  title        = {Pith review of: Computationally Efficient Diffusion Models in Medical Imaging: A Comprehensive Review},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/DHQA5IL2}},
  note         = {Machine review of arXiv:2505.07866}
}
read the original abstract

The diffusion model has recently emerged as a potent approach in computer vision, demonstrating remarkable performances in the field of generative artificial intelligence. Capable of producing high-quality synthetic images, diffusion models have been successfully applied across a range of applications. However, a significant challenge remains with the high computational cost associated with training and generating these models. This study focuses on the efficiency and inference time of diffusion-based generative models, highlighting their applications in both natural and medical imaging. We present the most recent advances in diffusion models by categorizing them into three key models: the Denoising Diffusion Probabilistic Model (DDPM), the Latent Diffusion Model (LDM), and the Wavelet Diffusion Model (WDM). These models play a crucial role in medical imaging, where producing fast, reliable, and high-quality medical images is essential for accurate analysis of abnormalities and disease diagnosis. We first investigate the general framework of DDPM, LDM, and WDM and discuss the computational complexity gap filled by these models in natural and medical imaging. We then discuss the current limitations of these models as well as the opportunities and future research directions in medical imaging.

Figures

Figures reproduced from arXiv: 2505.07866 by the authors.

Figure 1
Figure 1. This reflects the evolving trends in landscape research. (a) The annual number of papers published [PITH_FULL_IMAGE:figures/full_fig_p003_1.png] view at source ↗
Figure 2
Figure 2. An Illustration of the DDPM forward process [PITH_FULL_IMAGE:figures/full_fig_p005_2.png] view at source ↗
Figure 3
Figure 3. LDM basic framework encodes data from the pixel space into a latent space. Within this latent space, [PITH_FULL_IMAGE:figures/full_fig_p007_3.png] view at source ↗
Figures from the paper (3 more)
Figure 4
Figure 4. Figure 4: The wavelet transform method decomposes an image into its frequency components at different scales [PITH_FULL_IMAGE:figures/full_fig_p008_4.png]
Figure 5
Figure 5. Figure 5: We categorize diffusion models into models, applications, and future directions. Notably, DDPM, LDM, [PITH_FULL_IMAGE:figures/full_fig_p011_5.png]
Figure 6
Figure 6. Figure 6: Illustrate histopathology images generated using WDM: (a) shows a real image, and (b) presents a [PITH_FULL_IMAGE:figures/full_fig_p022_6.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

212 extracted references · 23 canonical work pages

  1. [11]

    Efficient diffusion models for vision: A survey.arXiv preprint arXiv:2210.09292, 2022

    Anwaar Ulhaq, Naveed Akhtar, and Ganna Pogrebna. Efficient diffusion models for vision: A survey.arXiv preprint arXiv:2210.09292, 2022

  2. [36]

    Repaint: Inpainting using denoising diffusion probabilistic models

    Andreas Lugmayr, Martin Danelljan, Andres Romero, Fisher Yu, Radu Timofte, and Luc Van Gool. Repaint: Inpainting using denoising diffusion probabilistic models. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 11461–11471, 2022

  3. [15]

    Denoising diffusion probabilistic models.Advances in neural information processing systems, 33:6840–6851, 2020

    Jonathan Ho, Ajay Jain, and Pieter Abbeel. Denoising diffusion probabilistic models.Advances in neural information processing systems, 33:6840–6851, 2020

  4. [1]

    Generative adversarial nets.Advances in neural information processing systems, 27, 2014

    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

  5. [2]

    Dynamical variational autoencoders: A comprehensive review.arXiv preprint arXiv:2008.12595, 2020

    Laurent Girin, Simon Leglaive, Xiaoyu Bie, Julien Diard, Thomas Hueber, and Xavier Alameda-Pineda. Dynamical variational autoencoders: A comprehensive review.arXiv preprint arXiv:2008.12595, 2020

  6. [3]

    Learning joint latent space ebm prior model for multi-layer generator

    Jiali Cui, Ying Nian Wu, and Tian Han. Learning joint latent space ebm prior model for multi-layer generator. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 3603–3612, 2023

  7. [4]

    Medical image generation using generative adversarial networks: A review

    Nripendra Kumar Singh and Khalid Raza. Medical image generation using generative adversarial networks: A review. Health informatics: A computational perspective in healthcare, pages 77–96, 2021

  8. [5]

    Generative adversarial networks for hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, 56(9):5046–5063, 2018

    Lin Zhu, Yushi Chen, Pedram Ghamisi, and Jón Atli Benediktsson. Generative adversarial networks for hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, 56(9):5046–5063, 2018

Show all 212 references
  1. [6]

    Generative adversarial networks in medical image segmentation: A review.Computers in biology and medicine, 140:105063, 2022

    Siyi Xun, Dengwang Li, Hui Zhu, Min Chen, Jianbo Wang, Jie Li, Meirong Chen, Bing Wu, Hua Zhang, Xiangfei Chai, et al. Generative adversarial networks in medical image segmentation: A review.Computers in biology and medicine, 140:105063, 2022

  2. [7]

    It gan do better: Gan-based detection of objects on images with varying quality

    Charan D Prakash and Lina J Karam. It gan do better: Gan-based detection of objects on images with varying quality. IEEE Transactions on Image Processing, 30:9220–9230, 2021

  3. [8]

    An analysis of evaluation metrics of gans

    Hamed Alqahtani, Manolya Kavakli-Thorne, Gulshan Kumar, and Ferozepur Sbsstc. An analysis of evaluation metrics of gans. InInternational Conference on Information Technology and Applications (ICITA), volume 7, 2022

  4. [9]

    Diffusion models in vision: A survey

    Florinel-Alin Croitoru, Vlad Hondru, Radu Tudor Ionescu, and Mubarak Shah. Diffusion models in vision: A survey. IEEE Transactions on Pattern Analysis and Machine Intelligence, 2023

  5. [10]

    Diffusion models: A comprehensive survey of methods and applications.ACM Computing Surveys, 56(4):1–39, 2023

    Ling Yang, Zhilong Zhang, Yang Song, Shenda Hong, Runsheng Xu, Yue Zhao, Wentao Zhang, Bin Cui, and Ming- Hsuan Yang. Diffusion models: A comprehensive survey of methods and applications.ACM Computing Surveys, 56(4):1–39, 2023

  6. [12]

    Diffusion models for medical image analysis: A comprehensive survey.arXiv preprint arXiv:2211.07804, 2022

    Amirhossein Kazerouni, Ehsan Khodapanah Aghdam, Moein Heidari, Reza Azad, Mohsen Fayyaz, Ilker Haci- haliloglu, and Dorit Merhof. Diffusion models for medical image analysis: A comprehensive survey.arXiv preprint arXiv:2211.07804, 2022

  7. [13]

    Fleet, Mohammad Norouzi, and Tim Salimans

    Jonathan Ho, Chitwan Saharia, William Chan, David J. Fleet, Mohammad Norouzi, and Tim Salimans. Cascaded diffusion models for high fidelity image generation.The Journal of Machine Learning Research, 23(1):2249–2281, 2022

  8. [14]

    High-resolution image synthesis with latent diffusion models

    Robin Rombach, Andreas Blattmann, Dominik Lorenz, Patrick Esser, and Björn Ommer. High-resolution image synthesis with latent diffusion models. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 10684–10695, 2022

  9. [16]

    Kingma, Ben Poole, Mohammad Norouzi, and David J

    Jonathan Ho, William Chan, Chitwan Saharia, Jay Whang, Ruiqi Gao, Alexey Gritsenko, Diederik P. Kingma, Ben Poole, Mohammad Norouzi, and David J. Fleet. Imagen video: High definition video generation with diffusion models. arXiv preprint arXiv:2210.02303, 2022

  10. [17]

    Text-to-audio generation using instruction guided latent diffusion model

    Deepanway Ghosal, Navonil Majumder, Ambuj Mehrish, and Soujanya Poria. Text-to-audio generation using instruction guided latent diffusion model. InProceedings of the 31st ACM International Conference on Multimedia, pages 3590–3598, 2023

  11. [18]

    Liang, and Tatsunori B

    Xiang Li, John Thickstun, Ishaan Gulrajani, Percy S. Liang, and Tatsunori B. Hashimoto. Diffusion-lm improves controllable text generation.Advances in Neural Information Processing Systems, 35:4328–4343, 2022. , Vol. 1, No. 1, Article . Publication date: 00. 28 Abdullah, Tao H...

  12. [19]

    Improved denoising diffusion probabilistic models

    Alexander Quinn Nichol and Prafulla Dhariwal. Improved denoising diffusion probabilistic models. InInternational conference on machine learning, pages 8162–8171. PMLR, 2021

  13. [20]

    Diffusion models as plug-and-play priors

    Alexandros Graikos, Nikolay Malkin, Nebojsa Jojic, and Dimitris Samaras. Diffusion models as plug-and-play priors. Advances in Neural Information Processing Systems, 35:14715–14728, 2022

  14. [21]

    Srdiff: Single image super-resolution with diffusion probabilistic models.Neurocomputing, 479:47–59, 2022

    Haoying Li, Yifan Yang, Meng Chang, Shiqi Chen, Huajun Feng, Zhihai Xu, Qi Li, and Yueting Chen. Srdiff: Single image super-resolution with diffusion probabilistic models.Neurocomputing, 479:47–59, 2022

  15. [22]

    Conditional image generation with score-based diffusion models.arXiv preprint arXiv:2111.13606, 2021

    Georgios Batzolis, Jan Stanczuk, Carola-Bibiane Schönlieb, and Christian Etmann. Conditional image generation with score-based diffusion models.arXiv preprint arXiv:2111.13606, 2021

  16. [23]

    Segdiff: Image segmentation with diffusion probabilistic models.arXiv preprint arXiv:2112.00390, 2021

    Tomer Amit, Tal Shaharbany, Eliya Nachmani, and Lior Wolf. Segdiff: Image segmentation with diffusion probabilistic models.arXiv preprint arXiv:2112.00390, 2021

  17. [24]

    Label-efficient semantic segmentation with diffusion models.arXiv preprint arXiv:2112.03126, 2021

    Dmitry Baranchuk, Ivan Rubachev, Andrey Voynov, Valentin Khrulkov, and Artem Babenko. Label-efficient semantic segmentation with diffusion models.arXiv preprint arXiv:2112.03126, 2021

  18. [25]

    Vqbb: Image-to-image translation with vector quantized brownian bridge

    Bo Li, Kaitao Xue, Bin Liu, and Yu-Kun Lai. Vqbb: Image-to-image translation with vector quantized brownian bridge. arXiv preprint arXiv:2205.07680, 2022

  19. [26]

    Diffmic: Dual-guidance diffusion network for medical image classification

    Yijun Yang, Huazhu Fu, Angelica I Aviles-Rivero, Carola-Bibiane Schönlieb, and Lei Zhu. Diffmic: Dual-guidance diffusion network for medical image classification. InInternational Conference on Medical Image Computing and Computer-Assisted Intervention, pages 95–105. Springer, 2023

  20. [27]

    Zimmermann, Lukas Schott, Yang Song, Benjamin A

    Roland S. Zimmermann, Lukas Schott, Yang Song, Benjamin A. Dunn, and David A. Klindt. Score-based generative classifiers.arXiv preprint arXiv:2110.00473, 2021

  21. [28]

    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. InMICCAI Workshop on Deep Generative Models, pages 117–126. Springer, 2022

  22. [29]

    Neural wavelet-domain diffusion for 3d shape generation

    Ka-Hei Hui, Ruihui Li, Jingyu Hu, and Chi-Wing Fu. Neural wavelet-domain diffusion for 3d shape generation. In SIGGRAPH Asia 2022 Conference Papers, pages 1–9, 2022

  23. [30]

    Diffusion-gan: Training gans with diffusion.arXiv preprint arXiv:2206.02262, 2022

    Zhendong Wang, Huangjie Zheng, Pengcheng He, Weizhu Chen, and Mingyuan Zhou. Diffusion-gan: Training gans with diffusion.arXiv preprint arXiv:2206.02262, 2022

  24. [31]

    Dermosegdiff: A boundary-aware segmentation diffusion model for skin lesion delineation

    Afshin Bozorgpour, Yousef Sadegheih, Amirhossein Kazerouni, Reza Azad, and Dorit Merhof. Dermosegdiff: A boundary-aware segmentation diffusion model for skin lesion delineation. InInternational Workshop on PRedictive Intelligence In MEdicine, pages 146–158. Springer, 2023

  25. [32]

    Robust classification via a single diffusion model.arXiv preprint arXiv:2305.15241, 2023

    Huanran Chen, Yinpeng Dong, Zhengyi Wang, Xiao Yang, Chengqi Duan, Hang Su, and Jun Zhu. Robust classification via a single diffusion model.arXiv preprint arXiv:2305.15241, 2023

  26. [33]

    Diffss: Diffusion model for few-shot semantic segmentation.arXiv preprint arXiv:2307.00773, 2023

    Weimin Tan, Siyuan Chen, and Bo Yan. Diffss: Diffusion model for few-shot semantic segmentation.arXiv preprint arXiv:2307.00773, 2023

  27. [34]

    Diffusioninst: Diffusion model for instance segmentation.arXiv preprint arXiv:2212.02773, 2022

    Zhangxuan Gu, Haoxing Chen, Zhuoer Xu, Jun Lan, Changhua Meng, and Weiqiang Wang. Diffusioninst: Diffusion model for instance segmentation.arXiv preprint arXiv:2212.02773, 2022

  28. [37]

    Roic-dm: Robust text inference and classification via diffusion model.arXiv preprint arXiv:2401.03514, 2024

    Shilong Yuan, Wei Yuan, and Tieke He. Roic-dm: Robust text inference and classification via diffusion model.arXiv preprint arXiv:2401.03514, 2024

  29. [38]

    When hyperspectral image classification meets diffusion models: An unsupervised feature learning framework.arXiv preprint arXiv:2306.08964, 2023

    Jingyi Zhou, Jiamu Sheng, Jiayuan Fan, Peng Ye, Tong He, Bin Wang, and Tao Chen. When hyperspectral image classification meets diffusion models: An unsupervised feature learning framework.arXiv preprint arXiv:2306.08964, 2023

  30. [39]

    Muzaffer Özbey, Onat Dalmaz, Salman U. H. Dar, Hasan A. Bedel, Şaban Özturk, Alper Güngör, and Tolga Çukur. Unsupervised medical image translation with adversarial diffusion models.IEEE Transactions on Medical Imaging, 2023

  31. [40]

    Diffusion-based image translation using disentangled style and content representation

    Gihyun Kwon and Jong Chul Ye. Diffusion-based image translation using disentangled style and content representation. arXiv preprint arXiv:2209.15264, 2022

  32. [41]

    Willcocks, and Toby P

    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

  33. [42]

    Blended diffusion for text-driven editing of natural images

    Omri Avrahami, Dani Lischinski, and Ohad Fried. Blended diffusion for text-driven editing of natural images. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 18208–18218, 2022

  34. [43]

    Low-light image enhancement with wavelet- based diffusion models.ACM Transactions on Graphics (TOG), 42(6):1–14, 2023

    Hai Jiang, Ao Luo, Haoqiang Fan, Songchen Han, and Shuaicheng Liu. Low-light image enhancement with wavelet- based diffusion models.ACM Transactions on Graphics (TOG), 42(6):1–14, 2023. , Vol. 1, No. 1, Article . Publication date: 00. Computationally Efficient Diffusion Models...

  35. [44]

    Upgpt: Universal diffusion model for person image generation, editing and pose transfer.International Conference on Computer Vision, pages 4173–4182, 2023

    Soon Yau Cheong, Armin Mustafa, and Andrew Gilbert. Upgpt: Universal diffusion model for person image generation, editing and pose transfer.International Conference on Computer Vision, pages 4173–4182, 2023

  36. [45]

    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. InInternational Conference on Medical Image Computing and Computer-Assisted Intervention, pages 655–664. Springer, 2022

  37. [46]

    Wavelet-based fourier information interaction with frequency diffusion adjustment for underwater image restoration.arXiv preprint arXiv:2311.16845, 2023

    Chen Zhao, Weiling Cai, Chenyu Dong, and Chengwei Hu. Wavelet-based fourier information interaction with frequency diffusion adjustment for underwater image restoration.arXiv preprint arXiv:2311.16845, 2023

  38. [47]

    Moser, Stanislav Frolov, Federico Raue, Sebastian Palacio, and Andreas Dengel

    B. Moser, Stanislav Frolov, Federico Raue, Sebastian Palacio, and Andreas Dengel. Waving goodbye to low-res: A diffusion-wavelet approach for image super-resolution.arXiv preprint arXiv:2304.01994, 2023

  39. [48]

    Denton, Kamyar Ghasemipour, Raphael Gontijo Lopes, Burcu Karagol Ayan, and Tim Salimans

    Chitwan Saharia, William Chan, Saurabh Saxena, Lala Li, Jay Whang, Emily L. Denton, Kamyar Ghasemipour, Raphael Gontijo Lopes, Burcu Karagol Ayan, and Tim Salimans. Photorealistic text-to-image diffusion models with deep language understanding.Advances in Neural Information Pr...

  40. [49]

    Text-guided synthesis of artistic images with retrieval- augmented diffusion models.arXiv preprint arXiv:2207.13038, 2022

    Robin Rombach, Andreas Blattmann, and Björn Ommer. Text-guided synthesis of artistic images with retrieval- augmented diffusion models.arXiv preprint arXiv:2207.13038, 2022

  41. [50]

    Hierarchical text-conditional image generation with clip latents.arXiv preprint arXiv:2204.06125, 1(2):3, 2022

    Aditya Ramesh, Prafulla Dhariwal, Alex Nichol, Casey Chu, and Mark Chen. Hierarchical text-conditional image generation with clip latents.arXiv preprint arXiv:2204.06125, 1(2):3, 2022

  42. [51]

    Diffusion-based generation of histopathological whole slide images at a gigapixel scale

    Robert Harb, Thomas Pock, and Heimo Müller. Diffusion-based generation of histopathological whole slide images at a gigapixel scale. InProceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision, pages 5131–5140, 2024

  43. [52]

    Make-a-video: Text-to-video generation without text-video data.arXiv preprint arXiv:2209.14792, 2022

    Uriel Singer, Adam Polyak, Thomas Hayes, Xi Yin, Jie An, Songyang Zhang, Qiyuan Hu, Harry Yang, Oron Ashual, and Oran Gafni. Make-a-video: Text-to-video generation without text-video data.arXiv preprint arXiv:2209.14792, 2022

  44. [53]

    Blended latent diffusion.ACM Transactions on Graphics (TOG), 42(4):1–11, 2023

    Omri Avrahami, Ohad Fried, and Dani Lischinski. Blended latent diffusion.ACM Transactions on Graphics (TOG), 42(4):1–11, 2023

  45. [54]

    Generation of anonymous chest radiographs using latent diffusion models for training thoracic abnormality classification systems

    Kai Packhäuser, Lukas Folle, Florian Thamm, and Andreas Maier. Generation of anonymous chest radiographs using latent diffusion models for training thoracic abnormality classification systems. In2023 IEEE 20th International Symposium on Biomedical Imaging (ISBI), pages 1–5. IEEE, 2023

  46. [55]

    Similarity-aware syncretic latent diffusion model for medical image translation with representation learning.arXiv preprint arXiv:2406.13977, 2024

    Tingyi Lin, Pengju Lyu, Jie Zhang, Yuqing Wang, Cheng Wang, and Jianjun Zhu. Similarity-aware syncretic latent diffusion model for medical image translation with representation learning.arXiv preprint arXiv:2406.13977, 2024

  47. [56]

    Generated faces in the wild: Quantitative comparison of stable diffusion, midjourney and dall-e 2.arXiv preprint arXiv:2210.00586, 2022

    Ali Borji. Generated faces in the wild: Quantitative comparison of stable diffusion, midjourney and dall-e 2.arXiv preprint arXiv:2210.00586, 2022

  48. [57]

    Diffusion models beat gans on image synthesis.Advances in neural information processing systems, 34:8780–8794, 2021

    Prafulla Dhariwal and Alexander Nichol. Diffusion models beat gans on image synthesis.Advances in neural information processing systems, 34:8780–8794, 2021

  49. [58]

    Wavelet diffusion models are fast and scalable image generators

    Hao Phung, Quan Dao, and Anh Tran. Wavelet diffusion models are fast and scalable image generators. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 10199–10208, 2023

  50. [59]

    Wavegan: Frequency-aware gan for high-fidelity few-shot image generation

    Mengping Yang, Zhe Wang, Ziqiu Chi, and Wenyi Feng. Wavegan: Frequency-aware gan for high-fidelity few-shot image generation. InEuropean conference on computer vision, pages 1–17. Springer, 2022

  51. [61]

    Stage-by-stage wavelet optimization refinement diffusion model for sparse-view ct reconstruction.IEEE Transactions on Medical Imaging, 2024

    Kai Xu, Shiyu Lu, Bin Huang, Weiwen Wu, and Qiegen Liu. Stage-by-stage wavelet optimization refinement diffusion model for sparse-view ct reconstruction.IEEE Transactions on Medical Imaging, 2024

  52. [62]

    Edgewavenet: edge aware residual wavelet gan for oct image denoising

    Sourya Sengupta, Amitojdeep Singh, and Vasudevan Lakshminarayanan. Edgewavenet: edge aware residual wavelet gan for oct image denoising. InMedical Imaging 2021: Imaging Informatics for Healthcare, Research, and Applications, volume 11601, pages 110–115. SPIE, 2021

  53. [63]

    Diffusion model-based image editing: A survey.arXiv preprint arXiv:2402.17525, 2024

    Yi Huang, Jiancheng Huang, Yifan Liu, Mingfu Yan, Jiaxi Lv, Jianzhuang Liu, Wei Xiong, He Zhang, Shifeng Chen, and Liangliang Cao. Diffusion model-based image editing: A survey.arXiv preprint arXiv:2402.17525, 2024

  54. [64]

    A survey on generative diffusion models.IEEE Transactions on Knowledge and Data Engineering, 2024

    Hanqun Cao, Cheng Tan, Zhangyang Gao, Yilun Xu, Guangyong Chen, Pheng-Ann Heng, and Stan Z Li. A survey on generative diffusion models.IEEE Transactions on Knowledge and Data Engineering, 2024

  55. [65]

    Tackling the generative learning trilemma with denoising diffusion gans.arXiv preprint arXiv:2112.07804, 2021

    Zhisheng Xiao, Karsten Kreis, and Arash Vahdat. Tackling the generative learning trilemma with denoising diffusion gans.arXiv preprint arXiv:2112.07804, 2021

  56. [66]

    Learning structured output representation using deep conditional generative models.Advances in neural information processing systems, 28, 2015

    Kihyuk Sohn, Honglak Lee, and Xinchen Yan. Learning structured output representation using deep conditional generative models.Advances in neural information processing systems, 28, 2015

  57. [67]

    High-resolution image reconstruction with latent diffusion models from human brain activity

    Yu Takagi and Shinji Nishimoto. High-resolution image reconstruction with latent diffusion models from human brain activity. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 14453–14463, 2023

  58. [68]

    Stephane G. Mallat. A theory for multiresolution signal decomposition: the wavelet representation.IEEE transactions on pattern analysis and machine intelligence, 11(7):674–693, 1989. , Vol. 1, No. 1, Article . Publication date: 00. 30 Abdullah, Tao Huang, Ickjai Lee, and Euijoon Ahn

  59. [69]

    A robust 3-d medical watermarking based on wavelet transform for data protection.Computer Systems Science & Engineering, 41(3), 2022

    Xiaorui Zhang, Wenfang Zhang, Wei Sun, Xingming Sun, and Sunil Kumar Jha. A robust 3-d medical watermarking based on wavelet transform for data protection.Computer Systems Science & Engineering, 41(3), 2022

  60. [70]

    Wavelet score-based generative modeling

    Florentin Guth, Simon Coste, Valentin De Bortoli, and Stephane Mallat. Wavelet score-based generative modeling. Advances in Neural Information Processing Systems, 35:478–491, 2022

  61. [71]

    Wavedm: Wavelet-based diffusion models for image restoration.arXiv preprint arXiv:2305.13819, 2023

    Yi Huang, Jiancheng Huang, Jianzhuang Liu, Yu Dong, Jiaxi Lv, and Shifeng Chen. Wavedm: Wavelet-based diffusion models for image restoration.arXiv preprint arXiv:2305.13819, 2023

  62. [72]

    Cifar-10 (canadian institute for advanced research).URL http://www

    Alex Krizhevsky, Vinod Nair, and Geoffrey Hinton. Cifar-10 (canadian institute for advanced research).URL http://www. cs. toronto. edu/kriz/cifar. html, 5(4):1, 2010

  63. [73]

    Deep learning face attributes in the wild

    Ziwei Liu, Ping Luo, Xiaogang Wang, and Xiaoou Tang. Deep learning face attributes in the wild. InProceedings of the IEEE international conference on computer vision, pages 3730–3738, 2015

  64. [74]

    Lsun: Construction of a large-scale image dataset using deep learning with humans in the loop.arXiv preprint arXiv:1506.03365, 2015

    Fisher Yu, Ari Seff, Yinda Zhang, Shuran Song, Thomas Funkhouser, and Jianxiong Xiao. Lsun: Construction of a large-scale image dataset using deep learning with humans in the loop.arXiv preprint arXiv:1506.03365, 2015

  65. [75]

    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. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 4401–4410, 2019

  66. [76]

    Cola-diff: Conditional latent diffusion model for multi- modal mri synthesis

    Lan Jiang, Ye Mao, Xiangfeng Wang, Xi Chen, and Chao Li. Cola-diff: Conditional latent diffusion model for multi- modal mri synthesis. InInternational Conference on Medical Image Computing and Computer-Assisted Intervention, pages 398–408. Springer, 2023

  67. [77]

    Photorealistic text-to-image diffusion models with deep language understanding

    Chitwan Saharia, William Chan, Saurabh Saxena, Lala Li, Jay Whang, Emily L Denton, Kamyar Ghasemipour, Raphael Gontijo Lopes, Burcu Karagol Ayan, Tim Salimans, et al. Photorealistic text-to-image diffusion models with deep language understanding. InAdvances in neural informati...

  68. [78]

    Wavefill: A wavelet-based generation network for image inpainting

    Yingchen Yu, Fangneng Zhan, Shijian Lu, Jianxiong Pan, Feiying Ma, Xuansong Xie, and Chunyan Miao. Wavefill: A wavelet-based generation network for image inpainting. InProceedings of the IEEE/CVF international conference on computer vision, pages 14114–14123, 2021

  69. [79]

    Dformer: Diffusion- guided transformer for universal image segmentation.arXiv preprint arXiv:2306.03437, 2023

    Hefeng Wang, Jiale Cao, Rao Muhammad Anwer, Jin Xie, Fahad Shahbaz Khan, and Yanwei Pang. Dformer: Diffusion- guided transformer for universal image segmentation.arXiv preprint arXiv:2306.03437, 2023

  70. [80]

    Latentpaint: Image inpainting in latent space with diffusion models

    Ciprian Corneanu, Raghudeep Gadde, and Aleix M Martinez. Latentpaint: Image inpainting in latent space with diffusion models. InProceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision, pages 4334–4343, 2024

  71. [82]

    Sadm: Sequence-aware diffusion model for longitudinal medical image generation

    Jee Seok Yoon, Chenghao Zhang, Heung-Il Suk, Jia Guo, and Xiaoxiao Li. Sadm: Sequence-aware diffusion model for longitudinal medical image generation. InInternational Conference on Information Processing in Medical Imaging, pages 388–400. Springer, 2023

  72. [83]

    Medical diffusion–denoising diffusion probabilistic models for 3d medical image generation.arXiv preprint arXiv:2211.03364, 2022

    Firas Khader, Gustav Mueller-Franzes, Soroosh Tayebi Arasteh, Tianyu Han, Christoph Haarburger, Maximilian Schulze-Hagen, Philipp Schad, Sandy Engelhardt, Bettina Baessler, and Sebastian Foersch. Medical diffusion–denoising diffusion probabilistic models for 3d medical image g...

  73. [84]

    Wavelet-inspired multi-channel score-based model for limited-angle ct reconstruction.IEEE Transactions on Medical Imaging, 2024

    Jianjia Zhang, Haiyang Mao, Xinran Wang, Yuan Guo, and Weiwen Wu. Wavelet-inspired multi-channel score-based model for limited-angle ct reconstruction.IEEE Transactions on Medical Imaging, 2024

  74. [85]

    Unified multi-modal latent diffusion for joint subject and text conditional image generation.arXiv preprint arXiv:2303.09319, 2023

    Yiyang Ma, Huan Yang, Wenjing Wang, Jianlong Fu, and Jiaying Liu. Unified multi-modal latent diffusion for joint subject and text conditional image generation.arXiv preprint arXiv:2303.09319, 2023

  75. [86]

    Zero-shot medical image translation via frequency-guided diffusion models.arXiv preprint arXiv:2304.02742, 2023

    Yunxiang Li, Hua-Chieh Shao, Xiao Liang, Liyuan Chen, Ruiqi Li, Steve Jiang, Jing Wang, and You Zhang. Zero-shot medical image translation via frequency-guided diffusion models.arXiv preprint arXiv:2304.02742, 2023

  76. [87]

    Fsdiffreg: Feature-wise and score-wise diffusion-guided unsupervised deformable image registration for cardiac images

    Yi Qin and Xiaomeng Li. Fsdiffreg: Feature-wise and score-wise diffusion-guided unsupervised deformable image registration for cardiac images. InInternational Conference on Medical Image Computing and Computer-Assisted Intervention, pages 655–665. Springer, 2023

  77. [88]

    Diffusemorph: unsupervised deformable image registration using diffusion model

    Boah Kim, Inhwa Han, and Jong Chul Ye. Diffusemorph: unsupervised deformable image registration using diffusion model. InEuropean Conference on Computer Vision, pages 347–364. Springer, 2022

  78. [89]

    Diffusing coupling high-frequency-purifying structure feature extraction for brain multimodal registration

    Fan Gao, Yuanbo He, Shuai Li, Aimin Hao, and Desen Cao. Diffusing coupling high-frequency-purifying structure feature extraction for brain multimodal registration. In2023 IEEE International Conference on Bioinformatics and Biomedicine (BIBM), pages 508–515. IEEE, 2023

  79. [90]

    Diffmix: Diffusion model-based data synthesis for nuclei segmentation and classifi- cation in imbalanced pathology image datasets.arXiv preprint arXiv:2306.14132, 2023

    Hyun-Jic Oh and Won-Ki Jeong. Diffmix: Diffusion model-based data synthesis for nuclei segmentation and classifi- cation in imbalanced pathology image datasets.arXiv preprint arXiv:2306.14132, 2023

  80. [91]

    Improving robustness and reliability in medical image classification with latent-guided diffusion and nested-ensembles.arXiv preprint arXiv:2310.15952, 2023

    Xing Shen, Hengguan Huang, Brennan Nichyporuk, and Tal Arbel. Improving robustness and reliability in medical image classification with latent-guided diffusion and nested-ensembles.arXiv preprint arXiv:2310.15952, 2023

  81. [92]

    Mr image denoising and super-resolution using regularized reverse diffusion.IEEE Transactions on Medical Imaging, 42(4):922–934, 2022

    Hyungjin Chung, Eun Sun Lee, and Jong Chul Ye. Mr image denoising and super-resolution using regularized reverse diffusion.IEEE Transactions on Medical Imaging, 42(4):922–934, 2022. , Vol. 1, No. 1, Article . Publication date: 00. Computationally Efficient Diffusion Models in ...

  82. [93]

    Poisson flow consistency models for low-dose ct image denoising.arXiv preprint arXiv:2402.08159, 2024

    Dennis Hein, Adam Wang, and Ge Wang. Poisson flow consistency models for low-dose ct image denoising.arXiv preprint arXiv:2402.08159, 2024

  83. [94]

    Advanced covid-19 ct image segmentation using a hybrid undecimated wavelet transform, fuzzy clustering, and anisotropic diffusion approach.Traitement du Signal, 40(3), 2023

    Messaouda Larbi, Hilal Naimi, and Mohammed Bourennane. Advanced covid-19 ct image segmentation using a hybrid undecimated wavelet transform, fuzzy clustering, and anisotropic diffusion approach.Traitement du Signal, 40(3), 2023

  84. [95]

    Llcaps: Learning to illuminate low-light capsule endoscopy with curved wavelet attention and reverse diffusion

    Long Bai, Tong Chen, Yanan Wu, An Wang, Mobarakol Islam, and Hongliang Ren. Llcaps: Learning to illuminate low-light capsule endoscopy with curved wavelet attention and reverse diffusion. InInternational Conference on Medical Image Computing and Computer-Assisted Intervention,...

  85. [96]

    Humansd: A native skeleton-guided diffusion model for human image generation.arXiv preprint arXiv:2304.04269, 2023

    Xuan Ju, Ailing Zeng, Chenchen Zhao, Jianan Wang, Lei Zhang, and Qiang Xu. Humansd: A native skeleton-guided diffusion model for human image generation.arXiv preprint arXiv:2304.04269, 2023

  86. [97]

    Gh-ddm: the generalized hybrid denoising diffusion model for medical image generation.Multimedia Systems, pages 1–11, 2023

    Sicheng Zhang, Jin Liu, Bo Hu, and Zhendong Mao. Gh-ddm: the generalized hybrid denoising diffusion model for medical image generation.Multimedia Systems, pages 1–11, 2023

  87. [98]

    Cheng, Yu-Jie Chen, Wei-Chen Chiu, Hung-Yu Tseng, and Hsin-Ying Lee

    Shin-I. Cheng, Yu-Jie Chen, Wei-Chen Chiu, Hung-Yu Tseng, and Hsin-Ying Lee. Adaptively-realistic image generation from stroke and sketch with diffusion model. InProceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision, pages 4054–4062, 2023

  88. [99]

    Multidiffusion: Fusing diffusion paths for controlled image generation.International Conference on Machine Learning, Honolulu, 2023

    Omer Bar-Tal, Lior Yariv, Yaron Lipman, and Tali Dekel. Multidiffusion: Fusing diffusion paths for controlled image generation.International Conference on Machine Learning, Honolulu, 2023

  89. [100]

    Multi-level wavelet convolutional neural networks.IEEE Access, 7:74973–74985, 2019

    Pengju Liu, Hongzhi Zhang, Wei Lian, and Wangmeng Zuo. Multi-level wavelet convolutional neural networks.IEEE Access, 7:74973–74985, 2019

  90. [101]

    Diffusion self-guidance for controllable image generation.Advances in Neural Information Processing Systems, 36, 2024

    Dave Epstein, Allan Jabri, Ben Poole, Alexei Efros, and Aleksander Holynski. Diffusion self-guidance for controllable image generation.Advances in Neural Information Processing Systems, 36, 2024

  91. [102]

    Plug-and-play diffusion features for text-driven image- to-image translation

    Narek Tumanyan, Michal Geyer, Shai Bagon, and Tali Dekel. Plug-and-play diffusion features for text-driven image- to-image translation. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 1921–1930, 2023

  92. [103]

    Dual diffusion implicit bridges for image-to-image translation.arXiv preprint arXiv:2203.08382, 2022

    Xuan Su, Jiaming Song, Chenlin Meng, and Stefano Ermon. Dual diffusion implicit bridges for image-to-image translation.arXiv preprint arXiv:2203.08382, 2022

  93. [104]

    Bbdm: Image-to-image translation with brownian bridge diffusion models

    Bo Li, Kaitao Xue, Bin Liu, and Yu-Kun Lai. Bbdm: Image-to-image translation with brownian bridge diffusion models. InProceedings of the IEEE/CVF conference on computer vision and pattern Recognition, pages 1952–1961, 2023

  94. [105]

    Towards coherent image inpainting using denoising diffusion implicit models.arXiv preprint, 2023

    Guanhua Zhang, Jiabao Ji, Yang Zhang, Mo Yu, Tommi S Jaakkola, and Shiyu Chang. Towards coherent image inpainting using denoising diffusion implicit models.arXiv preprint, 2023

  95. [106]

    Diffumask: Synthesizing images with pixel-level annotations for semantic segmentation using diffusion models.arXiv preprint arXiv:2303.11681, 2023

    Weijia Wu, Yuzhong Zhao, Mike Zheng Shou, Hong Zhou, and Chunhua Shen. Diffumask: Synthesizing images with pixel-level annotations for semantic segmentation using diffusion models.arXiv preprint arXiv:2303.11681, 2023

  96. [107]

    Ref-diff: Zero-shot referring image segmentation with generative models.arXiv preprint arXiv:2308.16777, 2023

    Minheng Ni, Yabo Zhang, Kailai Feng, Xiaoming Li, Yiwen Guo, and Wangmeng Zuo. Ref-diff: Zero-shot referring image segmentation with generative models.arXiv preprint arXiv:2308.16777, 2023

  97. [108]

    Segrefiner: Towards model- agnostic segmentation refinement with discrete diffusion process.arXiv preprint arXiv:2312.12425, 2023

    Mengyu Wang, Henghui Ding, Jun Hao Liew, Jiajun Liu, Yao Zhao, and Yunchao Wei. Segrefiner: Towards model- agnostic segmentation refinement with discrete diffusion process.arXiv preprint arXiv:2312.12425, 2023

  98. [109]

    Nguyen, Trung-Nghia Le, Thanh-Toan Do, Minh N

    Minh-Quan Le, Tam V. Nguyen, Trung-Nghia Le, Thanh-Toan Do, Minh N. Do, and Minh-Triet Tran. Maskdiff: Modeling mask distribution with diffusion probabilistic model for few-shot instance segmentation.arXiv preprint arXiv:2303.05105, 2023

  99. [110]

    Diff-op3d: Bridging 2d diffusion for open pose 3d zero-shot classification.arXiv preprint arXiv:2312.07039, 2023

    Weiguang Zhao, Guanyu Yang, Chaolong Yang, Chenru Jiang, Yuyao Yan, Rui Zhang, and Kaizhu Huang. Diff-op3d: Bridging 2d diffusion for open pose 3d zero-shot classification.arXiv preprint arXiv:2312.07039, 2023

  100. [111]

    Li, Mihir Prabhudesai, Shivam Duggal, Ellis Brown, and Deepak Pathak

    Alexander C. Li, Mihir Prabhudesai, Shivam Duggal, Ellis Brown, and Deepak Pathak. Your diffusion model is secretly a zero-shot classifier.arXiv preprint arXiv:2303.16203, 2023

  101. [112]

    Shekoofeh Azizi, Simon Kornblith, Chitwan Saharia, Mohammad Norouzi, and David J. Fleet. Synthetic data from diffusion models improves imagenet classification.arXiv preprint arXiv:2304.08466, 2023

  102. [113]

    Text-to-image diffusion models are zero shot classifiers.Advances in Neural Information Processing Systems, 36, 2024

    Kevin Clark and Priyank Jaini. Text-to-image diffusion models are zero shot classifiers.Advances in Neural Information Processing Systems, 36, 2024

  103. [114]

    Diffusion models beat gans on image classification.arXiv preprint arXiv:2307.08702, 2023

    Soumik Mukhopadhyay, Matthew Gwilliam, Vatsal Agarwal, Namitha Padmanabhan, Archana Swaminathan, Srinidhi Hegde, Tianyi Zhou, and Abhinav Shrivastava. Diffusion models beat gans on image classification.arXiv preprint arXiv:2307.08702, 2023

  104. [115]

    Weakly supervised fine-grained image classification via guassian mixture model oriented discriminative learning

    Zhihui Wang, Shijie Wang, Shuhui Yang, Haojie Li, Jianjun Li, and Zezhou Li. Weakly supervised fine-grained image classification via guassian mixture model oriented discriminative learning. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pa...

  105. [116]

    Diffspectralnet: Unveiling the potential of diffusion models for hyperspectral image classification.arXiv preprint arXiv:2312.12441, 2023

    Neetu Sigger, Tuan Thanh Nguyen, Gianluca Tozzi, Quoc-Tuan Vien, and Sinh Van Nguyen. Diffspectralnet: Unveiling the potential of diffusion models for hyperspectral image classification.arXiv preprint arXiv:2312.12441, 2023

  106. [117]

    Egc: Image generation and classification via a single energy-based model.arXiv preprint arXiv:2304.02012, 2023

    Qiushan Guo, Chuofan Ma, Yi Jiang, Zehuan Yuan, Yizhou Yu, and Ping Luo. Egc: Image generation and classification via a single energy-based model.arXiv preprint arXiv:2304.02012, 2023. , Vol. 1, No. 1, Article . Publication date: 00. 32 Abdullah, Tao Huang, Ickjai Lee, and Euijoon Ahn

  107. [118]

    Instructedit: Improving automatic masks for diffusion- based image editing with user instructions.arXiv preprint arXiv:2305.18047, 2023

    Qian Wang, Biao Zhang, Michael Birsak, and Peter Wonka. Instructedit: Improving automatic masks for diffusion- based image editing with user instructions.arXiv preprint arXiv:2305.18047, 2023

  108. [119]

    Yujun Shi, Chuhui Xue, Jiachun Pan, Wenqing Zhang, Vincent Y. F. Tan, and Song Bai. Dragdiffusion: Harnessing diffusion models for interactive point-based image editing.arXiv preprint arXiv:2306.14435, 2023

  109. [120]

    Unified concept editing in diffusion models

    Rohit Gandikota, Hadas Orgad, Yonatan Belinkov, Joanna Materzyńska, and David Bau. Unified concept editing in diffusion models. InProceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision, pages 5111–5120, 2024

  110. [121]

    High-fidelity diffusion-based image editing.arXiv preprint arXiv:2312.15707, 2023

    Chen Hou, Guoqiang Wei, and Zhibo Chen. High-fidelity diffusion-based image editing.arXiv preprint arXiv:2312.15707, 2023

  111. [122]

    Diffusion model for generative image denoising.arXiv preprint arXiv:2302.02398, 2023

    Yutong Xie, Minne Yuan, Bin Dong, and Quanzheng Li. Diffusion model for generative image denoising.arXiv preprint arXiv:2302.02398, 2023

  112. [123]

    Reconstruct-and-generate diffusion model for detail-preserving image denoising.arXiv preprint arXiv:2309.10714, 2023

    Yujin Wang, Lingen Li, Tianfan Xue, and Jinwei Gu. Reconstruct-and-generate diffusion model for detail-preserving image denoising.arXiv preprint arXiv:2309.10714, 2023

  113. [124]

    Imagenet large scale visual recognition challenge.International journal of computer vision, 115:211–252, 2015

    Olga Russakovsky, Jia Deng, Hao Su, Jonathan Krause, Sanjeev Satheesh, Sean Ma, Zhiheng Huang, Andrej Karpathy, Aditya Khosla, Michael Bernstein, et al. Imagenet large scale visual recognition challenge.International journal of computer vision, 115:211–252, 2015

  114. [125]

    Text2human: Text-driven controllable human image generation.ACM Transactions on Graphics (TOG), 41(4):1–11, 2022

    Yuming Jiang, Shuai Yang, Haonan Qiu, Wayne Wu, Chen Change Loy, and Ziwei Liu. Text2human: Text-driven controllable human image generation.ACM Transactions on Graphics (TOG), 41(4):1–11, 2022

  115. [126]

    Photo-sketching: Inferring contour drawings from images

    Mengtian Li, Zhe Lin, Radomir Mech, Ersin Yumer, and Deva Ramanan. Photo-sketching: Inferring contour drawings from images. In2019 IEEE Winter Conference on Applications of Computer Vision (W ACV), pages 1403–1412. IEEE, 2019

  116. [127]

    Stargan v2: Diverse image synthesis for multiple domains

    Yunjey Choi, Youngjung Uh, Jaejun Yoo, and Jung-Woo Ha. Stargan v2: Diverse image synthesis for multiple domains. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 8188–8197, 2020

  117. [128]

    Photorealistic text-to-image diffusion models with deep language understanding.Advances in neural information processing systems, 35:36479–36494, 2022

    Chitwan Saharia, William Chan, Saurabh Saxena, Lala Li, Jay Whang, Emily L Denton, Kamyar Ghasemipour, Raphael Gontijo Lopes, Burcu Karagol Ayan, Tim Salimans, et al. Photorealistic text-to-image diffusion models with deep language understanding.Advances in neural information ...

  118. [129]

    Spatial pattern templates for recognition of objects with regular structure

    Radim Tyleček and Radim Šára. Spatial pattern templates for recognition of objects with regular structure. InPattern Recognition: 35th German Conference, GCPR 2013, Saarbrücken, Germany, September 3-6, 2013. Proceedings 35, pages 364–374. Springer, 2013

  119. [130]

    Maskgan: Towards diverse and interactive facial image manipulation

    Cheng-Han Lee, Ziwei Liu, Lingyun Wu, and Ping Luo. Maskgan: Towards diverse and interactive facial image manipulation. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 5549–5558, 2020

  120. [131]

    Diffi2i: Efficient diffusion model for image-to-image translation.arXiv preprint arXiv:2308.13767, 2023

    Bin Xia, Yulun Zhang, Shiyin Wang, Yitong Wang, Xinglong Wu, Yapeng Tian, Wenming Yang, Radu Timotfe, and Luc Van Gool. Diffi2i: Efficient diffusion model for image-to-image translation.arXiv preprint arXiv:2308.13767, 2023

  121. [132]

    Dinar: Diffusion inpainting of neural textures for one-shot human avatars

    David Svitov, Dmitrii Gudkov, Renat Bashirov, and Victor Lempitsky. Dinar: Diffusion inpainting of neural textures for one-shot human avatars. InProceedings of the IEEE/CVF International Conference on Computer Vision, pages 7062–7072, 2023

  122. [133]

    The cityscapes dataset for semantic urban scene understanding

    Marius Cordts, Mohamed Omran, Sebastian Ramos, Timo Rehfeld, Markus Enzweiler, Rodrigo Benenson, Uwe Franke, Stefan Roth, and Bernt Schiele. The cityscapes dataset for semantic urban scene understanding. InProceedings of the IEEE conference on computer vision and pattern recog...

  123. [134]

    Modeling context between objects for referring expression understanding

    Varun K Nagaraja, Vlad I Morariu, and Larry S Davis. Modeling context between objects for referring expression understanding. InComputer Vision–ECCV 2016: 14th European Conference, Amsterdam, The Netherlands, October 11–14, 2016, Proceedings, Part IV 14, pages 792–807. Springer, 2016

  124. [135]

    Fss-1000: A 1000-class dataset for few-shot segmentation

    Xiang Li, Tianhan Wei, Yau Pun Chen, Yu-Wing Tai, and Chi-Keung Tang. Fss-1000: A 1000-class dataset for few-shot segmentation. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 2869–2878, 2020

  125. [136]

    Microsoft coco: Common objects in context

    Tsung-Yi Lin, Michael Maire, Serge Belongie, James Hays, Pietro Perona, Deva Ramanan, Piotr Dollár, and C Lawrence Zitnick. Microsoft coco: Common objects in context. InComputer Vision–ECCV 2014: 13th European Conference, Zurich, Switzerland, September 6-12, 2014, Proceedings,...

  126. [137]

    Deep support vector machine for hyperspectral image classification

    Onuwa Okwuashi and Christopher E Ndehedehe. Deep support vector machine for hyperspectral image classification. Pattern Recognition, 103:107298, 2020

  127. [138]

    Ntire 2017 challenge on single image super-resolution: Dataset and study

    Eirikur Agustsson and Radu Timofte. Ntire 2017 challenge on single image super-resolution: Dataset and study. In Proceedings of the IEEE conference on computer vision and pattern recognition workshops, pages 126–135, 2017

  128. [139]

    Diffusion-based representation learning.arXiv preprint arXiv:2105.14257, 2021

    Korbinian Abstreiter, Sarthak Mittal, Stefan Bauer, Bernhard Schölkopf, and Arash Mehrjou. Diffusion-based representation learning.arXiv preprint arXiv:2105.14257, 2021

  129. [140]

    A morphology focused diffusion probabilistic model for synthesis of histopathology images

    Puria Azadi Moghadam, Sanne Van Dalen, Karina C Martin, Jochen Lennerz, Stephen Yip, Hossein Farahani, and Ali Bashashati. A morphology focused diffusion probabilistic model for synthesis of histopathology images. In , Vol. 1, No. 1, Article . Publication date: 00. Computation...

  130. [141]

    Diffusion deformable model for 4d temporal medical image generation

    Boah Kim and Jong Chul Ye. Diffusion deformable model for 4d temporal medical image generation. InInternational Conference on Medical Image Computing and Computer-Assisted Intervention, pages 539–548. Springer, 2022

  131. [142]

    Adaptive latent diffusion model for 3d medical image to image translation: Multi- modal magnetic resonance imaging study

    Jonghun Kim and Hyunjin Park. Adaptive latent diffusion model for 3d medical image to image translation: Multi- modal magnetic resonance imaging study. InProceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision, pages 7604–7613, 2024

  132. [143]

    Xiaoyue Li, Kai Shang, Gaoang Wang, and Mark D. Butala. Ddmm-synth: A denoising diffusion model for cross-modal medical image synthesis with sparse-view measurement embedding.arXiv preprint arXiv:2303.15770, 2023

  133. [144]

    Fddm: Unsupervised medical image translation with a frequency-decoupled diffusion model.arXiv preprint arXiv:2311.12070, 2023

    Yunxiang Li, Hua-Chieh Shao, Xiaoxue Qian, and You Zhang. Fddm: Unsupervised medical image translation with a frequency-decoupled diffusion model.arXiv preprint arXiv:2311.12070, 2023

  134. [145]

    Conversion between ct and mri images using diffusion and score-matching models.arXiv preprint arXiv:2209.12104, 2022

    Qing Lyu and Ge Wang. Conversion between ct and mri images using diffusion and score-matching models.arXiv preprint arXiv:2209.12104, 2022

  135. [146]

    Xiaoxiao He, Chaowei Tan, Ligong Han, Bo Liu, Leon Axel, Kang Li, and Dimitris N. Metaxas. Dmcvr: Morphology- guided diffusion model for 3d cardiac volume reconstruction. InInternational Conference on Medical Image Computing and Computer-Assisted Intervention, pages 132–142. S...

  136. [147]

    Self-supervised mri reconstruction with unrolled diffusion models

    Yilmaz Korkmaz, Tolga Cukur, and Vishal M Patel. Self-supervised mri reconstruction with unrolled diffusion models. InInternational Conference on Medical Image Computing and Computer-Assisted Intervention, pages 491–501. Springer, 2023

  137. [148]

    Contextual attention network: Transformer meets u-net

    Reza Azad, Moein Heidari, Yuli Wu, and Dorit Merhof. Contextual attention network: Transformer meets u-net. In International Workshop on Machine Learning in Medical Imaging, pages 377–386. Springer, 2022

  138. [149]

    Towards performant and reliable undersampled mr reconstruction via diffusion model sampling

    Cheng Peng, Pengfei Guo, S Kevin Zhou, Vishal M Patel, and Rama Chellappa. Towards performant and reliable undersampled mr reconstruction via diffusion model sampling. InInternational Conference on Medical Image Computing and Computer-Assisted Intervention, pages 623–633. Spri...

  139. [150]

    Berdiff: Conditional bernoulli diffusion model for medical image segmentation.arXiv preprint arXiv:2304.04429, 2023

    Tao Chen, Chenhui Wang, and Hongming Shan. Berdiff: Conditional bernoulli diffusion model for medical image segmentation.arXiv preprint arXiv:2304.04429, 2023

  140. [151]

    Cattin Philippe

    Bieder Florentin, Wolleb Julia, Durrer Alicia, Sandkuehler Robin, and C. Cattin Philippe. Denoising diffusion models for memory-efficient processing of 3d medical images, 2024

  141. [152]

    Combining dc-gan with resnet for blood cell image classification.Medical & biological engineering & computing, 58:1251–1264, 2020

    Li Ma, Renjun Shuai, Xuming Ran, Wenjia Liu, and Chao Ye. Combining dc-gan with resnet for blood cell image classification.Medical & biological engineering & computing, 58:1251–1264, 2020

  142. [153]

    Aviles-Rivero, Christina Runkel, Nicolas Papadakis, Zoe Kourtzi, and Carola-Bibiane Schönlieb

    Angelica I. Aviles-Rivero, Christina Runkel, Nicolas Papadakis, Zoe Kourtzi, and Carola-Bibiane Schönlieb. Multi- modal hypergraph diffusion network with dual prior for alzheimer classification. InInternational Conference on Medical Image Computing and Computer-Assisted Interv...

  143. [154]

    Toward a shared vision for cancer genomic data.New England Journal of Medicine, 375(12):1109–1112, 2016

    Robert L Grossman, Allison P Heath, Vincent Ferretti, Harold E Varmus, Douglas R Lowy, Warren A Kibbe, and Louis M Staudt. Toward a shared vision for cancer genomic data.New England Journal of Medicine, 375(12):1109–1112, 2016

  144. [157]

    Chestx-ray8: Hospital-scale chest x-ray database and benchmarks on weakly-supervised classification and localization of common thorax diseases

    Xiaosong Wang, Yifan Peng, Le Lu, Zhiyong Lu, Mohammadhadi Bagheri, and Ronald M Summers. Chestx-ray8: Hospital-scale chest x-ray database and benchmarks on weakly-supervised classification and localization of common thorax diseases. InProceedings of the IEEE conference on com...

  145. [158]

    Mr and ct data with multiobserver delineations of organs in the pelvic area—part of the gold atlas project.Medical physics, 45(3):1295–1300, 2018

    Tufve Nyholm, Stina Svensson, Sebastian Andersson, Joakim Jonsson, Maja Sohlin, Christian Gustafsson, Elisabeth Kjellén, Karin Söderström, Per Albertsson, Lennart Blomqvist, et al. Mr and ct data with multiobserver delineations of organs in the pelvic area—part of the gold atl...

  146. [159]

    Synthrad2023 grand challenge dataset: Generating synthetic ct for radiotherapy.Medical physics, 50(7):4664–4674, 2023

    Adrian Thummerer, Erik van der Bijl, Arthur Galapon Jr, Joost JC Verhoeff, Johannes A Langendijk, Stefan Both, Cornelis (Nico) AT van den Berg, and Matteo Maspero. Synthrad2023 grand challenge dataset: Generating synthetic ct for radiotherapy.Medical physics, 50(7):4664–4674, 2023

  147. [160]

    The markerless lung target tracking aapm grand challenge (match) results.Medical physics, 49(2):1161–1180, 2022

    Marco Mueller, Per Poulsen, Rune Hansen, Wilko Verbakel, Ross Berbeco, Dianne Ferguson, Shinichiro Mori, Lei Ren, John C Roeske, Lei Wang, et al. The markerless lung target tracking aapm grand challenge (match) results.Medical physics, 49(2):1161–1180, 2022

  148. [161]

    fastmri: An open dataset and benchmarks for accelerated mri.arXiv , Vol

    Jure Zbontar, Florian Knoll, Anuroop Sriram, Tullie Murrell, Zhengnan Huang, Matthew J Muckley, Aaron Defazio, Ruben Stern, Patricia Johnson, Mary Bruno, et al. fastmri: An open dataset and benchmarks for accelerated mri.arXiv , Vol. 1, No. 1, Article . Publication date: 00. 3...

  149. [162]

    Uk biobank’s cardiovascular magnetic resonance protocol

    Steffen E Petersen, Paul M Matthews, Jane M Francis, Matthew D Robson, Filip Zemrak, Redha Boubertakh, Alistair A Young, Sarah Hudson, Peter Weale, Steve Garratt, et al. Uk biobank’s cardiovascular magnetic resonance protocol. Journal of cardiovascular magnetic resonance, 18(1...

  150. [163]

    Skin lesion analysis toward melanoma detection 2018: A challenge hosted by the international skin imaging collaboration (isic).arXiv preprint arXiv:1902.03368, 2019

    Noel Codella, Veronica Rotemberg, Philipp Tschandl, M Emre Celebi, Stephen Dusza, David Gutman, Brian Helba, Aadi Kalloo, Konstantinos Liopyris, Michael Marchetti, et al. Skin lesion analysis toward melanoma detection 2018: A challenge hosted by the international skin imaging ...

  151. [164]

    The rsna-asnr-miccai brats 2021 benchmark on brain tumor segmentation and radiogenomic classification.arXiv preprint arXiv:2107.02314, 2021

    Ujjwal Baid, Satyam Ghodasara, Suyash Mohan, Michel Bilello, Evan Calabrese, Errol Colak, Keyvan Farahani, Jayashree Kalpathy-Cramer, Felipe C Kitamura, Sarthak Pati, et al. The rsna-asnr-miccai brats 2021 benchmark on brain tumor segmentation and radiogenomic classification.a...

  152. [166]

    Enhancing eye disease diagnosis with deep learning and synthetic data augmentation.arXiv preprint arXiv:2407.17755, 2024

    Saideep Kilaru, Kothamasu Jayachandra, Tanishka Yagneshwar, and Suchi Kumari. Enhancing eye disease diagnosis with deep learning and synthetic data augmentation.arXiv preprint arXiv:2407.17755, 2024

  153. [167]

    Tan NN Doan, Boram Song, Trinh TL Vuong, Kyungeun Kim, and Jin T Kwak. Sonnet: A self-guided ordinal regression neural network for segmentation and classification of nuclei in large-scale multi-tissue histology images.IEEE Journal of Biomedical and Health Informatics, 26(7):32...

  154. [168]

    Deep learning techniques for automatic mri cardiac multi-structures segmentation and diagnosis: is the problem solved?IEEE transactions on medical imaging, 37(11):2514–2525, 2018

    Olivier Bernard, Alain Lalande, Clement Zotti, Frederick Cervenansky, Xin Yang, Pheng-Ann Heng, Irem Cetin, Karim Lekadir, Oscar Camara, Miguel Angel Gonzalez Ballester, et al. Deep learning techniques for automatic mri cardiac multi-structures segmentation and diagnosis: is t...

  155. [169]

    The cancer imaging archive (tcia): maintaining and operating a public information repository.Journal of digital imaging, 26:1045–1057, 2013

    Kenneth Clark, Bruce Vendt, Kirk Smith, John Freymann, Justin Kirby, Paul Koppel, Stephen Moore, Stanley Phillips, David Maffitt, Michael Pringle, et al. The cancer imaging archive (tcia): maintaining and operating a public information repository.Journal of digital imaging, 26...

  156. [170]

    Targeted biopsy in the detection of prostate cancer using an office based magnetic resonance ultrasound fusion device.The Journal of urology, 189(1):86–92, 2013

    Geoffrey A Sonn, Shyam Natarajan, Daniel JA Margolis, Malu MacAiran, Patricia Lieu, Jiaoti Huang, Frederick J Dorey, and Leonard S Marks. Targeted biopsy in the detection of prostate cancer using an office based magnetic resonance ultrasound fusion device.The Journal of urolog...

  157. [171]

    Unsupervised denoising of retinal oct with diffusion probabilistic model

    Dewei Hu, Yuankai K Tao, and Ipek Oguz. Unsupervised denoising of retinal oct with diffusion probabilistic model. InMedical Imaging 2022: Image Processing, volume 12032, pages 25–34. SPIE, 2022

  158. [172]

    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. InMedical Imaging with Deep Learning, pages 1623–1639. PMLR, 2024

  159. [173]

    Low-dose ct using denoising diffusion probabilistic model for 20× speedup

    Wenjun Xia, Qing Lyu, and Ge Wang. Low-dose ct using denoising diffusion probabilistic model for 20× speedup. arXiv preprint arXiv:2209.15136, 2022

  160. [174]

    Pet image denoising based on denoising diffusion probabilistic model.European Journal of Nuclear Medicine and Molecular Imaging, pages 1–11, 2023

    Kuang Gong, Keith Johnson, Georges El Fakhri, Quanzheng Li, and Tinsu Pan. Pet image denoising based on denoising diffusion probabilistic model.European Journal of Nuclear Medicine and Molecular Imaging, pages 1–11, 2023

  161. [175]

    X. Liu, Y. Xie, J. Cheng, S. Diao, S. Tan, and X. Liang. Diffusion probabilistic priors for zero-shot low-dose ct image denoising.arXiv [Preprint], 2023

  162. [176]

    Pfgm++: Unlocking the potential of physics-inspired generative models.arXiv preprint arXiv:2302.04265, 2023

    Yilun Xu, Ziming Liu, Yonglong Tian, Shangyuan Tong, Max Tegmark, and Tommi Jaakkola. Pfgm++: Unlocking the potential of physics-inspired generative models.arXiv preprint arXiv:2302.04265, 2023

  163. [177]

    Training-free sketch-guided diffusion with latent optimization

    Sandra Zhang Ding, Jiafeng Mao, and Kiyoharu Aizawa. Training-free sketch-guided diffusion with latent optimization. arXiv preprint arXiv:2409.00313, 2024

  164. [178]

    Ladiffgan: Training gans with diffusion supervision in latent spaces

    Xuhui Liu, Bohan Zeng, Sicheng Gao, Shanglin Li, Yutang Feng, Hong Li, Boyu Liu, Jianzhuang Liu, and Baochang Zhang. Ladiffgan: Training gans with diffusion supervision in latent spaces. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages...

  165. [179]

    Multi-level global context cross consistency model for semi-supervised ultrasound image segmentation with diffusion model.arXiv preprint arXiv:2305.09447, 2023

    Fenghe Tang, Jianrui Ding, Lingtao Wang, Min Xian, and Chunping Ning. Multi-level global context cross consistency model for semi-supervised ultrasound image segmentation with diffusion model.arXiv preprint arXiv:2305.09447, 2023

  166. [180]

    Wood, Ronald M

    Boah Kim, Yujin Oh, Bradford J. Wood, Ronald M. Summers, and Jong Chul Ye. C-darl: Contrastive diffusion adversarial representation learning for label-free blood vessel segmentation.Medical Image Analysis, 91:103022, 2024

  167. [181]

    Using histopathology latent diffusion models as privacy-preserving dataset augmenters improves downstream classification performance

    Jan M Niehues, Gustav Müller-Franzes, Yoni Schirris, Sophia Janine Wagner, Michael Jendrusch, Matthias Kloor, Alexander T Pearson, Hannah Sophie Muti, Katherine J Hewitt, Gregory P Veldhuizen, et al. Using histopathology latent diffusion models as privacy-preserving dataset au...

  168. [182]

    Diffedit: Diffusion-based semantic image editing with mask guidance.arXiv preprint arXiv:2210.11427, 2022

    Guillaume Couairon, Jakob Verbeek, Holger Schwenk, and Matthieu Cord. Diffedit: Diffusion-based semantic image editing with mask guidance.arXiv preprint arXiv:2210.11427, 2022. , Vol. 1, No. 1, Article . Publication date: 00. Computationally Efficient Diffusion Models in Medic...

  169. [183]

    Diffsound: Discrete diffusion model for text-to-sound generation.IEEE/ACM Transactions on Audio, Speech, and Language Processing, 31:1720–1733, 2023

    Dongchao Yang, Jianwei Yu, Helin Wang, Wen Wang, Chao Weng, Yuexian Zou, and Dong Yu. Diffsound: Discrete diffusion model for text-to-sound generation.IEEE/ACM Transactions on Audio, Speech, and Language Processing, 31:1720–1733, 2023

  170. [184]

    Laion-400m: Open dataset of clip-filtered 400 million image-text pairs

    Christoph Schuhmann, Richard Vencu, Romain Beaumont, Robert Kaczmarczyk, Clayton Mullis, Aarush Katta, Theo Coombes, Jenia Jitsev, and Aran Komatsuzaki. Laion-400m: Open dataset of clip-filtered 400 million image-text pairs. arXiv preprint arXiv:2111.02114, 2021

  171. [185]

    The sketchy database: learning to retrieve badly drawn bunnies.ACM Transactions on Graphics (TOG), 35(4):1–12, 2016

    Patsorn Sangkloy, Nathan Burnell, Cusuh Ham, and James Hays. The sketchy database: learning to retrieve badly drawn bunnies.ACM Transactions on Graphics (TOG), 35(4):1–12, 2016

  172. [186]

    U-gat-it: unsupervised generative attentional networks with adaptive layer-instance normalization for image-to-image translation.arXiv preprint arXiv:1907.10830, 2019

    J Kim. U-gat-it: unsupervised generative attentional networks with adaptive layer-instance normalization for image-to-image translation.arXiv preprint arXiv:1907.10830, 2019

  173. [187]

    Uk biobank: an open access resource for identifying the causes of a wide range of complex diseases of middle and old age.PLoS medicine, 12(3):e1001779, 2015

    Cathie Sudlow, John Gallacher, Naomi Allen, Valerie Beral, Paul Burton, John Danesh, Paul Downey, Paul Elliott, Jane Green, Martin Landray, et al. Uk biobank: an open access resource for identifying the causes of a wide range of complex diseases of middle and old age.PLoS medi...

  174. [188]

    Self-supervised vessel segmentation via adversarial learning

    Yuxin Ma, Yang Hua, Hanming Deng, Tao Song, Hao Wang, Zhengui Xue, Heng Cao, Ruhui Ma, and Haibing Guan. Self-supervised vessel segmentation via adversarial learning. InProceedings of the IEEE/CVF International Conference on Computer Vision, pages 7536–7545, 2021

  175. [189]

    The multimodal brain tumor image segmentation benchmark (brats).IEEE transactions on medical imaging, 34(10):1993–2024, 2014

    Bjoern H Menze, Andras Jakab, Stefan Bauer, Jayashree Kalpathy-Cramer, Keyvan Farahani, Justin Kirby, Yuliya Burren, Nicole Porz, Johannes Slotboom, Roland Wiest, et al. The multimodal brain tumor image segmentation benchmark (brats).IEEE transactions on medical imaging, 34(10...

  176. [190]

    Dataset of breast ultrasound images.Data in brief, 28:104863, 2020

    Walid Al-Dhabyani, Mohammed Gomaa, Hussien Khaled, and Aly Fahmy. Dataset of breast ultrasound images.Data in brief, 28:104863, 2020

  177. [191]

    Han Le, Rajarsi Gupta, Le Hou, Shahira Abousamra, Danielle Fassler, Luke Torre-Healy, Richard A Moffitt, Tahsin Kurc, Dimitris Samaras, Rebecca Batiste, et al. Utilizing automated breast cancer detection to identify spatial distributions of tumor-infiltrating lymphocytes in in...

  178. [192]

    Pathldm: Text conditioned latent diffusion model for histopathology

    Srikar Yellapragada, Alexandros Graikos, Prateek Prasanna, Tahsin Kurc, Joel Saltz, and Dimitris Samaras. Pathldm: Text conditioned latent diffusion model for histopathology. InProceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision, pages 5182–5191, 2024

  179. [193]

    Jpeg2000: Image compression fundamentals, standards and practice.Journal of Electronic Imaging, 11(2):286–287, 2002

    David S Taubman, Michael W Marcellin, and Majid Rabbani. Jpeg2000: Image compression fundamentals, standards and practice.Journal of Electronic Imaging, 11(2):286–287, 2002

  180. [194]

    Diffusion probabilistic model made slim

    Xingyi Yang, Daquan Zhou, Jiashi Feng, and Xinchao Wang. Diffusion probabilistic model made slim. InProceedings of the IEEE/CVF Conference on computer vision and pattern recognition, pages 22552–22562, 2023

  181. [195]

    Udiff: Generating conditional unsigned distance fields with optimal wavelet diffusion

    Junsheng Zhou, Weiqi Zhang, Baorui Ma, Kanle Shi, Yu-Shen Liu, and Zhizhong Han. Udiff: Generating conditional unsigned distance fields with optimal wavelet diffusion. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 21496–21506, 2024

  182. [196]

    Swagan: A style-based wavelet-driven generative model.ACM Transactions on Graphics (TOG), 40(4):1–11, 2021

    Rinon Gal, Dana Cohen Hochberg, Amit Bermano, and Daniel Cohen-Or. Swagan: A style-based wavelet-driven generative model.ACM Transactions on Graphics (TOG), 40(4):1–11, 2021

  183. [197]

    Contour wavelet diffusion: A fast and high-quality image generation model.Computational Intelligence, 40(2):e12644, 2024

    Yaoyao Ding, Xiaoxi Zhu, and Yuntao Zou. Contour wavelet diffusion: A fast and high-quality image generation model.Computational Intelligence, 40(2):e12644, 2024

  184. [198]

    Wavelet-improved score-based generative model for medical imaging.IEEE transactions on medical imaging, 2023

    Weiwen Wu, Yanyang Wang, Qiegen Liu, Ge Wang, and Jianjia Zhang. Wavelet-improved score-based generative model for medical imaging.IEEE transactions on medical imaging, 2023

  185. [199]

    Wdm: 3d wavelet diffusion models for high-resolution medical image synthesis.arXiv preprint arXiv:2402.19043, 2024

    Paul Friedrich, Julia Wolleb, Florentin Bieder, Alicia Durrer, and Philippe C Cattin. Wdm: 3d wavelet diffusion models for high-resolution medical image synthesis.arXiv preprint arXiv:2402.19043, 2024

  186. [200]

    Wavelet knowledge distillation: Towards efficient image-to-image translation

    Linfeng Zhang, Xin Chen, Xiaobing Tu, Pengfei Wan, Ning Xu, and Kaisheng Ma. Wavelet knowledge distillation: Towards efficient image-to-image translation. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 12464–12474, 2022

  187. [201]

    Wavelet integrated cnns for noise-robust image classification

    Qiufu Li, Linlin Shen, Sheng Guo, and Zhihui Lai. Wavelet integrated cnns for noise-robust image classification. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 7245–7254, 2020

  188. [202]

    Wavelet domain style transfer for an effective perception- distortion tradeoff in single image super-resolution

    Xin Deng, Ren Yang, Mai Xu, and Pier Luigi Dragotti. Wavelet domain style transfer for an effective perception- distortion tradeoff in single image super-resolution. InProceedings of the IEEE/CVF international conference on computer vision, pages 3076–3085, 2019

  189. [203]

    Wave-vit: Unifying wavelet and transformers for visual representation learning

    Ting Yao, Yingwei Pan, Yehao Li, Chong-Wah Ngo, and Tao Mei. Wave-vit: Unifying wavelet and transformers for visual representation learning. InEuropean conference on computer vision, pages 328–345. Springer, 2022

  190. [204]

    Wbt-gan: Wavelet based generative adversarial network for texture synthesis

    Sara Saberi Moghadam, Reza Azmi, and Maral Zarvani. Wbt-gan: Wavelet based generative adversarial network for texture synthesis. In2021 11th International Conference on Computer Engineering and Knowledge (ICCKE), pages 441–446. IEEE, 2021. , Vol. 1, No. 1, Article . Publicatio...

  191. [205]

    Spi-gan: Denoising diffusion gans with straight-path interpolations.arXiv preprint arXiv:2206.14464, 2022

    Jinsung Jeon and Noseong Park. Spi-gan: Denoising diffusion gans with straight-path interpolations.arXiv preprint arXiv:2206.14464, 2022

  192. [206]

    Deep fashion3d: A dataset and benchmark for 3d garment reconstruction from single images

    Heming Zhu, Yu Cao, Hang Jin, Weikai Chen, Dong Du, Zhangye Wang, Shuguang Cui, and Xiaoguang Han. Deep fashion3d: A dataset and benchmark for 3d garment reconstruction from single images. InComputer Vision–ECCV 2020: 16th European Conference, Glasgow, UK, August 23–28, 2020, ...

  193. [207]

    Deep retinex decomposition for low-light enhancement

    Chen Wei, Wenjing Wang, Wenhan Yang, and Jiaying Liu. Deep retinex decomposition for low-light enhancement. arXiv preprint arXiv:1808.04560, 2018

  194. [208]

    Attentive generative adversarial network for raindrop removal from a single image

    Rui Qian, Robby T Tan, Wenhan Yang, Jiajun Su, and Jiaying Liu. Attentive generative adversarial network for raindrop removal from a single image. InProceedings of the IEEE conference on computer vision and pattern recognition, pages 2482–2491, 2018

  195. [209]

    Wavedm: Wavelet-based diffusion models for image restoration.IEEE Transactions on Multimedia, 2024

    Yi Huang, Jiancheng Huang, Jianzhuang Liu, Mingfu Yan, Yu Dong, Jiaxi Lyu, Chaoqi Chen, and Shifeng Chen. Wavedm: Wavelet-based diffusion models for image restoration.IEEE Transactions on Multimedia, 2024

  196. [210]

    Deep multi-scale convolutional neural network for dynamic scene deblurring

    Seungjun Nah, Tae Hyun Kim, and Kyoung Mu Lee. Deep multi-scale convolutional neural network for dynamic scene deblurring. InProceedings of the IEEE conference on computer vision and pattern recognition, pages 3883–3891, 2017

  197. [211]

    Hierarchical wavelet-guided diffusion model for single image deblurring.The Visual Computer, pages 1–16, 2024

    Xiaopan Li, Shiqian Wu, Xin Yuan, Shoulie Xie, and Sos Agaian. Hierarchical wavelet-guided diffusion model for single image deblurring.The Visual Computer, pages 1–16, 2024

  198. [212]

    Kvasir-capsule, a video capsule endoscopy dataset

    Pia H Smedsrud, Vajira Thambawita, Steven A Hicks, Henrik Gjestang, Oda Olsen Nedrejord, Espen Næss, Hanna Borgli, Debesh Jha, Tor Jan Derek Berstad, Sigrun L Eskeland, et al. Kvasir-capsule, a video capsule endoscopy dataset. Scientific Data, 8(1):142, 2021

  199. [213]

    Alzheimer’s disease neuroimaging initiative (adni) clinical characterization.Neurology, 74(3):201–209, 2010

    Ronald Carl Petersen, Paul S Aisen, Laurel A Beckett, Michael C Donohue, Anthony Collins Gamst, Danielle J Harvey, CR Jack Jr, William J Jagust, Leslie M Shaw, Arthur W Toga, et al. Alzheimer’s disease neuroimaging initiative (adni) clinical characterization.Neurology, 74(3):2...

  200. [214]

    Mr image super-resolution using wavelet diffusion for predicting alzheimer’s disease

    Guoli Huang, Xuhang Chen, Yanyan Shen, and Shuqiang Wang. Mr image super-resolution using wavelet diffusion for predicting alzheimer’s disease. InInternational Conference on Brain Informatics, pages 146–157. Springer, 2023

  201. [215]

    Low-dose ct image and projection dataset.Medical physics, 48(2):902–911, 2021

    Taylor R Moen, Baiyu Chen, David R Holmes III, Xinhui Duan, Zhicong Yu, Lifeng Yu, Shuai Leng, Joel G Fletcher, and Cynthia H McCollough. Low-dose ct image and projection dataset.Medical physics, 48(2):902–911, 2021

  202. [216]

    Preparing medical imaging data for machine learning

    Martin J Willemink, Wojciech A Koszek, Cailin Hardell, Jie Wu, Dominik Fleischmann, Hugh Harvey, Les R Folio, Ronald M Summers, Daniel L Rubin, and Matthew P Lungren. Preparing medical imaging data for machine learning. Radiology, 295(1):4–15, 2020

  203. [217]

    Generation and evaluation of medical images based on diffusion models

    José Antonio Iglesias, José María Monterrubio, María Paz Sesmero, and Araceli Sanchis. Generation and evaluation of medical images based on diffusion models. In2024 IEEE International Conference on Evolving and Adaptive Intelligent Systems (EAIS), pages 1–8. IEEE, 2024

  204. [218]

    Representation learning with diffusion models.arXiv preprint arXiv:2210.11058, 2022

    Jeremias Traub. Representation learning with diffusion models.arXiv preprint arXiv:2210.11058, 2022. , Vol. 1, No. 1, Article . Publication date: 00

Pith tools

Reviewed August 15, 2026 · model on record in the stance chip above.