AIAny
Icon for item

AlayaWorld: Interactive Long-Horizon World Modeling -- Full Technical Report

Generates interactive long-horizon 24-fps video worlds (540p/720p) from text, image, or video inputs. Uses a 15B video diffusion transformer with a bounded visual context (sink frame, compressed temporal history, geometry-aligned spatial memory, recent-frame conditioning) and a discrete autoregressive distillation that cuts inference to ~4 sampling steps per chunk.

Introduction

The core insight: scaling video world models requires not only larger generative backbones but also memory structures and training procedures that prevent long-horizon drift while keeping inference interactive. AlayaWorld targets that gap by pairing a large video diffusion transformer with a compact, persistent visual context and a distillation pipeline that drastically reduces sampling cost.

Key Findings
  • Long-horizon interactive generation: produces 24-fps video at 540p and 720p across extended roll-outs by generating short latent chunks autoregressively under camera trajectories and switchable text prompts, supporting interactive control.
  • Bounded visual context design: combines a persistent sink frame, compressed temporal history, geometry-aligned spatial memory, and recent-frame conditioning to balance context fidelity and compute; this reduces spatial/temporal inconsistency over long sequences.
  • Training for stability: trains on corrupted histories and prediction residuals sampled from the model's own roll-outs to reduce drift and exposure bias in multi-chunk generation.
  • Fast inference via distillation: introduces a discrete autoregressive distillation that blends distribution-matching, self-forcing++, and consistency distillation to cut sampling from roughly 30 steps down to about 4 steps per chunk.
  • Empirical result: achieves top performance on iWorld-Bench for long-horizon video generation benchmarks.
How it works (concise)

AlayaWorld is built on a 15B-parameter video diffusion transformer that outputs short latent chunks. A bounded-context module supplies a persistent reference frame, compressed temporal summaries for long-range state, geometry-aligned spatial memory for consistent object placement, and recent-frame conditioning for local detail. The model is exposed during training to its own roll-outs (with injected corruption) so it learns to correct accumulated errors. For latency-sensitive interactive use, the team distills the sampling process into a discrete autoregressive form that enables high-quality generation in ~4 sampling steps per chunk.

Who it's for and trade-offs

Great fit if you need an open research foundation for interactive, explorable video worlds or want a starting point for building long-horizon control/interaction demos that accept text/image/video prompts. Look elsewhere if you require photorealistic 4K output, extremely low compute-cost clients (the system is heavy at training and relies on a large 15B backbone), or turnkey game-engine integrations—AlayaWorld is presented as a research/full-stack foundation rather than a packaged commercial runtime.

Information

  • Websitearxiv.org
  • AuthorsAlayaWorld Team, Kaipeng Zhang, Chuanhao Li, Yifan Zhan, Yongtao Ge, Yuanyang Yin, Jiaming Tan, Kang He, Liaoyuan Fan, Mingliang Zhai
  • Published date2026/07/20

Categories

More Items

Provides an end-to-end, reproducible foundation for camera‑controllable, long‑horizon video world models — converting 1.43M clips from 10 datasets into a unified canonical corpus and releasing data, pipelines, recipes, and weights. Introduces backbone‑native adaptation and a three‑stage training recipe to produce 5B–33B models that enable minute‑to‑hour rollouts after training on 5s sequences.

Generates synchronized native 2K audio-video from a single first frame and a text prompt using a compact 7B joint generator. Combines gated cross-modal attention, progressive joint training, audio-video reinforcement learning, and an Autoregressive 1-Step 2K Refinement; releases a 7B generator and 2K Refiner for research use.

Measures whether video generators reproduce the correct distribution of possible physical behaviors under repeated rollouts. Introduces PAWBench and PAWEval to convert repeated generations into outcome-level empirical distributions and quantify probabilistic alignment; evaluates 50 scenarios and 11 models and finds no model consistently matches reference probabilities.