TL;DR
This survey introduces World Action Models (WAMs), embodied foundation models unifying predictive state modeling with action generation. It formalizes definitions, categorizes architectures into Cascaded and Joint paradigms, and identifies challenges including 7Hz inference latency versus 50Hz for …

论文原始摘要

Vision-Language-Action (VLA) models have achieved strong semantic generalization for embodied policy learning, yet they learn reactive observation-to-action mappings without explicitly modeling how the physical world evolves under intervention. A growing body of work addresses this limitation by integrating world models, predictive models of environment dynamics, into the action generation pipeline. We term this emerging paradigm World Action Models (WAMs): embodied foundation models that unify predictive state modeling with action generation, targeting a joint distribution over future states and actions rather than actions alone. However, the literature remains fragmented across architectures, learning objectives, and application scenarios, lacking a unified conceptual framework. We formally define WAMs and disambiguate them from related concepts, and trace the foundations and early integration of VLA and world model research that gave rise to this paradigm. We organize existing methods into a structured taxonomy of Cascaded and Joint WAMs, with further subdivision by generation modality, conditioning mechanism, and action decoding strategy. We systematically analyze the data ecosystem fueling WAMs development, spanning robot teleoperation, portable human demonstrations, simulation, and internet-scale egocentric video, and synthesize emerging evaluation protocols organized around visual fidelity, physical commonsense, and action plausibility. Overall, this survey provides the first systematic account of the WAMs landscape, clarifies key architectural paradigms and their trade-offs, and identifies open challenges and future opportunities for this rapidly evolving field.

Paper Collector 中文速览

首个系统综述世界行动模型,统一预测建模与动作生成

方法概述

正式定义WAMs概念,区分相关概念;追溯VLA与世界模型融合基础;构建级联与联合WAMs分类体系,按生成模态、条件机制、动作解码策略细分;系统分析机器人遥操作、人类演示、仿真、互联网规模视频等数据生态;综合视觉保真度、物理常识、动作合理性三类评估协议

核心贡献

首次系统综述WAMs领域,提出级联与联合分类法,梳理数据生态与评估协议,为具身AI提供统一框架

原始来源与核验范围

核验仅覆盖论文正文中的主张、证据片段和参考文献关系。NGJOO 未独立运行作者代码、重做实验或验证真实部署效果;页面中的可复现性分数是文档完整度评估,不是复现实验结果。

27
已证实
12
证据不足
0
无法验证
N/A
可复现性
置信度
75%

核心问题

The paper investigates how embodied AI systems can be enhanced through World Action Models (WAMs) that unify predictive state modeling with action generation, addressing the limitation that Vision-Language-Action models lack explicit modeling of world dynamics.

核心方法

This survey establishes formal probabilistic foundations for WAMs, categorizes existing architectures into Cascaded and Joint paradigms based on structural flow and training regimes, and systematically reviews generation modalities, conditioning mechanisms, training datasets, and evaluation protocols across the WAM landscape.

方法组件

论点验证

