Preprint
Computer Vision

Self Gradient Forcing: Native Long Video Extrapolation

Junhao Zhuang, Shiyi Zhang, Yuxuan Bian, Yaowei Li, Yawen Luo, Yijun Liu, Weiyang Jin, Songchun Zhang, Xianglong He, Xuying Zhang, Haoran Li, Haoyang Huang, Zeyue Xue, Nan Duan
July 22, 2026

0

Citations

0

Influential Citations

Venue

2026

Year

Abstract

Recent autoregressive video diffusion methods are increasingly built upon Self Forcing, where the student is trained on histories produced by its own rollout rather than ground-truth video contexts. This reduces exposure bias, but the historical key-value cache is still used by future frames only as frozen rollout state. As a result, future losses cannot supervise how earlier generated latents should be written into more useful keys and values for later video-latent generation. We call this the historical context-gradient gap. We propose Self Gradient Forcing (SGF), a two-pass training strategy that restores this missing supervision signal without backpropagating through the full serial rollout. Pass 1 performs a no-gradient autoregressive rollout matching inference and, at a sampled denoising exit step, records both the self-generated context and the noisy latents fed to the model. Pass 2 performs parallel context-gradient reconstruction for the recorded exit step. The generated context is used as stop-gradient clean-latent input, while the model recomputes the context KV representations and future-to-context causal attention. Thus, SGF provides the missing memory-writing supervision within the native autoregressive training objective, using losses on future video latents to train the model to encode context into more effective causal memory. Across extensive long-horizon frame-wise and chunk-wise experiments under different initializations, SGF achieves stronger native long-video extrapolation than Self Forcing, especially in subject identity, background/layout consistency, and temporal stability. Remarkably, using only a 5-second training window, SGF can extrapolate to videos lasting several minutes. Code and models will be released to advance research on autoregressive video generation.

Analysis

Why This Paper Matters

Autoregressive video generation has been limited by exposure bias and the inability to generate long, coherent videos beyond the training context window. Self Forcing partially addresses exposure bias by training on self-generated histories, but it fails to provide supervision for how earlier latents should be encoded into the key-value cache for future frames. This paper identifies and solves the historical context-gradient gap, a fundamental limitation in current autoregressive video models. By enabling future losses to supervise past context encoding, SGF allows models to learn more effective causal memory, which is crucial for maintaining subject identity and temporal consistency over long horizons.

The ability to extrapolate to several-minute-long videos from a 5-second training window is remarkable and suggests that SGF may unlock practical applications in long-form video generation, such as movie production, virtual environments, and video game cutscenes. This work is particularly relevant as the field moves toward native autoregressive video generation without reliance on external modules or post-processing.

Technical Contributions

  • Historical context-gradient gap: Identifies that in Self Forcing, the key-value cache from earlier frames is treated as frozen rollout state, preventing future losses from supervising how those latents are written into memory.
  • Two-pass training strategy: Pass 1 performs a no-gradient rollout to record self-generated context and noisy latents at a sampled denoising exit step. Pass 2 recomputes context KV representations and future-to-context causal attention, allowing gradients from future losses to flow back to the context encoding.
  • Stop-gradient clean-latent input: The self-generated context is used as stop-gradient input, ensuring that the model learns to encode better context without interfering with the rollout dynamics.
  • Native autoregressive objective: SGF integrates memory-writing supervision directly into the training loss without architectural modifications or additional modules.

Results

The paper reports that SGF achieves stronger native long-video extrapolation than Self Forcing across multiple metrics: subject identity, background/layout consistency, and temporal stability. The experiments cover both frame-wise and chunk-wise generation under different initialization conditions. The most striking result is that with only a 5-second training window, SGF can extrapolate to videos lasting several minutes, demonstrating a dramatic improvement in temporal coherence. No specific numerical metrics (e.g., FID, FVD) are provided in the abstract, but the qualitative improvements are emphasized.

Significance

SGF addresses a core limitation in autoregressive video generation, enabling models to learn more effective causal memory without architectural changes. This could reduce the need for large training datasets and long context windows, making long-form video generation more accessible. The approach is general and could be applied to other autoregressive generative tasks, such as audio or text generation, where long-range dependencies are critical. By releasing code and models, the authors aim to accelerate research in this direction.