Skip to content

Autoregressive Video Generation

Autoregressive video DiTs generate long-form video by repeatedly conditioning each new clip on past frames, in contrast to bidirectional/full-sequence T2V models that synthesize a fixed-length window jointly. The filed papers split the long-horizon problem into three complementary subproblems — what to remember (PFP’s pretrained memory compression), how to stay on the data manifold (Context Forcing’s long-context teacher + error-recycling distillation), and how to control multi-minute generation (LongVie 2’s multi-stage curriculum of multimodal guidance + degradation-aware training + history-context guidance). All three attack the same forgetting-vs-drifting dilemma that the Self-Forcing / LongLive / Self-Forcing++ / Rolling Forcing / FramePack-F1 streaming-tuning lineage struggles with past ~10s.

  • [2026-07-20] Happy Oyster — Real-Time World Model for Interactive Creation: Happy Oyster (Alibaba Token Hub) — closed real-time interactive WFM landing page (Directing + Wandering modes, up to 3 min at 480p/720p). Almost certainly an autoregressive/streaming rollout given the “keeps listening and responding throughout generation” framing and multi-minute duration, but no architecture is disclosed. Filed as a product-surface marker in the closed real-time interactive-video race alongside Genie 3 / GWM-1 / HY-World 1.5 / LingBot-World.
  • [2026-07-17] HDR: Hierarchical Denoising for Multi-Step Visual Reasoning: HDR adds a hierarchical planning axis to streaming AR video: latents form a temporal-resolution tree and generation proceeds coarse-to-fine, with a Sparse Hierarchical Attention Pattern (local + parent + first-frame) that overlaps with Rolling Forcing’s attention-sink + local-window recipe but adds a vertical plan → detail dimension via a shared KV cache. Reports +26 absolute overall success on a six-task long-horizon reasoning benchmark vs. a streaming AR-diffusion baseline while keeping 0.70s-per-latent streaming — an alternative to the memory-compression / KV-partition / degradation-training axes for long-horizon coherence.
  • [2026-07-16] VideoRAE: Taming Video Foundation Models for Generative Modeling via Representation Autoencoders: VideoRAE feeds AR video generators with a discrete multi-codebook high-dimensional quantization of frozen VFM (V-JEPA 2 / VideoMAEv2) features, and reports UCF-101 class-to-video gFVD 40 with an AR generator on this latent — a data point that AR video generators can be pushed further by inheriting a video-foundation-model latent rather than training a bespoke VQ tokenizer from scratch.
  • [2026-07-14] Xiaomi-Robotics-U0: Unified Embodied Synthesis with World Foundation Model: Xiaomi-Robotics-U0’s FlashAR+ inference (diagonal-parallel decoding + vLLM paged KV cache + acceleration adaptation) delivers up to 82.9× generation speedup and drops 1024² single-sample latency from 450.77s to 5.44s, putting AR image/video serving back on the Pareto frontier against diffusion.
  • [2026-07-10] LingBot-VA 2.0: Native Video-Action Pretraining for Generalizable Robot Control: LingBot-VA 2.0 extends the causal-video-DiT recipe by pretraining it from scratch for embodied control (rather than retrofitting a bidirectional generator) with a sparse MoE-13B-A1.9B video stream, Multi-Chunk Prediction (imported from Next Forcing) supervising 3 future chunks via lightweight auxiliary heads at intermediate layers to break the “next chunk looks the same as this chunk” appearance-copying failure mode, and Foresight Reasoning async inference with learned-forward-dynamics re-grounding for real-time closed-loop use. Reported 225 Hz peak inference frequency.
  • [2026-07-09] LingBot-World 2.0 / LingBot-World-Infinity — Infinite Worlds with Versatile Interactions: LingBot-World 2.0 moves the LingBot recipe from “block-causal distillation only” (v1) to causal pretraining as the base training objective, then re-distills a real-time student at 720p / 60 fps. Inference exposes explicit attention-sink + local-window CLI flags (--sink_size 6 --local_attn_size 18), matching the sink+bounded-RoPE machinery from Context Forcing. Claims unbounded interaction horizon vs v1’s ~10-minute ceiling; no VBench numbers disclosed at filing.
  • [2026-07-04] RoboWorld: Fast and Reliable Neural Simulators for Generalist Robot Policy Evaluation: RoboWorld introduces Step Forcing — denoise from a one-step self-forwarded prior under a fixed few-step schedule (matching train and inference), with probabilistic data-grounded anchor steps to preserve action controllability; 15.3 FPS at 4 steps with frame-causal attention + KV-cache.
  • [2026-06-29] PhysisForcing: Physics Reinforced World Simulator for Robotic Manipulation: PhysisForcing applies its physics-aware auxiliary losses on top of Wan2.2-I2V-A14B and Cosmos3-Nano (both autoregressive/I2V video DiTs) and shows the gains transfer across very different backbones, suggesting the recipe is architecture-agnostic.
  • [2026-06-24] Next Forcing: Causal World Modeling with Multi-Chunk Prediction: Next Forcing introduces a new supervision-shape axis orthogonal to memory/drift fixes: lightweight auxiliary multi-chunk-prediction heads (next¹/²/³, chained across depths) port LLM-style MTP into causal-AR video. Reports 2.3× faster convergence vs. LingBot-VA at 50 fps, new SOTA on RoboTwin (94.1/93.5), >50% FVD reduction on general video pretraining, and an optional 2× inference speedup when heads are retained for parallel next-chunk prediction.
  • [2026-06-23] Jun Gao thread (4/5) on Cosmos2.5-2B finetuned with cleaned data + kinematic skeleton conditioning: Single-GPU finetune of Cosmos2.5-2B with skeleton conditioning suggests small Cosmos backbones can compete on action-following character generation with much heavier Wan-based pipelines.
  • [2026-06-23] Causal World Modeling for Robot Control (LingBot-VA): LingBot-VA extends causal-AR + chunkwise flow matching from pure-generative video to closed-loop control: the same KV-cache + causal-attention discipline used in Context Forcing / Causal Forcing, but the AR sequence interleaves video latents with action tokens, and fresh real observations replace generated tokens at each step, removing the train-test distribution mismatch teacher forcing usually suffers. Variable chunk-size training (1/4/8/16) lets one model trade per-step compute for reactivity at deployment.
  • [2026-06-09] Latent Spatial Memory for Video World Models: Mirage adds a sixth operating point to the forgetting–drifting Pareto: an external 3D-indexed latent cache (depth-guided back-projection of diffusion latent tokens; novel views via direct latent warping). Direct successor to SPMem (Video World Models with Long-term Spatial Memory) — same external-cache architecture, but storing latents rather than RGB, eliminating the per-query VAE encode/render round-trip. Reports 10.57× speedup and 55× memory reduction over explicit-3D baselines.
  • [2026-06-08] Scaling Video Training with Parallelism: Identifies a load-balancing failure mode specific to AR teacher-forced video training: the [clean history ; noisy target] sequence layout means generic Ulysses-style SP leaves some ranks with mostly clean context and others target-heavy. Balanced SP (used in LongLive-2.0: An NVFP4 Parallel Infrastructure for Long Video Generation) fixes this by making the SP unit a temporal chunk that holds matched clean + noisy latents on the same rank, with VAE encoding pulled into the SP partition via a left halo.
  • [2026-06-06] Direct Video-Action Models — Causal Video Models Are Data-Efficient Robot Policy Learners: Rhoda AI’s DVA introduces Context Amortization — a from-scratch causal-video training recipe where at every position along a long sequence the model sees noise-free history and predicts the noisy future, amortizing many supervision points over one context encode while strictly matching the inference mask. Positioned as an explicit response to Diffusion Forcing’s per-frame-independent-noise training distribution rarely producing noise-free-history → noisy-future arrangements, and as an alternative to the explicit-KV-cache partitioning used by Context Forcing / PackForcing / Rolling Forcing. First filed long-context training recipe motivated by closed-loop robot control rather than long-video synthesis.
  • [2026-05-27] Planning at Inference: MCTS Test-Time Scaling for Long Video Generation: Attacks the chunked-extension semantic-drift problem with inference-time MCTS over candidate continuations on Cosmos-Predict2, no retraining of the base AR video DiT. Search-based test-time scaling beats Best-of-N / Greedy / Beam on object permanence, temporal coherence, and text–video alignment; produces coherent >20s videos.
  • [2026-05-26] MIGA: Enhancing Train-Free Infinite-Frame Generation for Consistent Long Videos: MIGA — train-free FIFO-Diffusion descendant. Keeps the frame-level diagonal-denoising substrate (constant memory, infinite output length) but fixes its training–inference mismatch with a zigzag noise schedule and adds cross-time attention via anomaly-triggered self-reflection at the queue tail and long-range frame guidance from the queue head. No fine-tuning of the base T2V model.
  • [2026-05-24] MALT Diffusion: Memory-Augmented Latent Transformers for Any-Length Video Generation: MALT Diffusion (Yu et al., Google + KAIST + Luma AI, Feb 2025; surfaced via Google patent US20250363171A1 May 2025) — the originating method in this lineage. Recurrent memory vector built by attention over prior segments’ hidden states, cross-attended at every diffusion-Transformer block during denoising, with relative positional encoding for length extrapolation, noise augmentation on the memory vector during training to close the train/inference gap, and stop-grad through prior segments so training memory does not grow with video length. Trained on ≤5s clips, claims >120s and ≥1024-frame generation at 8 FPS. PFP, Context Forcing, PackForcing, FlowAct-R1, and LongVie 2 can each be read as evolutions of one or more of MALT’s three core ingredients.
  • [2026-05-23] Causal Forcing++: Scalable Few-Step Autoregressive Diffusion Distillation for Real-Time Interactive Video Generation: Causal Forcing++ — replaces the causal-ODE-distillation initialization of Causal Forcing with causal consistency distillation (single online teacher step on real videos, no offline trajectory storage). Frame-wise 2-step beats chunk-wise 4-step Causal Forcing by +0.1 VBench Total, +0.3 VBench Quality, +0.335 VisionReward, with 50% lower first-frame latency and ~4× lower Stage-2 training cost. First open release of frame-wise 1/2-step AR video models. Pipeline extends to action-conditioned world models (minWM).
  • [2026-05-23] Causal Forcing: Autoregressive Diffusion Distillation Done Right for High-Quality Real-Time Interactive Video Generation: Causal Forcing — identifies a frame-level-injectivity violation in Self-Forcing/CausVid’s ODE-init stage (bidirectional teacher → AR student cannot recover the teacher’s flow map). Fix: three-stage pipeline (teacher-forced AR diffusion training → causal ODE distillation from the AR teacher → asymmetric DMD). Beats Self Forcing by 19.3% Dynamic Degree, 8.7% VisionReward, 16.7% Instruction Following at matched budget. Sits upstream of the rollout-drift fixes (Context Forcing, PFP, FlowAct-R1, LongVie 2) at the asymmetric-distillation stage they all build on.
  • [2026-05-22] FlowAct-R1: Towards Interactive Humanoid Video Generation: A real-time (25 fps / 480p, TTFF ~1.5 s) interactive humanoid streaming AR-video system on Seedance MMDiT — chunkwise diffusion forcing + Self-Forcing++-style memory-error injection + 4-slot structured memory bank + fake-causal attention + inference-time Memory Refinement + 3-NFE multi-stage distillation + MLLM action planner. Application-specialized cousin of the Self-Forcing / Context Forcing lineage; user-study evaluation only, no shared-benchmark numbers.
  • [2026-05-22] Inference-time Physics Alignment of Video Generative Models with Latent World Models: Inference-time alignment of MAGI-1 24B via WMReward (VJEPA-2 surprise) with best-of-N and ∇-guidance — no weight updates, monotone scaling with particle count, 1st place at ICCV 2025 PhysicsIQ Challenge. Complements the three training-time approaches below; works on a frozen AR base model.
  • [2026-05-22] LongVie 2: Multimodal Controllable Ultra-Long Video World Model: Multi-stage training curriculum (multimodal guidance → degradation-aware training → history-context guidance) pushing continuous AR video generation to 5 minutes; introduces LongVGenBench (100 × 1-minute high-resolution videos). Project-page-only; no numbers or code yet.
  • [2026-05-22] Context Forcing: Consistent Autoregressive Video Generation with Long Context: Names the forgetting–drifting dilemma; addresses it with a Context Teacher (long-context, error-recycling-finetuned) + Slow-Fast Memory KV cache + Bounded Positional Encoding. 60s VBench subject-consistency 94.88 on Wan2.1-T2V-1.3B at 17 FPS.
  • [2026-05-22] Pretraining Frame Preservation in Autoregressive Video Memory Compression: Pretrains a memory encoder with a random-index frame-preservation objective so it can drop into Wan/HunyuanVideo as a LoRA-fine-tuned AR memory module; 20s history at ~5k context on consumer 12GB GPUs.
  • Are the filed approaches stackable? PFP keeps context cheap (compression), Context Forcing keeps context useful (distillation + cache management), LongVie 2 schedules training stages, FlowAct-R1 productizes a slot-structured memory bank, Causal Forcing/++ fix the initialization of the few-step AR student, MALT is the recurrent-memory-vector ancestor of PFP/Context-Forcing/FlowAct-R1 — nothing structurally conflicts, but no filed paper has tried more than one axis. Causal Forcing in particular is upstream of the others (it fixes Stage 0 of their pipelines) and should compose cleanly.
  • MALT’s noise-augmented memory, Context Forcing’s Error-Recycling Fine-Tuning, LongVie 2’s degradation-aware input training, and FlowAct-R1’s generated-GT memory sampling are four different injection sites for the same idea — perturb the memory during training to look like rollout. Which injection site dominates, and do they stack?
  • Does PFP’s memory encoder benefit from Context Forcing’s Bounded Positional Encoding? PFP says nothing about RoPE behaviour over long sequences; Context Forcing reports BPE is responsible for ~9 VBench points. MALT uses relative positional encoding inside memory attention as its own length-extrapolation mechanism — does BPE or MALT-style relative PE win on the same backbone?
  • Can the WMReward inference-time recipe be composed with the training-time fixes — e.g. does Context Forcing’s drift-suppressed model still benefit from VJEPA-2-steered BoN, or are the gains substitutes rather than complements?
  • FlowAct-R1’s Memory Refinement (periodic re-noise+re-denoise of short-term memory using reference + long-term as guidance) is a third class of drift fix that sits at inference but doesn’t use a reward model. Does this trick generalize beyond humanoid generation? And does it stack with training-time fixes or substitute for them?
  • The training-time papers are built on Wan-family backbones (Wan2.1-T2V-1.3B, Wan 2.2 5B/14B); WMReward uses MAGI-1; FlowAct-R1 uses Seedance; Causal Forcing/++ use Wan2.1; MALT uses W.A.L.T. How much of the headline numbers transfer across backbones?
  • LongVGenBench (LongVie 2), the MovieGenBench-derived prompts (Context Forcing), the user-study ELO setup (PFP), PhysicsIQ (WMReward), and FlowAct-R1’s GSB user study are five different evaluation protocols. None of the five papers compares on the others’ yardstick. MALT reports Kinetics-600 long-video prediction — a sixth.
  • FlowAct-R1’s “fake-causal” attention mask is a clean statement of an asymmetry that other AR-video systems handle ad hoc. Is this a free win for any chunkwise-rollout DiT, or does it specifically need the slot-structured memory bank to work?
  • Causal Forcing++‘s DMD-vs-CD analysis (CD for initialization, DMD for final polish) is a sharper statement than the field had — does the same split apply to other AR-video distillation pipelines, and where does it break down? In particular, FlowAct-R1’s 3-NFE pipeline uses chunk-aware DMD throughout; does swapping the first stage to causal CD give the same wins reported in Causal Forcing++?