paper-with-me

홈 › Papers

AdaDiff: Adaptive Step Selection for Fast Diffusion Models

2023-11-24 · HUI ZHANG, Zuxuan Wu, Zhen Xing, Jie Shao, Yu-Gang Jiang

Diffusion models, as a type of generative model, have achieved impressive results in generating images and videos conditioned on textual conditions. However, the generation process of diffusion models involves denoising dozens of steps to produce photorealistic images/videos, which is computationally expensive. Unlike previous methods that design ``one-size-fits-all'' approaches for speed up, we argue denoising steps should be sample-specific conditioned on the richness of input texts. To this end, we introduce AdaDiff, a lightweight framework designed to learn instance-specific step usage policies, which are then used by the diffusion model for generation. AdaDiff is optimized using a policy gradient method to maximize a carefully designed reward function, balancing inference time and generation quality. We conduct experiments on three image generation and two video generation benchmarks and demonstrate that our approach achieves similar visual quality compared to the baseline using a fixed 50 denoising steps while reducing inference time by at least 33%, going as high as 40%. Furthermore, our method can be used on top of other acceleration methods to provide further speed benefits. Lastly, qualitative analysis shows that AdaDiff allocates more steps to more informative prompts and fewer steps to simpler prompts.

📄 PDF Abstract BibTeX arXiv:2311.14768

Code (0)

등록된 구현이 없습니다.

Tasks

DenoisingImage GenerationVideo Generation

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
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 제목 키워드 기반

AdaDiffSR: Adaptive Region-aware Dynamic Acceleration Diffusion Model for Real-World Image Super-Resolution

2024-10-23 · Yuanting Fan, Chengxu Liu, Nengzhong Yin, Changlong Gao 외

Diffusion models (DMs) have shown promising results on single-image super-resolution and other image-to-image translation tasks. Benefiting from more computational resources and longer inference times, they are able to y…

DenoisingImage Super-ResolutionImage-to-Image TranslationSuper-Resolution

Adaptive Diffusion Priors for Accelerated MRI Reconstruction

2022-07-12 · Alper Güngör, Salman UH Dar, Şaban Öztürk, Yilmaz Korkmaz 외

Deep MRI reconstruction is commonly performed with conditional models that de-alias undersampled acquisitions to recover images consistent with fully-sampled data. Since conditional models are trained with knowledge of t…

De-aliasingMRI Reconstruction

AdaDiff: Accelerating Diffusion Models through Step-Wise Adaptive Computation

2023-09-29 · Shengkun Tang, Yaqing Wang, Caiwen Ding, Yi Liang 외

Diffusion models achieve great success in generating diverse and high-fidelity images, yet their widespread application, especially in real-time scenarios, is hampered by their inherently slow generation speed. The slow …

text-guided-generation

Unlocking Diffusion Hierarchies: Adaptive Timestep Selection for Zero-Shot Segmentation

2026-06-14 · Ramin Nakhli, Mahesh Ramachandran, Luca Ballan arxiv

Zero-shot segmentation has recently shown notable improvement by leveraging the rich visual priors in large-scale text-to-image diffusion models, such as Stable Diffusion. However, current diffusion-based methods often f…

FastCache: Fast Caching for Diffusion Transformer Through Learnable Linear Approximation

2025-05-26 · Dong Liu, Jiayi Zhang, YiFan Li, Yanxuan Yu 외

Diffusion Transformers (DiT) are powerful generative models but remain computationally intensive due to their iterative structure and deep transformer stacks. To alleviate this inefficiency, we propose FastCache, a hidde…