HyperAIHyperAI

Command Palette

Search for a command to run...

세계 행동 모델: 조사

Qiuhong Shen Shihua Zhang Yue Liao Qi Li Zhenxiong Tan Shizun Wang Shuicheng Yan Xinchao Wang

초록

세계 행동 모델(World Action Models, WAMs)은 미래에 대한 예측을 행동에 활용할 수 있도록 하는 신체화된 예측-행동 모델이다. 최근의 WAMs는 대규모 비디오 생성 모델을 재목적화하여 활용하고, 이와 병행되는 연구 흐름은 비디오 생성 코어 없이 언어 또는 비전-언어 백본에 의존한다. 이러한 급속한 확장은 광범위한 세계 모델, 비디오 생성 모델, 행동 기반 비디오 세계 모델, 비전-언어-행동(Vision-Language-Action) 정책 및 WAMs 간의 경계를 모호하게 만들었다. 본 서베이는 해당 분야에 대한 공통된 정리를 제시한다. 본 논문은 먼저 이러한 경계를 명확히 한 후, 두 가지 상호 보완적인 관점을 통해 기존 연구를 체계화한다. 첫 번째 관점은 각 방법이 생성해야 할 대상이 무엇인지에 초점을 맞추며, 렌더링된 미래, 잠재적 미래, 그리고 비디오 생성 없이 수행되는 행동 추론을 포괄한다. 두 번째 관점은 예측 기반 구조, 백본, 행동 결합, 그리고 배포 체계를 기준으로 각 방법을 구성 요소로 분해한다. 이러한 구조 분석은 상호작용성, 인과성, 지속성, 물리적 타당성, 그리고 일반화에 대한 통합적인 논의를 뒷받침하며, 이어 데이터, 평가 방법 및 미해결 과제를 다룬다. 이러한 분석 축 전반에 걸쳐 일관된 설계 패턴이 도출된다. WAMs는 단순히 행동 헤드를 갖춘 비디오 생성기가 아니라, 설계 선택에 따라 표현의 풍부함을 연산, 메모리, 지연 시간, 그리고 행동 레이블 비용과 절충하는 예측-행동 방법이다. 해당 분야는 제어에 필요한 요소를 보존하면서도 미래의 불필요한 부분을 덜 생성하는 방향으로 나아가고 있다. 본 서베이의 홈페이지는 https://world-action-models.github.io/에서 확인할 수 있다.

One-sentence Summary

This survey clarifies the boundaries between World Action Models (WAMs) and related systems, categorizes existing approaches by their predictive substrate and action coupling, and identifies a consistent design pattern that trades representational richness against compute, memory, latency, and action-label costs.

Key Contributions

  • This survey clarifies the conceptual boundaries between World Action Models, video generation models, vision-language-action policies, and broader world models to establish a common analytical vocabulary.
  • It introduces a dual-perspective framework that categorizes existing methods by their generative requirements and systematically decomposes them by predictive substrate, backbone, action coupling, and deployment regime.
  • It provides a unified analysis of core control properties including interactivity, causality, persistence, physical plausibility, and generalization, while identifying a consistent design pattern where predictive-action methods trade representational richness against compute, memory, latency, and action-label costs.

Introduction

Embodied AI is shifting from reactive policies to predictive systems that anticipate environmental dynamics before selecting actions. World Action Models (WAMs) enable this transition by coupling future simulation with real-time control, allowing robots to reason about physics, contact, and task consequences in unstructured settings. Prior approaches, however, suffer from fragmented architectures and inconsistent terminology. Reactive Vision-Language-Action models lack explicit environmental modeling, while video-centric world models often prioritize photorealism over action-relevant cues, creating excessive compute and latency that disrupt closed-loop control. The authors leverage this context to deliver a comprehensive survey that formalizes the WAM definition and organizes the rapidly expanding literature through two complementary frameworks. They introduce a philosophy-level taxonomy based on generation targets alongside a component-level anatomy tracking predictive substrates, backbones, action coupling, and deployment regimes. This unified structure enables systematic method comparison, clarifies critical embodiment requirements like physical plausibility and causality, and identifies key open challenges in balancing predictive fidelity with control efficiency.

Dataset

Dataset Composition and Sources: The authors organize the training corpus into five primary categories based on the trade-off between scale, action-label quality, and embodiment alignment. These categories encompass robot teleoperation recordings, portable human demonstrations, internet-scale egocentric and instructional videos, physics-based and digital-twin simulations, and synthetic data generated by the models themselves.

Subset Details: Robot teleoperation datasets like Open X-Embodiment and RoboNet deliver exact action commands with high label fidelity but require significant operator and robot time. Portable human demonstrations from platforms such as EgoVerse and EgoDex increase collection throughput through wearable or phone-based capture, though they introduce an embodiment gap. Internet video collections including Ego4D, EPIC-KITCHENS, and EgoScale provide massive visual variation and manipulation patterns but lack explicit action channels. Simulation environments like ManiSkill, LIBERO, and RoboCasa offer precise labels and controlled curricula at low marginal cost, though they present a sim-to-real gap. Synthetic trajectories produced by diffusion models or video generators bridge the gap between simulation and real-world data, inheriting both visual realism and generator failure modes.

Training Usage and Mixture Strategy: The authors blend these sources to balance visual priors, trusted action labels, data scale, and controllable coverage. Internet video is primarily used to pretrain a video backbone or to train inverse-dynamics and latent-action models that recover control proxies. Teleoperation data supplies the ground-truth action supervision, while simulated and synthetic rollouts fill data gaps that are costly to collect physically. The paper notes that optimal mixture ratios for specific deployment regimes remain an unresolved research question, and access constraints limit independent verification for several large-scale sources.

