paper-with-me

홈 › Papers

Motion-Aware Caching for Efficient Autoregressive Video Generation

2026-05-03 · Jing Xu, Yuexiao Ma, Xuzhe Zheng, Xing Wang, Shiwei Liu, Chenqian Yan, Xiawu Zheng, Rongrong Ji, Fei Chao, Songwei Liu arxiv

Autoregressive video generation paradigms offer theoretical promise for long video synthesis, yet their practical deployment is hindered by the computational burden of sequential iterative denoising. While cache reuse strategies can accelerate generation by skipping redundant denoising steps, existing methods rely on coarse-grained chunk-level skipping that fails to capture fine-grained pixel dynamics. This oversight is critical: pixels with high motion require more denoising steps to prevent error accumulation, while static pixels tolerate aggressive skipping. We formalize this insight theoretically by linking cache errors to residual instability, and propose MotionCache, a motion-aware cache framework that exploits inter-frame differences as a lightweight proxy for pixel-level motion characteristics. MotionCache employs a coarse-to-fine strategy: an initial warm-up phase establishes semantic coherence, followed by motion-weighted cache reuse that dynamically adjusts update frequencies per token. Extensive experiments on state-of-the-art models like SkyReels-V2 and MAGI-1 demonstrate that MotionCache achieves significant speedups of $\textbf{6.28}\times$ and $\textbf{1.64}\times$ respectively, while effectively preserving generation quality (VBench: $1\%\downarrow$ and $0.01\%\downarrow$ respectively). The code is available at https://github.com/ywlq/MotionCache.

📄 PDF Abstract BibTeX arXiv:2605.01725

Code (0)

등록된 구현이 없습니다.

Tasks

Video Generation

Similar Papers 제목 키워드 기반

Flow caching for autoregressive video generation

2026-02-11 · Yuexiao Ma, Xuzhe Zheng, Jing Xu, Xiwei Xu 외 arxiv

Autoregressive models, often built on Transformer architectures, represent a powerful paradigm for generating ultra-long videos by synthesizing content in sequential chunks. However, this sequential generation process is…

Video Generation

DreamForge: Motion-Aware Autoregressive Video Generation for Multi-View Driving Scenes

2024-09-06 · Jianbiao Mei, Xuemeng Yang, Licheng Wen, Tao Hu 외

Recent advances in diffusion models have improved controllable streetscape generation and supported downstream perception and planning tasks. However, challenges remain in accurately modeling driving scenes and generatin…

Video Generation

X-Cache: Cross-Chunk Block Caching for Few-Step Autoregressive World Models Inference

2026-04-22 · Yixiao Zeng, Jianlei Zheng, Chaoda Zheng, Shijia Chen 외 arxiv

Real-time world simulation is becoming a key infrastructure for scalable evaluation and online reinforcement learning of autonomous driving systems. Recent driving world models built on autoregressive video diffusion ach…

Reinforcement LearningAutonomous DrivingVideo Generation

Adaptive Hybrid Caching for Efficient Text-to-Video Diffusion Model Acceleration

2025-08-18 · Yuanxin Wei, Lansong Diao, Bujiao Chen, Shenggan Cheng 외 arxiv

Efficient video generation models are increasingly vital for multimedia synthetic content generation. Leveraging the Transformer architecture and the diffusion process, video DiT models have emerged as a dominant approac…

Video Generation

Adaptive Caching for Faster Video Generation with Diffusion Transformers

2024-11-04 · Kumara Kahatapitiya, Haozhe Liu, Sen He, Ding Liu 외

Generating temporally-consistent high-fidelity videos can be computationally expensive, especially over longer temporal spans. More-recent Diffusion Transformers (DiTs) -- despite making significant headway in this conte…

DenoisingVideo Generation