Deep Forcing: Training-Free Long Video Generation with Deep Sink and Participative Compression
Jung Yi, Wooseok Jang, Paul Hyunbin Cho, Jisu Nam, Heeji Yoon, Seungryong Kim
TL;DR
Deep Forcing introduces a training-free solution to long-horizon autoregressive video generation by combining Deep Sink, which expands and temporally alignes attention sinks, with Participative Compression, which selectively preserves informative KV-cache tokens. By leveraging the pre-trained Self Forcing model’s inherent attention-sink behavior and applying RoPE-based temporal alignment, the approach stabilizes long-rollouts and minimizes error accumulation without fine-tuning. Empirical results demonstrate state-of-the-art or competitive performance on long-video benchmarks, user studies, and VLM-based evaluations, with minute-long generation and strong dynamic quality. This work shows that training-free KV-cache management can rival or exceed training-based methods for streaming long-video synthesis and offers practical implications for real-time visual generation systems.
Abstract
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 StreamingLLM-style attention sinks to video diffusion leads to fidelity degradation and motion stagnation. To overcome this, we introduce Deep Forcing, which consists of two training-free mechanisms that address this without any fine-tuning. Specifically, 1) Deep Sink dedicates half of the sliding window to persistent sink tokens and re-aligns their temporal RoPE phase to the current timeline, stabilizing global context during long rollouts. 2) Participative Compression performs importance-aware KV cache pruning that preserves only tokens actively participating in recent attention while safely discarding redundant and degraded history, minimizing error accumulation under out-of-distribution length generation. Together, these components enable over 12x extrapolation (e.g. 5s-trained to 60s+ generation) with better imaging quality than LongLive, better aesthetic quality than RollingForcing, almost maintaining overall consistency, and substantial gains in dynamic degree, all while maintaining real-time generation. Our results demonstrate that training-free KV-cache management can match or exceed training-based approaches for autoregressively streaming long-video generation.