已证实 (80%) We formalize this family of approaches under the term World Action Models (WAMs): embodied foundation models that unify predictive state modeling with action generation, targeting a joint distribution
已证实 (80%) To establish a rigorous foundation for World Action Models (WAMs), we define the embodied intelligence task through a probabilistic lens.
已证实 (85%) A WAM seeks to characterize the joint or conditional distribution of future states and actions within a unified framework: ℒ_WAM = 𝔼_(𝑜,𝑙,𝑜′,𝑎)∼𝒟 log 𝑝(𝑜′, 𝑎 | 𝑜, 𝑙).
The paper provides the explicit mathematical formulation of the WAM objective in paragraphs p_8 and p_9, with the loss function ℒ_WAM = 𝔼 log 𝑝(𝑜′, 𝑎 | 𝑜, 𝑙). This is a formal conceptual contribution with clear mathematical notation.
证据不足 (75%) By moving beyond observation-to-action mapping towards joint state-action prediction, WAMs leverage rich spatiotemporal priors to achieve deeper physical understanding and stronger zero-shot generalization.
已证实 (80%) We define WAMs as a broader, modality-independent superset of predictive agents. While VAMs are specifically optimized to align actions with video frame synthesis, the WAM paradigm posits that video is merely one possible proxy for modeling the world.
已证实 (75%) WAMs encompass models that utilize other predictive targets-such as single-image state transitions, dense point clouds, or multi-sensory modalities like tactile and force feedback.
已证实 (75%) The term 'World' emphasizes the model's internalization of underlying physical laws and causal dynamics, rather than a commitment to the pixel-level video format.
已证实 (75%) WAMs are backbone-agnostic and can be instantiated via any architecture capable of state synthesis across diverse modalities.
已证实 (80%) A WAM requires an active predictive commitment; it must be supervised by a world-modeling objective where the synthesis of the next state 𝑜′ is an explicit component of the model's reasoning and output, rather than just an implicit feature within the backbone.
已证实 (70%) The choice of WAM over AWM reflects a strategic shift in the hierarchy of embodied intelligence. World Action Model repositions the system as a primary category of Agent, where 'World' (predictive physics) and 'Action' (motor control) are co-equal components.
已证实 (70%) This nomenclature establishes WAM as the direct conceptual successor to the Vision-Language-Action lineage, emphasizing its identity as a complete foundation model for robotics.
The paper makes this conceptual positioning argument in paragraph p_15, establishing WAM as the 'direct conceptual successor to the Vision-Language-Action lineage.' This is a conceptual contribution about the framework's positioning in the field.
已证实 (85%) We categorize these World Action Models architectures into two primary paradigms based on their structural flow and corresponding training regimes: Cascaded World-Action-Model and Joint World-Action-Model.
The paper explicitly presents this categorization starting at paragraph p_51, with detailed discussion of Cascaded WAMs (p_52-p_62) and Joint WAMs (p_63-p_93). This is a clear taxonomic contribution with substantial exposition.
已证实 (80%) We identify three distinct representational paradigms: Multi-Head Visual-Action Decoding, Unified Discrete Representations, and Predictive Latent Representations.
已证实 (85%) We organize our discussion based on the structural coupling of their predictive streams: (1) Unified Stream Architectures and (2) Multi-Stream Architectures.
已证实 (80%) Within this family, we further distinguish between two recurrent routes, namely Explicit Future Prediction and Implicit Future Prediction.
The paper makes this distinction explicitly in paragraph p_74 and elaborates on Explicit Future Prediction (p_74-p_78) and Implicit Future Prediction (p_80-p_82). This is a clear sub-categorization within Unified Stream architectures.
已证实 (85%) We categorize these multi-engine architectures by their dominant coupling interface: (1) Cross-Attention Coupling, (2) Hidden-State Coupling, and (3) Shared Representation.
The paper explicitly presents this categorization in paragraph p_83 and provides detailed discussion of Cross-Attention Coupling (p_84-p_87), Hidden-State Coupling (p_88-p_92), and Shared Representation (p_93). This is a clear taxonomic contribution.
证据不足 (70%) Standard VLA models do not explicitly model world dynamics-they learn direct observation-to-action mappings without predicting how the environment changes under intervention. This absence of predictive physical reasoning limits their generalization, where anticipating future states is essential.
证据不足 (65%) As these models remain rooted in reactive mapping without capturing the underlying world dynamics, they often struggle with manipulation generalization.
证据不足 (70%) Autoregressive video world models suffer from serious error accumulation and may struggle to model highly multimodal distributions.
证据不足 (70%) Diffusion-based world models are computationally intensive.

... 共 39 个论点

可复现性评估

较低可复现性 (0%)

缺失的复现细节

局限与证据边界

本分析由 PDF 阅读助手 自动生成,仅供参考,不构成学术评审意见。验证结论和可复现性评估基于论文文本自动分析,可能存在偏差。原始论文请参阅 arXiv

分析时间:2026-05-17T07:17:26+00:00 · 数据来源:Paper Collector