paper-with-me

Papers

Diffusion Models in Low-Level Vision: A Survey

2024-06-17 · Chunming He, Yuqi Shen, Chengyu Fang, Fengyang Xiao, Longxiang Tang, Yulun Zhang, WangMeng Zuo, Zhenhua Guo, Xiu Li

Deep generative models have garnered significant attention in low-level vision tasks due to their generative capabilities. Among them, diffusion model-based solutions, characterized by a forward diffusion process and a reverse denoising process, have emerged as widely acclaimed for their ability to produce samples of superior quality and diversity. This ensures the generation of visually compelling results with intricate texture information. Despite their remarkable success, a noticeable gap exists in a comprehensive survey that amalgamates these pioneering diffusion model-based works and organizes the corresponding threads. This paper proposes the comprehensive review of diffusion model-based techniques. We present three generic diffusion modeling frameworks and explore their correlations with other deep generative models, establishing the theoretical foundation. Following this, we introduce a multi-perspective categorization of diffusion models, considering both the underlying framework and the target task. Additionally, we summarize extended diffusion models applied in other tasks, including medical, remote sensing, and video scenarios. Moreover, we provide an overview of commonly used benchmarks and evaluation metrics. We conduct a thorough evaluation, encompassing both performance and efficiency, of diffusion model-based techniques in three prominent tasks. Finally, we elucidate the limitations of current diffusion models and propose seven intriguing directions for future research. This comprehensive examination aims to facilitate a profound understanding of the landscape surrounding denoising diffusion models in the context of low-level vision tasks. A curated list of diffusion model-based techniques in over 20 low-level vision tasks can be found at https://github.com/ChunmingHe/awesome-diffusion-models-in-low-level-vision.

📄 PDF Abstract BibTeX arXiv:2406.11138

Code (1)

chunminghe/awesome-diffusion-models-in-low-level-vision 공식 구현 pytorch

Tasks

DenoisingSurvey

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Survey of Video Diffusion Models: Foundations, Implementations, and Applications

2025-04-22 · Yimu Wang, Xuye Liu, Wei Pang, Li Ma 외

Recent advances in diffusion models have revolutionized video generation, offering superior temporal consistency and visual quality compared to traditional generative adversarial networks-based approaches. While this eme…

Computational EfficiencyDenoisingQuestion AnsweringSuper-Resolution+2

Taming Diffusion Models for Image Restoration: A Review

2024-09-16 · Ziwei Luo, Fredrik K. Gustafsson, Zheng Zhao, Jens Sjölund 외

Diffusion models have achieved remarkable progress in generative modelling, particularly in enhancing image quality to conform to human preferences. Recently, these models have also been applied to low-level computer vis…

DeblurringDenoisingImage DenoisingImage Restoration

Efficient Diffusion Models: A Survey

2025-02-03 · Hui Shen, JingXuan Zhang, Boning Xiong, Rui Hu 외

Diffusion models have emerged as powerful generative models capable of producing high-quality contents such as images, videos, and audio, demonstrating their potential to revolutionize digital content creation. However, …

Survey

Diffusion Models and Representation Learning: A Survey

2024-06-30 · Michael Fuest, Pingchuan Ma, Ming Gui, Johannes S. Fischer 외

Diffusion Models are popular generative modeling methods in various vision tasks, attracting significant attention. They can be considered a unique instance of self-supervised learning methods due to their independence f…

DenoisingRepresentation LearningSelf-Supervised LearningSurvey

Adversarial Diffusion Across Modalities: A Fusion Survey of Attacks, Defenses, and Evaluation for Text, Vision, and Vision-Language Models

2026-06-25 · Abrar Alotaibi, Moataz Ahmed arxiv

Adversarial evaluation of AI systems has matured along four largely disconnected tracks: diffusion-based attacks on text and large language models (LLMs), diffusion-based attacks on image classifiers, jailbreak pipelines…