paper-with-me

홈 › Papers

Enabling Extensible Embodied Capabilities with Tools

2026-05-26 · Xueyang Zhou, Zijia Wang, Qianjiang Li, Yibo Hu, Guiyao Tie, Li Wan, Yidan Liu, Pan Zhou, Lichao Sun, Yongchao Chen arxiv

Most existing embodied intelligence methods formulate perception, reasoning, planning, and control within a unified parameterized policy. Yet these capabilities are inherently hierarchical and heterogeneous, making them difficult to reliably learn and modularize within a single model. We propose a capability externalization approach that decouples heterogeneous capabilities into independently optimized tools, dynamically invoked at inference time. To this end, we introduce Embodied Tool Protocol (ETP), a standardized protocol for embodied tool registration, discovery, invocation, and execution, and curate 100+ validated tools spanning perception, cognition, reasoning, and execution as the tool base. Building on this, we construct EmbodiedToolBench to evaluate both whether tool augmentation improves embodied performance and how well current models use tools across tool-necessity recognition, tool selection, tool execution, and tool-chain composition. Experiments across simulation and real-world platforms confirm that capability externalization consistently improves embodied performance (avg. gain 31% on EB-ALFRED and 36% on EB-Navigation), yet reveal a clear boundary: gains are substantial for cognition and perception but are limited for execution-type capabilities. Moreover, our analysis reveals that knowing when, which, and how to invoke tools remains a persistent challenge across all models, thereby highlighting embodied tool competence as a critical direction for future research.

📄 PDF Abstract BibTeX arXiv:2605.26637

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Y-BotFrame: An Extensible Embodied Agent Framework for Quadruped Robot Assistants

2026-06-11 · Luyao Zhang, Ke Li, Yuan Ding, Xulong Zhao 외 arxiv

Quadruped robots are capable of traversing a wide range of complex terrains with high flexibility. As highly mobile ground-based intelligent platforms, they can be equipped with modules for navigation control, environmen…

Embodied-BenchClaw: An Autonomous Multi-Agent System for Embodied Spatial Intelligence Benchmark Construction

2026-06-10 · Baoyang Jiang, Fengchun Zhang, Leyuan Wang, Haotian Li 외 arxiv

Benchmarks are essential for evaluating embodied spatial intelligence, yet their construction is labor-intensive, hard to reuse, and difficult to maintain. Existing embodied benchmarks are often static and may quickly be…

Spatial ReasoningRobot Navigation

VLN-MME: Diagnosing MLLMs as Language-guided Visual Navigation agents

2025-12-31 · Xunyi Zhao, Gengze Zhou, Qi Wu arxiv

Multimodal Large Language Models (MLLMs) have demonstrated remarkable capabilities across a wide range of vision-language tasks. However, their performance as embodied agents, which requires multi-round dialogue spatial …

Spatial ReasoningVisual Navigation

Embodied.cpp: A Portable Inference Runtime of Embodied AI Models on Heterogeneous Robots

2026-07-02 · Ling Xu, Chuyu Han, Borui Li, Hao Wu 외 arxiv

Embodied AI models now span vision-language-action (VLA) models and world-action models (WAMs), but practical deployment remains fragmented across model-specific Python stacks, backend assumptions, and robot-side glue co…

RLinf-USER: A Unified and Extensible System for Real-World Online Policy Learning in Embodied AI

2026-02-08 · Hongzhi Zang, Shu'ang Yu, Hao Lin, Tianxing Zhou 외 arxiv

Online policy learning directly in the physical world is a promising yet challenging direction for embodied intelligence. Unlike simulation, real-world systems cannot be arbitrarily accelerated, cheaply reset, or massive…

Reinforcement Learning