paper-with-me

Papers

Rolling Forcing: Autoregressive Long Video Diffusion in Real Time

2025-09-29 · Kunhao Liu, Wenbo Hu, Jiale Xu, Ying Shan, Shijian Lu arxiv

Streaming video generation, as one fundamental component in interactive world models and neural game engines, aims to generate high-quality, low-latency, and temporally coherent long video streams. However, most existing work suffers from severe error accumulation that often significantly degrades the generated stream videos over long horizons. We design Rolling Forcing, a novel video generation technique that enables streaming long videos with minimal error accumulation. Rolling Forcing comes with three novel designs. First, instead of iteratively sampling individual frames, which accelerates error propagation, we design a joint denoising scheme that simultaneously denoises multiple frames with progressively increasing noise levels. This design relaxes the strict causality across adjacent frames, effectively suppressing error growth. Second, we introduce the attention sink mechanism into the long-horizon stream video generation task, which allows the model to keep key value states of initial frames as a global context anchor and thereby enhances long-term global consistency. Third, we design an efficient training algorithm that enables few-step distillation over largely extended denoising windows. This algorithm operates on non-overlapping windows and mitigates exposure bias conditioned on self-generated histories. Extensive experiments show that Rolling Forcing enables real-time streaming generation of multi-minute videos on a single GPU, with substantially reduced error accumulation.

📄 PDF Abstract BibTeX arXiv:2509.25161

Code (0)

등록된 구현이 없습니다.

Tasks

Video Generation

Similar Papers 제목 키워드 기반

Rolling Sink: Bridging Limited-Horizon Training and Open-Ended Testing in Autoregressive Video Diffusion

2026-02-08 · Haodong Li, Shaoteng Liu, Zhe Lin, Manmohan Chandraker arxiv

Recently, autoregressive (AR) video diffusion models have achieved remarkable performance. However, due to their limited training durations, a train-test gap emerges when testing at longer horizons, leading to rapid visu…

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

Deep Forcing: Training-Free Long Video Generation with Deep Sink and Participative Compression

2025-12-04 · Jung Yi, Wooseok Jang, Paul Hyunbin Cho, Jisu Nam 외 arxiv

Recent advances in autoregressive video diffusion have enabled real-time frame streaming, yet existing solutions still suffer from temporal repetition, drift, and motion deceleration. We find that naively applying Stream…

Video Generation

Forcing-KV: Hybrid KV Cache Compression for Efficient Autoregressive Video Diffusion Models

2026-05-10 · Yicheng Ji, Zhizhou Zhong, Jun Zhang, Qin Yang 외 arxiv

Autoregressive (AR) video diffusion models adopt a streaming generation framework, enabling long-horizon video generation with real-time responsiveness, as exemplified by the Self Forcing training paradigm. However, exis…

Video Generation

Flex-Forcing: Towards a Unified Autoregressive and Bidirectional Video Diffusion Model

2026-07-03 · Xinyin Ma, Julius Berner, Chao Liu, Arash Vahdat 외 hf

Recent progress in large-scale generative models has substantially advanced video generation, yet existing methods remain constrained by a rigid inference paradigm. Bidirectional diffusion models excel at global coherenc…

Video Generation