paper-with-me

홈 › Papers

AB-Cache: Training-Free Acceleration of Diffusion Models via Adams-Bashforth Cached Feature Reuse

2025-04-13 · Zichao Yu, Zhen Zou, Guojiang Shao, Chengwei Zhang, Shengze Xu, Jie Huang, Feng Zhao, Xiaodong Cun, Wenyi Zhang

Diffusion models have demonstrated remarkable success in generative tasks, yet their iterative denoising process results in slow inference, limiting their practicality. While existing acceleration methods exploit the well-known U-shaped similarity pattern between adjacent steps through caching mechanisms, they lack theoretical foundation and rely on simplistic computation reuse, often leading to performance degradation. In this work, we provide a theoretical understanding by analyzing the denoising process through the second-order Adams-Bashforth method, revealing a linear relationship between the outputs of consecutive steps. This analysis explains why the outputs of adjacent steps exhibit a U-shaped pattern. Furthermore, extending Adams-Bashforth method to higher order, we propose a novel caching-based acceleration approach for diffusion models, instead of directly reusing cached results, with a truncation error bound of only \(O(h^k)\) where $h$ is the step size. Extensive validation across diverse image and video diffusion models (including HunyuanVideo and FLUX.1-dev) with various schedulers demonstrates our method's effectiveness in achieving nearly $3\times$ speedup while maintaining original performance levels, offering a practical real-time solution without compromising generation quality.

📄 PDF Abstract BibTeX arXiv:2504.10540

Code (0)

등록된 구현이 없습니다.

Tasks

Denoising

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

CAB: Accelerating Flow and Diffusion Sampling via Rectification and Corrected Adams-Bashforth

2026-05-16 · Anuska Roy, Pravin Nair arxiv

Flow and diffusion models achieve high-fidelity, high-resolution image synthesis, but often require many function evaluations (NFEs) at sampling time. Existing acceleration methods either require additional training thro…

Denoising as Path Planning: Training-Free Acceleration of Diffusion Models with DPCache

2026-02-26 · Bowen Cui, Yuanbin Wang, Huajiang Xu, Biaolong Chen 외 arxiv

Diffusion models have demonstrated remarkable success in image and video generation, yet their practical deployment remains hindered by the substantial computational overhead of multi-step iterative sampling. Among accel…

Video Generation

LightCache: Memory-Efficient, Training-Free Acceleration for Video Generation

2025-10-06 · Yang Xiao, Gen Li, Kaiyuan Deng, Yushu Wu 외 arxiv

Training-free acceleration has emerged as an advanced research area in video generation based on diffusion models. The redundancy of latents in diffusion model inference provides a natural entry point for acceleration. I…

Video Generation

FasterCache: Training-Free Video Diffusion Model Acceleration with High Quality

2024-10-25 · Zhengyao Lv, Chenyang Si, Junhao Song, Zhenyu Yang 외

In this paper, we present \textbf{\textit{FasterCache}}, a novel training-free strategy designed to accelerate the inference of video diffusion models with high-quality generation. By analyzing existing cache-based metho…

Video Generation

Fast3Dcache: Training-free 3D Geometry Synthesis Acceleration

2025-11-27 · Mengyu Yang, Yanming Yang, Chenyi Xu, Chenxi Song 외 arxiv

Diffusion models have achieved impressive generative quality across modalities like 2D images, videos, and 3D shapes, but their inference remains computationally expensive due to the iterative denoising process. While re…

Video Generation