HyperAIHyperAI

Command Palette

Search for a command to run...

세계 행동 모델: 융합형 AI의 차세대 최전선

초록

시각-언어-행동(Vision-Language-Action, VLA) 모델은 신체화된 정책 학습에 있어 강력한 의미적 일반화를 달성했으나, 물리적 세계가 개입(Intervention) 하에 어떻게 변화하는지를 명시적으로 모델링하지 않고 반응형 관찰-행동 매핑만 학습한다는 한계가 존재한다. 이를 해결하기 위해 환경 역학에 대한 예측 모델인 월드 모델(World Models)을 행동 생성 파이프라인에 통합하려는 연구가 점차 증가하고 있다. 우리는 이러한 새로운 패러디임을 세계 행동 모델(World Action Models, WAMs)이라고 명명한다. WAMs는 미래 상태와 행동의 결합 분포(Joint distribution)를 목표로 하는, 예측 상태 모델링과 행동 생성을 통일하는 신체화된 파운데이션 모델로서, 단순히 행동뿐만 아니라 예측까지 포괄한다.그러나 현재 문헌은 아키텍처, 학습 목표, 응용 시나리오에 걸쳐 단편화되어 있으며, 이를 통합하는 개념적 프레임워크가 부재한 상태이다. 본 논문은 WAMs를 공식적으로 정의하고 관련 개념들과 명확히 구분하여, 이 패러디임을 태동시킨 VLA 및 월드 모델 연구의 기반과 초기 통합 양상을 추적한다. 또한 기존 방법론들을 생성 방식, 조건부 메커니즘, 행동 디코딩 전략에 따른 하위 분류를 포함하는 연쇄형(Cascaded) 및 결합형(Joint) WAMs의 구조적 분류체계를 통해 체계적으로 정리한다.

One-sentence Summary

This work formally defines World Action Models as embodied foundation models that unify predictive state modeling with action generation to target a joint distribution over future states and actions, addressing limitations in reactive Vision-Language-Action frameworks, and organizes existing methods into a structured taxonomy of Cascaded and Joint WAMs.

Key Contributions

  • This survey formally defines World Action Models and establishes a conceptual framework that disambiguates them from related methodologies in embodied AI. It traces the foundations of vision-language-action research and world model integration to unify predictive state modeling with action generation.
  • Existing methods are organized into a structured taxonomy of Cascaded and Joint paradigms based on generation modality, conditioning mechanism, and action decoding strategy. This categorization maps the architectural design space to clarify terminological boundaries within the field.
  • The survey synthesizes efforts in scalable training datasets and summarizes emerging evaluation protocols spanning visual fidelity, physical commonsense, and action plausibility. Critical open challenges and future trajectories are outlined to guide the next phase of progress.

Introduction

Vision-Language-Action models currently drive embodied AI by leveraging semantic generalization, yet they operate as reactive systems that map observations directly to actions without modeling physical dynamics. This absence of predictive reasoning limits an agent's ability to generalize across novel environments where anticipating state changes is crucial. While recent work integrates world models to provide physical foresight, the field remains fragmented across disparate architectures and learning objectives. The authors address this gap by formally defining World Action Models as embodied foundation models that unify predictive state modeling with action generation. They present the first systematic survey of the landscape, categorizing methods into Cascaded and Joint paradigms while synthesizing data ecosystems and evaluation protocols to guide future research.

Dataset

  • Dataset Composition and Sources The authors categorize the training landscape into four dominant paradigms to balance precise physical grounding with broad generalization. These include high-fidelity Robot-Centric Teleoperation, agile Portable Human Demonstrations, scalable Simulation Data, and broad Human and Ego-Centric Data.

  • Key Details for Each Subset

    • Robot-Centric Teleoperation: Sources include Open-X Embodiment and DROID. Data consists of strictly aligned, high-frequency action-state pairs with multimodal signals such as RGB, proprioception, depth, audio, and tactile feedback.
    • Portable Human Demonstrations: Utilizes UMI-style hardware like handheld grippers and wearable cameras for in-the-wild collection. Datasets include FastUMI and RealOmin, offering centimeter-level action constraints across diverse environments.
    • Simulation Data: Generated via physics engines like MuJoCo and Isaac Sim. Examples include SynGrasp-1B with millions of trajectories. This subset provides privileged spatial supervision such as perfect depth and exact 6D object poses.
    • Human and Ego-Centric Data: Sourced from internet-scale videos like Ego4D and HowTo100M. These provide passive world dynamics or active dynamics extracted through 3D hand pose and motion tracking.
  • Data Usage and Training Strategy The framework employs joint training strategies to ingest both paired (ot,at,ot+1)(o_t, a_t, o_{t+1})(ot,at,ot+1) triplets and unpaired action-free sequences. This mixture allows the model to couple internal representations with massive unconstrained observations for visual physics. The authors note that this approach bridges the gap between low-level robotic control and open-world generalization.

  • Processing and Metadata Construction

    • Augmentation: Automated and generative augmentation is used to scale data beyond manual collection limits.
    • Alignment: Human actions are retargeted to robot-executable actions via vision-based tracking.
    • Spatial Grounding: Simulation data undergoes domain randomization over textures and lighting to reduce the sim-to-real gap.
    • Pose Estimation: Ego-centric videos are processed with pose estimation and 3D hand-object mesh alignment to bridge the action gap in passive data.

Method

