LongVie 2: Multimodal Controllable Ultra-Long Video World Model
LongVie 2 is an end-to-end autoregressive video world model that aims for the three properties the project page foregrounds — controllability, long-term visual quality, and temporal consistency — and pushes continuous generation out to five minutes. The recipe is a three-stage training curriculum: (1) multimodal guidance that fuses dense and sparse control signals as implicit world-level supervision, (2) degradation-aware training on the input frame to close the train/long-inference gap, (3) history-context guidance that aligns adjacent clips for temporal consistency. The project page also introduces LongVGenBench, a benchmark of 100 high-resolution one-minute videos spanning real and synthetic environments. Only the project-page abstract is currently available; no paper, code, or numbers are public yet.
Key claims
Section titled “Key claims”- A video world model needs three properties — controllability, long-term visual quality, and temporal consistency — and they’re addressed by separate, sequenced training stages rather than a single joint objective [project page §Abstract].
- Multi-modal guidance (dense + sparse control signals) provides “implicit world-level supervision” sufficient to improve controllability without explicit 3D or geometric labels [project page §Abstract].
- Degradation-aware training applied to the input frame bridges the gap between training (clean inputs) and long-term autoregressive inference (drifted, accumulated-error inputs) [project page §Abstract].
- History-context guidance aligns contextual information across adjacent clips and is the load-bearing mechanism for temporal consistency at multi-minute horizons [project page §Abstract].
- The system supports continuous video generation up to five minutes — the longest horizon claimed in the LongVie line so far [project page §Abstract].
- LongVGenBench is introduced as a 100-video, one-minute, high-resolution benchmark spanning real-world and synthetic environments, framed as a benchmark for long-range controllability/coherence/fidelity [project page §Abstract].
Method
Section titled “Method”The project page describes a staged training recipe rather than a single architecture diagram. Stage 1 — Multimodal guidance fuses dense and sparse control signals (project page wording; specifics not yet released) into the conditioning stream so the model learns implicit world-state supervision from the control signal mix itself. Stage 2 — Degradation-aware training modifies the input-frame conditioning during training to look like the degraded contexts that appear at long-rollout inference time, narrowing the well-known exposure-bias gap that hits AR video models past their training-window length. Stage 3 — History-context guidance introduces an alignment objective across adjacent generated clips so that handoffs between AR chunks don’t drift in identity, scene composition, or motion phase.
No paper, code release, or quantitative numbers are available on the project page at filing time — only the abstract and a framework figure. The architecture diagram (assets/images/framework.png) is referenced but not described in extractable text.
Results
Section titled “Results”The project page does not currently release numbers. The only quantitative claim is the 5-minute continuous-generation horizon (vs. 1-minute LongVGenBench evaluations). VBench / DINO / CLIP-T-style metrics, FPS, base model identity, parameter count, and comparisons to prior work (LongVie 1, LongLive, Self-Forcing++, Rolling Forcing, FramePack-F1, Context Forcing, PFP) are not yet public.
Why it’s interesting
Section titled “Why it’s interesting”LongVie 2 is the third filed datapoint in the long-form AR video generation cluster (alongside PFP and Context Forcing), and it occupies a third design point on the long-horizon problem: PFP compresses history into a learned memory encoder; Context Forcing keeps a small surprisal-driven cache and distills from a long-context teacher; LongVie 2 instead leans on a multi-stage curriculum (multimodal guidance → degradation-aware training → history-context guidance) and pushes the horizon claim to 5 minutes — longer than either of the other two. The “degradation-aware training on the input frame” stage is conceptually close to Context Forcing’s Error-Recycling Fine-Tuning (perturb the context so the model learns to recover from drift) and worth comparing once the paper drops. The introduction of LongVGenBench is also useful — the long-AR-video subfield has been evaluating on ad-hoc MovieGenBench-derived prompt sets, and a 100-video × 1-minute high-resolution benchmark could become the shared yardstick. Caveat: at filing time only the project page is public, so all claims here are project-page-grade and should be re-verified when the paper, code, or VBench numbers appear.
See also
Section titled “See also”- Autoregressive Video Generation — third filed datapoint on the long-form AR video problem; multi-stage curriculum approach
- Context Length / Quality Trade-off in Video Generation — degradation-aware training + history-context guidance as the cross-clip alignment mechanism
- Camera-Controlled Video Diffusion — adjacent cluster; LongVie 2’s “multimodal guidance” likely overlaps with the camera/control-signal recipes filed in this cluster
- Context Forcing: Consistent Autoregressive Video Generation with Long Context — closest sibling: long-context AR video with explicit drift handling
- Pretraining Frame Preservation in Autoregressive Video Memory Compression — long-context AR video via learned memory compression; different attack on the same problem