arXiv:2502.05485cs.ROcs.AI2025-02ICLR被引 144

分层模型让机器人在无实物数据下也能高效完成复杂操作。

HAMSTER: Hierarchical Action Models For Open-World Robot Manipulation

论文配图:HAMSTER: Hierarchical Action Models For Open-World Robot Manipulation
图 1 · 摘自论文原文
  • 高阶模型生成粗略路径,低阶策略执行精细控制。
  • 真实机器人测试中成功率提升20%,相对增益达50%。
  • 适合缺乏真实数据的机器人开发团队使用。

大型基础模型在视觉与语言任务中展现出强大的开放世界泛化能力,但在机器人领域尚未达到同等水平。主要挑战在于机器人数据稀缺,通常需通过昂贵的实地操作获取。一种可行方案是利用更廉价的跨域数据,如无动作视频、手绘草图或仿真数据。本文提出,相较于直接微调视觉-语言模型(VLM)预测动作的标准单体模型,分层视觉-语言-动作(VLA)模型能更有效地利用这些跨域数据。具体而言,高阶VLM微调后可基于RGB图像和任务描述生成粗略的二维路径,作为低阶3D感知控制策略的指导。该设计使高阶模型无需处理细粒度动作,同时减轻低阶策略在复杂任务推理上的负担。实验表明,分层结构使高阶模型在跨域差距显著时仍具泛化能力,涵盖本体差异、动力学、视觉外观及任务语义等多方面。真实机器人实验显示,相较OpenVLA,在七个不同泛化维度上平均成功率提升20%,相对增长50%。可视化结果、代码与数据集详见:https://hamster-robot.github.io/

原文摘要 · Abstract (English)

Large foundation models have shown strong open-world generalization to complex problems in vision and language, but similar levels of generalization have yet to be achieved in robotics. One fundamental challenge is the lack of robotic data, which are typically obtained through expensive on-robot operation. A promising remedy is to leverage cheaper, off-domain data such as action-free videos, hand-drawn sketches or simulation data. In this work, we posit that hierarchical vision-language-action (VLA) models can be more effective in utilizing off-domain data than standard monolithic VLA models that directly finetune vision-language models (VLMs) to predict actions. In particular, we study a class of hierarchical VLA models, where the high-level VLM is finetuned to produce a coarse 2D path indicating the desired robot end-effector trajectory given an RGB image and a task description. The intermediate 2D path prediction is then served as guidance to the low-level, 3D-aware control policy capable of precise manipulation. Doing so alleviates the high-level VLM from fine-grained action prediction, while reducing the low-level policy's burden on complex task-level reasoning. We show that, with the hierarchical design, the high-level VLM can transfer across significant domain gaps between the off-domain finetuning data and real-robot testing scenarios, including differences on embodiments, dynamics, visual appearances and task semantics, etc. In the real-robot experiments, we observe an average of 20% improvement in success rate across seven different axes of generalization over OpenVLA, representing a 50% relative gain. Visual results, code, and dataset are provided at: https://hamster-robot.github.io/

机器人操控分层模型跨域泛化

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。