paper-with-me

홈 › Papers

Selective Guidance: Are All the Denoising Steps of Guided Diffusion Important?

2023-05-16 · Pareesa Ameneh Golnari, Zhewei Yao, Yuxiong He

This study examines the impact of optimizing the Stable Diffusion (SD) guided inference pipeline. We propose optimizing certain denoising steps by limiting the noise computation to conditional noise and eliminating unconditional noise computation, thereby reducing the complexity of the target iterations by 50%. Additionally, we demonstrate that later iterations of the SD are less sensitive to optimization, making them ideal candidates for applying the suggested optimization. Our experiments show that optimizing the last 20% of the denoising loop iterations results in an 8.2% reduction in inference time with almost no perceivable changes to the human eye. Furthermore, we found that by extending the optimization to 50% of the last iterations, we can reduce inference time by approximately 20.3%, while still generating visually pleasing images.

📄 PDF Abstract BibTeX arXiv:2305.09847

Code (0)

등록된 구현이 없습니다.

Tasks

AllDenoising

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

Self-Supervised Selective-Guided Diffusion Model for Old-Photo Face Restoration

2025-10-14 · Wenjie Li, Xiangyi Wang, Heng Guo, Guangwei Gao 외 arxiv

Old-photo face restoration poses significant challenges due to compounded degradations such as breakage, fading, and severe blur. Existing pre-trained diffusion-guided methods either rely on explicit degradation priors o…

Face Parsing

Not All Steps are Created Equal: Selective Diffusion Distillation for Image Manipulation

2023-07-17 · ICCV 2023 1 · Luozhou Wang, Shuai Yang, Shu Liu, Ying-Cong Chen

Conditional diffusion models have demonstrated impressive performance in image manipulation tasks. The general pipeline involves adding noise to the image and then denoising it. However, this method faces a trade-off pro…

AllDenoisingImage Manipulation

CorGi: Contribution-Guided Block-Wise Interval Caching for Training-Free Acceleration of Diffusion Transformers

2025-12-30 · Yonglak Son, Suhyeok Kim, Seungryong Kim, Young Geun Kim arxiv

Diffusion transformer (DiT) achieves remarkable performance in visual generation, but its iterative denoising process combined with larger capacity leads to a high inference cost. Recent works have demonstrated that the …

Dynamic VLM-Guided Negative Prompting for Diffusion Models

2025-10-30 · Hoyeon Chang, Seungjin Kim, Yoonseok Choi arxiv

We propose a novel approach for dynamic negative prompting in diffusion models that leverages Vision-Language Models (VLMs) to adaptively generate negative prompts during the denoising process. Unlike traditional Negativ…

UnGuide: Learning to Forget with LoRA-Guided Diffusion Models

2025-08-07 · Agnieszka Polowczyk, Alicja Polowczyk, Dawid Malarz, Artur Kasymov 외 arxiv

Recent advances in large-scale text-to-image diffusion models have heightened concerns about their potential misuse, especially in generating harmful or misleading content. This underscores the urgent need for effective …