Processing and Evaluation Pipeline: The provided text does not specify explicit cropping strategies or detailed metadata construction pipelines. Processing primarily focuses on action recovery techniques, such as retargeting human demonstrations across robot embodiments, extracting pseudo-actions from unlabeled video, and training final policies directly on neural rollouts. The authors evaluate the resulting models using a two-stage protocol that pairs lightweight visual fidelity metrics with selective closed-loop success tests under explicit compute, memory, and latency constraints.

Method

The authors propose a unified framework for World Action Models that fundamentally link predicted future observations to action production. Unlike standard Vision-Language-Action models that directly map current context to actions, or traditional world models that predict future states without necessarily guiding control, a World Action Model ensures the predicted future observation actively shapes, scores, or trains the action path. The core contract is formalized as a conditional joint distribution over a window of future predictions and future actions, conditioned on observation history, past actions, and task instructions, expressed as pΘ(st+1:t+H,at:t+H1c)p_\Theta(s_{t+1:t+H}, a_{t:t+H-1} \mid c)pΘ(st+1:t+H,at:t+H1c). This formulation establishes the operational boundary, where any predicted future must directly contribute to producing, scoring, verifying, or training the subsequent action. As shown in the figure below:

To navigate the diverse implementations across the field, the authors categorize existing models into three mutually exclusive design philosophies based on where the future predictor meets the action module during inference. Refer to the framework diagram: The first philosophy runs a video-generation backbone all the way to pixel output before decoding the action. This preserves full visual priors but incurs high latency. The second philosophy retains the video-derived dynamic prior but intercepts the inference path at intermediate latents, denoising features, or structured fields like flow or masks, bypassing pixel decoding to reduce computational cost. The third philosophy removes the video-generation backbone entirely. Instead, it leverages predictive supervision in compact representational spaces such as large language model or vision-language model embedding spaces, joint-embedding-predictive encoders, or non-video diffusion backbones, attaching lightweight action experts to these compact futures.

Building on these philosophies, the authors decompose any World Action Model into four separable but interacting design axes. As illustrated in the figure below: The first axis is the predictive substrate, which defines the representational space of the future variable. The second axis is the architectural backbone, which determines how the prediction is produced, including iterative-denoising networks, autoregressive decoders, joint-embedding predictors, hybrid architectures, or large language and vision-language models. The third axis is the action coupling, which specifies the factorization of the joint distribution and dictates how actions enter or leave the prediction loop. The fourth axis is the deployment regime, which governs the invocation cadence and horizon length relative to the control loop, ranging from open-loop rollout to chunked closed-loop control, single-step execution, and interactive simulator operation.

Focusing on the predictive substrate, the authors classify the future representation into four distinct categories. Refer to the figure below: Pixel-grounded substrates expose decoded observations or decoder-bound latents that map back to video, preserving appearance and motion priors. Feature substrates represent learned hidden states, teacher embeddings, or token blocks without a fixed observation decoder, trading direct visual interpretability for compactness and semantic invariance. Geometric substrates expose physical-coordinate tensors such as optical flow, point tracks, depth, pose, or motion vectors, compressing the future toward motion rather than texture. Affordance substrates expose task-relevant label or score maps, including value maps, contact likelihood fields, semantic masks, or end-effector heatmaps, directly aligning the predicted future with control objectives.

Finally, the action coupling axis defines the structural decision that transforms a predictive world model into an actionable policy. As shown in the figure below: The first arrangement is action-conditioned rollout, where an outer planner or policy supplies candidate actions, and an action-conditioned world model predicts their consequences. This can operate at the chunk level or step-wise. The second arrangement is joint generation, where a single generative process on a shared backbone produces both the substrate and the action chunk simultaneously, enforcing mutual consistency through a coupled loss. The third arrangement is the post-prediction action head, where the substrate generator predicts the future first, and a smaller, separate action expert decodes the control signal from that prediction. This factorization allows pretrained predictors to remain fixed while the action head adapts to specific embodiments or control interfaces.

Experiment

The first experiment compares chunk-level and step-wise action-conditioned rollout strategies, validating that parallel candidate scoring and continuous mid-trajectory adaptation respectively enable robust counterfactual control in world models. The second experiment assesses current benchmarking protocols, revealing that isolated success metrics or averaged performance scores frequently obscure critical trade-offs and task-specific failure modes. Ultimately, the findings establish that reliable evaluation requires integrated reporting frameworks that jointly quantify accuracy, latency, planning horizon, and computational constraints.

The authors introduce FLARE as a World Action Model characterized by a joint-embedding backbone and a feature-based teacher substrate. The system utilizes a post-prediction head for action coupling and adopts a chunked deployment strategy. This configuration places FLARE within the chunk-level submode family, where actions are processed in parallel blocks rather than step-by-step. FLARE operates on a chunked deployment strategy, aligning with the chunk-level submode family for parallel candidate evaluation. The model employs a joint-embedding backbone and a post-prediction head to couple actions with predictions. The chunked approach allows for the parallel assessment of action candidates but limits reactive control during the prediction window.

The evaluation of FLARE examines its chunked deployment strategy within a parallel candidate assessment framework, validating the architectural integration of a joint-embedding backbone and feature-based teacher substrate. By incorporating a post-prediction head for action coupling, the system successfully transitions action processing from sequential steps to parallel evaluation blocks. This design yields a clear qualitative trade-off, delivering enhanced parallel efficiency while inherently limiting reactive control during active prediction windows.


AI로 AI 구축

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

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

HyperAI Newsletters

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