AIAny
Icon for item

AlayaWorld: Long-Horizon and Playable Video World Generation

Autoregressively synthesizes long-horizon, playable video worlds conditioned on current state and user actions for real-time interaction. Ships as an open-source, full-stack framework covering data preparation, model architectures, training, inference acceleration, and deployment for interactive generative worlds.

Introduction

Generative world models aim to replace laborious manual world authoring by synthesizing future observations conditioned on state and user actions. AlayaWorld demonstrates how a research prototype becomes a practical, reproducible toolkit: it packages model design, data pipelines, training recipes, inference optimizations, and evaluation into a single open-source stack for creating playable, long-horizon video worlds.

Key Findings
  • Trains on both gameplay recordings and real-world video to capture diverse visual styles and dynamics, so what: models generalize across stylized and photoreal scenes and support richer interactions than navigation-only systems.
  • Supports open-ended real-time interaction including navigation, combat-like actions, and event-driven effects, so what: users can perform mid-rollout actions that meaningfully change subsequent frames rather than only following prerecorded trajectories.
  • Provides reproducible pipelines and evaluation tools, so what: researchers can compare models on standardized inputs and reproduce training/inference steps instead of relying on bespoke demos.
  • Emphasizes deployment: inference acceleration and modular deployment components are included, so what: the project targets usable latency budgets for interactive applications, not just offline benchmarks.
Who It's For and Trade-offs

Great fit if you want a reproducible starting point for research or prototypes in interactive generative worlds, need integrated data-to-deploy tooling, or want to study action-conditioned video generation at scale. Look elsewhere if you require provably accurate physics, production-grade large-scale multiplayer backend systems, or very low-VRAM inference on commodity devices—these areas still demand substantial engineering and compute. The code and models lower the barrier to experimentation but expect significant compute for training and careful dataset curation to avoid biases.

Information

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

More Items

Turns an uncalibrated monocular actor video into multiview-consistent novel-view videos and lifts them into 4D Gaussian Splatting assets. Introduces Reference Context Packing to keep reference conditioning fixed-size and Target Context Routing to exchange context across target groups, improving large-view reconstruction consistency.

Introduces SemComp-Bench: a benchmark and VLM-based evaluation protocol for measuring outcome achievement and task-relevant semantic grounding in instruction-driven video generation. Ships with SemComp-Data, curated image–instruction–outcome triplets and OA/GR scoring.

Enables closed-loop execution for embodied agents by evolving code-based runtime critics and recovery skills online while keeping the base policy frozen. Combines three timescale loops with Z-Infra rollout infrastructure; reports 90.8% on LIBERO-Pro, 93.6% on RoboCasa and an 11.1× inference speedup.