🤖 AI Summary
Autoregressive video generation often suffers from color shifts, motion stagnation, or even visual collapse during long-horizon inference due to error accumulation. This work identifies low-frequency energy drift as the root cause of this degradation and introduces FreqForcing, a training-free framework that harmonizes long-term visual stability with dynamic detail preservation. By leveraging a Spectral Self-Anchoring (SSA) mechanism, FreqForcing integrates low-frequency components from anchor-based attention with high-frequency details from local attention, all without requiring model retraining. The method successfully extrapolates a 5-second pretrained model to generate 2-minute videos—a 24× extension—outperforming existing training-free approaches by significant margins in both quantitative and qualitative evaluations, while matching the performance of representative training-dependent methods.
📝 Abstract
Autoregressive video diffusion models enable real-time streaming video generation. However, errors introduced during self-rollout accumulate over long horizons, manifesting as color drift, motion stagnation, and eventual visual collapse. In this paper, we characterize this phenomenon from a frequency-domain perspective: error accumulation appears as a pronounced energy drift in the low-frequency bands. We further investigate the effectiveness of attention sink in the frequency domain, and find that it improves the video quality by alleviating the spectral energy drift to some extent, but cannot fully resolve it. Motivated by the above analysis, we propose FreqForcing, a training-free framework that addresses error accumulation in long-video generation via Spectral Self-Anchoring (SSA). The proposed SSA leverages the low-frequency components of anchor attention to maintain long-horizon visual stability, while preserving dynamic motion through the high-frequency components of local attention. Our FreqForcing extends Self-Forcing pretrained on 5s clips to two-minute generation, achieving 24x extrapolation. Extensive experiments show that FreqForcing outperforms existing training-free methods quantitatively and qualitatively while remaining competitive with representative training-based approaches.