CVMar 12, 2025

Accelerating Diffusion Sampling via Exploiting Local Transition Coherence

arXiv:2503.09675v2h-index: 4
Originality Incremental advance
AI Analysis

This addresses the bottleneck of lengthy sampling for practical applications in image and video generation, offering a broadly applicable and incremental improvement.

The paper tackles the slow sampling time in text-based diffusion models by proposing LTC-Accel, a training-free acceleration method that exploits a new statistical relationship in transition operators, achieving speedups of 1.67-fold in Stable Diffusion v2 and 1.55-fold in video generation, with up to 10-fold speedup when combined with distillation models.

Text-based diffusion models have made significant breakthroughs in generating high-quality images and videos from textual descriptions. However, the lengthy sampling time of the denoising process remains a significant bottleneck in practical applications. Previous methods either ignore the statistical relationships between adjacent steps or rely on attention or feature similarity between them, which often only works with specific network structures. To address this issue, we discover a new statistical relationship in the transition operator between adjacent steps, focusing on the relationship of the outputs from the network. This relationship does not impose any requirements on the network structure. Based on this observation, we propose a novel training-free acceleration method called LTC-Accel, which uses the identified relationship to estimate the current transition operator based on adjacent steps. Due to no specific assumptions regarding the network structure, LTC-Accel is applicable to almost all diffusion-based methods and orthogonal to almost all existing acceleration techniques, making it easy to combine with them. Experimental results demonstrate that LTC-Accel significantly speeds up sampling in text-to-image and text-to-video synthesis while maintaining competitive sample quality. Specifically, LTC-Accel achieves a speedup of 1.67-fold in Stable Diffusion v2 and a speedup of 1.55-fold in video generation models. When combined with distillation models, LTC-Accel achieves a remarkable 10-fold speedup in video generation, allowing real-time generation of more than 16FPS.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes