paper-with-me

홈 › Papers

Long-Context Autoregressive Video Modeling with Next-Frame Prediction

2025-03-25 · YuChao Gu, Weijia Mao, Mike Zheng Shou

Long-context video modeling is essential for enabling generative models to function as world simulators, as they must maintain temporal coherence over extended time spans. However, most existing models are trained on short clips, limiting their ability to capture long-range dependencies, even with test-time extrapolation. While training directly on long videos is a natural solution, the rapid growth of vision tokens makes it computationally prohibitive. To support exploring efficient long-context video modeling, we first establish a strong autoregressive baseline called Frame AutoRegressive (FAR). FAR models temporal dependencies between continuous frames, converges faster than video diffusion transformers, and outperforms token-level autoregressive models. Based on this baseline, we observe context redundancy in video autoregression. Nearby frames are critical for maintaining temporal consistency, whereas distant frames primarily serve as context memory. To eliminate this redundancy, we propose the long short-term context modeling using asymmetric patchify kernels, which apply large kernels to distant frames to reduce redundant tokens, and standard kernels to local frames to preserve fine-grained detail. This significantly reduces the training cost of long videos. Our method achieves state-of-the-art results on both short and long video generation, providing an effective baseline for long-context autoregressive video modeling.

📄 PDF Abstract BibTeX arXiv:2503.19325

Code (1)

showlab/FAR 공식 구현 pytorch

Tasks

Text GenerationVideo Generation

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Learning from Next-Frame Prediction: Autoregressive Video Modeling Encodes Effective Representations

2025-12-24 · Jinghan Li, Yang Jin, Hao Jiang, Yadong Mu 외 arxiv

Recent advances in pretraining general foundation models have significantly improved performance across diverse downstream tasks. While autoregressive (AR) generative models like GPT have revolutionized NLP, most visual …

Representation Learning

Autoregressive Modeling of Film with Applications in Video Montage

2026-07-16 · Marcelo Sandoval-Castañeda, Fabian Caba Heilbron, Shiry Ginosar, Bryan Rusell 외 arxiv

This work introduces FilmGPT, an autoregressive transformer designed to address the challenge of video montage--turning a collection of raw, "unwatchable" footage into coherent cinematic sequences. Inspired by language l…

VideoAR: Autoregressive Video Generation via Next-Frame & Scale Prediction

2026-01-09 · Longbin Ji, Xiaoxiong Liu, Junyuan Shang, Shuohuan Wang 외 arxiv

Recent advances in video generation have been dominated by diffusion and flow-matching models, which produce high-quality results but remain computationally intensive and difficult to scale. In this work, we introduce Vi…

Video Generation

BAgger: Backwards Aggregation for Mitigating Drift in Autoregressive Video Diffusion Models

2025-12-12 · Ryan Po, Eric Ryan Chan, Changan Chen, Gordon Wetzstein arxiv

Autoregressive video models are promising for world modeling via next-frame prediction, but they suffer from exposure bias: a mismatch between training on clean contexts and inference on self-generated frames, causing er…

Taming Teacher Forcing for Masked Autoregressive Video Generation

2025-01-21 · CVPR 2025 1 · Deyu Zhou, Quan Sun, Yuang Peng, Kun Yan 외

We introduce MAGI, a hybrid video generation framework that combines masked modeling for intra-frame generation with causal modeling for next-frame generation. Our key innovation, Complete Teacher Forcing (CTF), conditio…

Video GenerationVideo Prediction