World Action Models (WAMs) represent a class of embodied foundation models that unify environmental dynamics modeling with motor control. Unlike standard Vision-Language-Action (VLA) models that learn direct observation-to-action mappings, or World Models (WMs) that solely predict state evolution, WAMs predict the future evolution of the physical environment alongside motor commands. As shown in the figure below, the WAM architecture contrasts with VLA and WM by jointly processing current observations and language to output both the next observation and the action.

Formally, a WAM seeks to characterize the joint distribution of future states and actions within a unified framework: LWAM=E(o,l,o,a)D[logp(o,ao,l)].\mathcal { L } _ { \mathrm { W A M } } = \mathbb { E } _ { ( o , l , o ^ { \prime } , a ) \sim \mathcal { D } } \left[ - \log p ( o ^ { \prime } , a \mid o , l ) \right] .LWAM=E(o,l,o,a)D[logp(o,ao,l)].

The literature is systematically categorized into core dimensions including architecture and training data. Refer to the framework diagram for the comprehensive taxonomy of World Action Models reviewed in this survey.

Recent advances have shifted toward integrating world modeling directly into the policy architecture. the paper categorize these architectures into two primary paradigms: Cascaded WAMs and Joint WAMs.

Cascaded World-Action Models implement the world-action mapping through a sequential two-stage pipeline. A world model first synthesizes a visual plan representing the anticipated future, after which a separate action model decodes executable robot commands from that plan. This decomposition offers a natural inductive bias where the world model need not reason about robot kinematics, while the action model need not solve long-horizon scene prediction. Based on the type of intermediate planning carrier, Cascaded WAMs are categorized into Explicit Planning via pixel-space representations and Implicit Planning via latent representations. The schematic below provides an overview of these cascaded patterns.

Explicit Planning uses raw pixel frames as the intermediate representation. Work in this space divides by how actions are subsequently extracted from the synthesized video, either through learned inverse dynamics or through closed-form geometric computation. Implicit Planning is motivated by the observation that intermediate latent representations formed during diffusion already encode the dynamical information required for planning. The planning carrier is replaced by latent feature sequences that remain in the compressed representation space throughout. A comparison of Cascaded World-Action-Model methods is provided in the table below.

Joint World-Action Models denote a family of architectures in which future world states and actions are predicted within a single unified model. Under this unified definition, existing joint world-action models are organized into two broad generation routes. Autoregressive Generation relies on causal, left-to-right sequential decoding to parameterize both future states and control signals. In these architectures, heterogeneous variables are serialized into a unified temporal sequence where the joint distribution of world and action is factorized sequentially. Table 2 presents a taxonomy-oriented summary of Autoregressive Generation papers.

Diffusion-based Generation constitutes a significant technical route characterized by multi-step generative processes to capture the complex distributions of future states. These architectures generate future world states and action sequences concurrently across a multi-step horizon. This approach fundamentally overcomes the sequential bottleneck of autoregressive modeling, enabling the high-frequency execution necessary for closed-loop control.

Experiment

The evaluation framework assesses world modeling capability through three dimensions: visual fidelity, physical commonsense, and action plausibility, alongside specific benchmarks for action policy generation. While visual metrics ensure perceptual consistency, action plausibility tests highlight a critical gap where visually convincing models often fail to support executable robot behavior. Furthermore, action policy evaluation categorizes benchmarks by robot morphology to validate the model's ability to generate robust control signals across diverse manipulation scenarios.

The the the table presents a systematic review of datasets and benchmarks used for evaluating action policies and world models in robotics. It details various entries categorized by scale, task complexity, simulation engines, and sensor modalities. The data highlights a trend towards larger-scale datasets and diverse embodied setups, including both simulation and real-world collection methods. Data scale varies significantly, ranging from small trajectory sets to massive collections containing millions of frames. Sensor modalities extend beyond standard RGB to include depth, point clouds, text, and tactile data in many entries. Data collection approaches are diverse, utilizing teleoperation, simulation, auto-collection, and aggregation strategies.

The the the table categorizes action policy evaluation methods based on their intermediate representations, distinguishing between pixel-space approaches and those utilizing latent features. Pixel-space methods are further divided into those employing learned action extraction versus geometric extraction pipelines. The evaluation column demonstrates extensive testing across diverse simulated environments and real-world robotic hardware setups. The methods are classified into three main groups: pixel-space learned extraction, pixel-space geometric extraction, and implicit planning via latent representations. Evaluation environments include various simulation platforms and real-world robots such as Franka, WidowX, and Aloha. While the majority of methods utilize action labels during training, a subset of geometric extraction approaches supports zero-shot evaluation.

The evaluation framework systematically reviews robotics datasets and benchmarks, highlighting a trend towards larger-scale collections with diverse sensor modalities ranging from RGB to tactile data. Action policy assessment is categorized by intermediate representations, distinguishing between pixel-space approaches and those utilizing latent features across various simulated and real-world hardware setups. While most methods rely on action labels during training, the analysis reveals significant diversity in data collection strategies and notes that zero-shot evaluation is supported by specific geometric extraction pipelines.


AI로 AI 구축

아이디어에서 출시까지 — 무료 AI 코코딩, 즉시 사용 가능한 환경, 최적의 GPU 가격으로 AI 개발을 가속화하세요.

AI 협업 코딩
바로 사용 가능한 GPU
최적의 가격

HyperAI Newsletters

최신 정보 구독하기
한국 시간 매주 월요일 오전 9시 에 이번 주의 최신 업데이트를 메일로 발송합니다
이메일 서비스 제공: MailChimp