CVFeb 5

Context Forcing: Consistent Autoregressive Video Generation with Long Context

arXiv:2602.06028v121 citationsh-index: 22
Originality Incremental advance
AI Analysis

This addresses the challenge of maintaining temporal consistency in long video generation for applications like real-time video synthesis, though it is an incremental improvement over existing streaming tuning strategies.

The paper tackles the problem of student-teacher mismatch in long video generation by proposing Context Forcing, a framework that trains a long-context student with a long-context teacher, enabling effective context lengths exceeding 20 seconds—2 to 10 times longer than state-of-the-art methods.

Recent approaches to real-time long video generation typically employ streaming tuning strategies, attempting to train a long-context student using a short-context (memoryless) teacher. In these frameworks, the student performs long rollouts but receives supervision from a teacher limited to short 5-second windows. This structural discrepancy creates a critical \textbf{student-teacher mismatch}: the teacher's inability to access long-term history prevents it from guiding the student on global temporal dependencies, effectively capping the student's context length. To resolve this, we propose \textbf{Context Forcing}, a novel framework that trains a long-context student via a long-context teacher. By ensuring the teacher is aware of the full generation history, we eliminate the supervision mismatch, enabling the robust training of models capable of long-term consistency. To make this computationally feasible for extreme durations (e.g., 2 minutes), we introduce a context management system that transforms the linearly growing context into a \textbf{Slow-Fast Memory} architecture, significantly reducing visual redundancy. Extensive results demonstrate that our method enables effective context lengths exceeding 20 seconds -- 2 to 10 times longer than state-of-the-art methods like LongLive and Infinite-RoPE. By leveraging this extended context, Context Forcing preserves superior consistency across long durations, surpassing state-of-the-art baselines on various long video evaluation metrics.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes