paper-with-me

홈 › Papers

Flow caching for autoregressive video generation

2026-02-11 · Yuexiao Ma, Xuzhe Zheng, Jing Xu, Xiwei Xu, Feng Ling, Xiawu Zheng, Huafeng Kuang, Huixia Li, Xing Wang, Xuefeng Xiao, Fei Chao, Rongrong Ji 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 notoriously slow. While caching strategies have proven effective for accelerating traditional video diffusion models, existing methods assume uniform denoising across all frames-an assumption that breaks down in autoregressive models where different video chunks exhibit varying similarity patterns at identical timesteps. In this paper, we present FlowCache, the first caching framework specifically designed for autoregressive video generation. Our key insight is that each video chunk should maintain independent caching policies, allowing fine-grained control over which chunks require recomputation at each timestep. We introduce a chunkwise caching strategy that dynamically adapts to the unique denoising characteristics of each chunk, complemented by a joint importance-redundancy optimized KV cache compression mechanism that maintains fixed memory bounds while preserving generation quality. Our method achieves remarkable speedups of 2.38 times on MAGI-1 and 6.7 times on SkyReels-V2, with negligible quality degradation (VBench: 0.87 increase and 0.79 decrease respectively). These results demonstrate that FlowCache successfully unlocks the potential of autoregressive models for real-time, ultra-long video generation-establishing a new benchmark for efficient video synthesis at scale. The code is available at https://github.com/mikeallen39/FlowCache.

📄 PDF Abstract BibTeX arXiv:2602.10825

Code (0)

등록된 구현이 없습니다.

Tasks

Video Generation

Similar Papers 제목 키워드 기반

Towards Error-Free Long Video Generation

2026-06-21 · Shuning Chang, Weihua Chen, Jiasheng Tang, Hao Xu 외 arxiv

Recent advances in video generation have made minute-level synthesis possible; however, generating long videos remains challenging due to error accumulation, attribute drift, and the limited availability of long video da…

Video Generation

REST: Diffusion-based Real-time End-to-end Streaming Talking Head Generation via ID-Context Caching and Asynchronous Streaming Distillation

2025-12-12 · Haotian Wang, Yuzhe Weng, Jun Du, Haoran Xu 외 arxiv

Diffusion models have significantly advanced the field of talking head generation (THG). However, slow inference speeds and prevalent non-autoregressive paradigms severely constrain the application of diffusion-based THG…

Talking Head Generation

From Slow Bidirectional to Fast Autoregressive Video Diffusion Models

2024-12-10 · CVPR 2025 1 · Tianwei Yin, Qiang Zhang, Richard Zhang, William T. Freeman 외

Current video diffusion models achieve impressive generation quality but struggle in interactive applications due to bidirectional attention dependencies. The generation of a single frame requires the model to process th…

GPUVideo Generation

Self Forcing: Bridging the Train-Test Gap in Autoregressive Video Diffusion

2025-06-09 · Xun Huang, Zhengqi Li, Guande He, Mingyuan Zhou 외

We introduce Self Forcing, a novel training paradigm for autoregressive video diffusion models. It addresses the longstanding issue of exposure bias, where models trained on ground-truth context must generate sequences c…

GPUVideo Generation

Flowception: Temporally Expansive Flow Matching for Video Generation

2025-12-12 · Tariq Berrada Ifriqi, John Nguyen, Karteek Alahari, Jakob Verbeek 외 arxiv

We present Flowception, a novel non-autoregressive and variable-length video generation framework. Flowception learns a probability path that interleaves discrete frame insertions with continuous frame denoising. Compare…

Video Generation