Paper Overview
Field: Computer Vision arXiv: 2605.12496
Background
Autoregressive video generation aims at real-time, open-ended synthesis. However, cinematic storytelling is not merely the endless extension of a single scene; it requires progressing through evolving events, viewpoint shifts, and discrete shot boundaries. Existing autoregressive models often struggle here: trained primarily for short-horizon continuation, they treat long sequences as extended single shots and inevitably suffer from motion stagnation and semantic drift during long rollouts.
CausalCine
CausalCine is an interactive autoregressive framework that transforms multi-shot video generation into an online directing process. It:
- Generates causally across shot changes
- Accepts dynamic prompts on the fly
- Reuses context without regenerating previous shots
Method
1. Causal foundation model: first trained to learn complex shot-transition priors. 2. Content-Aware Memory Routing (CAMR): dynamically retrieves historical KV entries based on attention relevance scores rather than temporal proximity, maintaining cross-shot coherence under limited active memory. 3. Few-step distillation: the causal foundation model is distilled into a few-step generator for real-time interactive generation.
Results
Extensive experiments show that CausalCine significantly outperforms autoregressive baselines, approaches the capability of bidirectional models, and simultaneously unlocks the streaming interactivity of causal generation.
--- *Collected automatically on 2026-05-14.*