paper-with-me

홈 › Papers

Lifting Embodied World Models for Planning and Control

2026-04-28 · Alex N. Wang, Trevor Darrell, Pavel Izmailov, Yutong Bai, Amir Bar arxiv

World models of embodied agents predict future observations conditioned on an action taken by the agent. For complex embodiments, action spaces are high-dimensional and difficult to specify: for example, precisely controlling a human agent requires specifying the motion of each joint. This makes the world model hard to control and expensive to plan with as search-based methods like CEM scale poorly with action dimensionality. To address this issue, we train a lightweight policy that maps high-level actions to sequences of low-level joint actions. Composing this policy with the frozen world model produces a lifted world model that predicts a sequence of future observations from a single high-level action. We instantiate this framework for a human-like embodiment, defining the high-level action space as a small set of 2D waypoints annotated on the current observation frame, each specifying a near-term goal position for a leaf joint (pelvis, head, hands). Waypoints are low-dimensional, visually interpretable, and easy to specify manually or to search over. We show that the lifted world model substantially outperforms searching directly in low-level joint space ($3.8\times$ lower mean joint error to the goal pose), while remaining more compute-efficient and generalizing to environments unseen by the policy.

📄 PDF Abstract BibTeX arXiv:2604.26182

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

EmbodiedGPT: Vision-Language Pre-Training via Embodied Chain of Thought

2023-05-24 · NeurIPS 2023 11 · Yao Mu, Qinglong Zhang, Mengkang Hu, Wenhai Wang 외

Embodied AI is a crucial frontier in robotics, capable of planning and executing action sequences for robots to accomplish long-horizon tasks in physical environments. In this work, we introduce EmbodiedGPT, an end-to-en…

Image CaptioningLanguage ModellingLarge Language ModelQuestion Answering+1

ActiveFly-Bench: Aligning Embodied Question Answering with Vision-Language-Action for Aerial Embodied Perception

2026-07-11 · Weichen Zhang, Shiquan Yu, Yinan Zhu, Peizhi Tang 외 arxiv

We introduce ActiveFly-Bench, the first benchmark to bridge cyberspace reasoning and physical-world interaction for UAV embodied perception. The benchmark decomposes active perception into three hierarchical tasks: Aeria…

Question Answering

WorldMAP: Bootstrapping Vision-Language Navigation Trajectory Prediction with Generative World Models

2026-04-09 · Hongjin Chen, Shangyun Jiang, Tonghua Su, Chen Gao 외 arxiv

Vision-language models (VLMs) and generative world models are opening new opportunities for embodied navigation. VLMs are increasingly used as direct planners or trajectory predictors, while world models support look-ahe…

Vision-Language NavigationTrajectory Prediction

Embodied AI Agents: Modeling the World

2025-06-27 · Pascale Fung, Yoram Bachrach, Asli Celikyilmaz, Kamalika Chaudhuri 외

This paper describes our research on AI agents embodied in visual, virtual or physical forms, enabling them to interact with both users and their environments. These agents, which include virtual avatars, wearable device…

Human Agent Collaboration

OOWM: Structuring Embodied Reasoning and Planning via Object-Oriented Programmatic World Modeling

2026-02-25 · Hongyu Chen, Liang Lin, Guangrun Wang arxiv

Standard Chain-of-Thought (CoT) prompting empowers Large Language Models (LLMs) with reasoning capabilities, yet its reliance on linear natural language is inherently insufficient for effective world modeling in embodied…