paper-with-me

홈 › Papers

PreciseCache: Precise Feature Caching for Efficient and High-fidelity Video Generation

2026-03-01 · Jiangshan Wang, Kang Zhao, Jiayi Guo, Jiayu Wang, Hang Guo, Chenyang Zhu, Xiu Li, Xiangyu Yue arxiv

High computational costs and slow inference hinder the practical application of video generation models. While prior works accelerate the generation process through feature caching, they often suffer from notable quality degradation. In this work, we reveal that this issue arises from their inability to distinguish truly redundant features, which leads to the unintended skipping of computations on important features. To address this, we propose \textbf{PreciseCache}, a plug-and-play framework that precisely detects and skips truly redundant computations, thereby accelerating inference without sacrificing quality. Specifically, PreciseCache contains two components: LFCache for step-wise caching and BlockCache for block-wise caching. For LFCache, we compute the Low-Frequency Difference (LFD) between the prediction features of the current step and those from the previous cached step. Empirically, we observe that LFD serves as an effective measure of step-wise redundancy, accurately detecting highly redundant steps whose computation can be skipped through reusing cached features. To further accelerate generation within each non-skipped step, we propose BlockCache, which precisely detects and skips redundant computations at the block level within the network. Extensive experiments on various backbones demonstrate the effectiveness of our PreciseCache, such as achieving an average of $2.6\times$ speedup on Wan2.1-14B without noticeable quality loss.

📄 PDF Abstract BibTeX arXiv:2603.00976

Code (0)

등록된 구현이 없습니다.

Tasks

Video Generation

Similar Papers 제목 키워드 기반

Let Features Decide Their Own Solvers: Hybrid Feature Caching for Diffusion Transformers

2025-10-05 · Shikang Zheng, Guantao Chen, Qinming Zhou, Yuqi Lin 외 arxiv

Diffusion Transformers offer state-of-the-art fidelity in image and video synthesis, but their iterative sampling process remains a major bottleneck due to the high cost of transformer forward passes at each timestep. To…

SyncCache: Exploiting Asymmetric Dynamics for Fast Audio-Driven Portrait Animation

2026-06-29 · Juncheng Ma, Yuxuan Du, Yanan Sun, Zhening Xing 외 arxiv

Diffusion Transformers (DiTs) have significantly advanced audio-driven portrait animation, but their high computational cost leads to substantial inference latency. Although training-free diffusion caching accelerates in…

Forecast then Calibrate: Feature Caching as ODE for Efficient Diffusion Transformers

2025-08-22 · Shikang Zheng, Liang Feng, Xinyu Wang, Qinming Zhou 외 arxiv

Diffusion Transformers (DiTs) have demonstrated exceptional performance in high-fidelity image and video generation. To reduce their substantial computational costs, feature caching techniques have been proposed to accel…

Video Generation

WorldCache: Content-Aware Caching for Accelerated Video World Models

2026-03-23 · Umair Nawaz, Ahmed Heakl, Ufaq Khan, Abdelrahman Shaker 외 arxiv

Diffusion Transformers (DiTs) power high-fidelity video world models but remain computationally expensive due to sequential denoising and costly spatio-temporal attention. Training-free feature caching accelerates infere…

Model Reveals What to Cache: Profiling-Based Feature Reuse for Video Diffusion Models

2025-04-04 · Xuran Ma, Yexin Liu, Yaofu Liu, Xianfeng Wu 외

Recent advances in diffusion models have demonstrated remarkable capabilities in video generation. However, the computational intensity remains a significant challenge for practical applications. While feature caching ha…

DenoisingVideo Generation