paper-with-me

Papers

Video-Mirai: Autoregressive Video Diffusion Models Need Foresight

2026-06-02 · Yonghao Yu, Lang Huang, Runyi Li, Zerun Wang, Toshihiko Yamasaki arxiv

Causal video generators must predict from the past, but they need not learn only from it. In streaming autoregressive video diffusion, each emitted segment becomes a commitment that future segments must preserve. Standard training, however, only asks each causal state to explain the present. This creates what we call a representation-level planning gap: states that fit the current segment may discard identity, layout, and motion information needed for a consistent future. We introduce Video-Mirai, a training-only method that closes this gap without changing causal inference: the generator rolls out causally, a frozen foresight encoder reads the completed rollout non-causally, and a lightweight predictor distills the resulting stopped-gradient targets into causal states. Future frames supervise representations, never generator inputs. At inference, the encoder and predictor are discarded, leaving the original architecture, per-step FLOPs, and KV-cache behavior unchanged. Video-Mirai improves a strong Causal-Forcing baseline on 5-second VBench from 83.8 to 84.6 in terms of Total Score. On 30-second rollouts beyond the training horizon, subject consistency improves from 84.9 to 88.5 and background consistency from 90.2 to 91.9. Ablations identify future-conditioned targets as the key ingredient, and probes show that future frames become more decodable from current features. Causality should constrain inference, not representation supervision. Our study highlights that visual autoregressive models need foresight. Project page: https://y0uroy.github.io/Video-Mirai.

📄 PDF Abstract BibTeX arXiv:2606.03971

Code (0)

등록된 구현이 없습니다.

Tasks

Causal Inference

Similar Papers 제목 키워드 기반

Mirai: Autoregressive Visual Generation Needs Foresight

2026-01-21 · Yonghao Yu, Lang Huang, Zerun Wang, Runyi Li 외 arxiv

Autoregressive (AR) visual generators model images as sequences of discrete tokens and are trained with a next-token likelihood objective. This strict causal supervision optimizes each step based only on the immediate ne…

Image Generation

DSA: Dynamic Step Allocation for Fast Autoregressive Video Generation

2026-06-03 · Thanh-Tung Le, Yunhan Zhao, Menglei Chai, Zhengyang Shen 외 arxiv

Video diffusion transformers have achieved state-of-the-art visual quality, but their high inference cost remains a major bottleneck for real-time applications. Recent distillation frameworks produce autoregressive video…

Video Generation

InfinityStar: Unified Spacetime AutoRegressive Modeling for Visual Generation

2025-11-06 · Jinlai Liu, Jian Han, Bin Yan, Hui Wu 외 arxiv

We introduce InfinityStar, a unified spacetime autoregressive framework for high-resolution image and dynamic video synthesis. Building on the recent success of autoregressive modeling in both vision and language, our pu…

Video Generation

Generative Pre-trained Autoregressive Diffusion Transformer

2025-05-12 · Yuan Zhang, Jiacheng Jiang, Guoqing Ma, Zhiying Lu 외

In this work, we present GPDiT, a Generative Pre-trained Autoregressive Diffusion Transformer that unifies the strengths of diffusion and autoregressive modeling for long-range video synthesis, within a continuous latent…

Few-Shot LearningVideo Generation

Progressive Autoregressive Video Diffusion Models

2024-10-10 · Desai Xie, Zhan Xu, Yicong Hong, Hao Tan 외

Current frontier video diffusion models have demonstrated remarkable results at generating high-quality videos. However, they can only generate short video clips, normally around 10 seconds or 240 frames, due to computat…

DenoisingVideo DenoisingVideo Generation