EXIMO: VLM Guided Exploration of VLA Policies
不用人工遥控演示,让会说话的AI来教机械臂做新家务
机器人操作策略(VLA模型)通常靠模仿人工遥控采集的数据来训练,每学一个新任务都要重新花大量人力,效率很低。EXIMO让一个视觉语言模型(VLM)把复杂的长任务拆成机器人已经会做的简单步骤,收集成功的执行数据,再用这些数据重新微调机器人策略,最后再用在线强化学习进一步打磨。在22项操作任务的实验中,该方法在数据效率和最终成功率上都明显超过现有方法。
他们做了什么
- 基础机器人策略是30亿参数的Gemini Robotics On-Device(GROD),而Gemini作为VLM'调度者',观察场景并用自然语言给出机器人本身就能执行的简短指令
- 只保留VLM指导下成功完成的操作轨迹,用这些数据对原始VLA模型做监督微调,让机器人把新技能内化,评估时不再需要VLM的实时协助
- 最后阶段用离线策略强化学习(MPO算法)训练一个小型残差策略,对VLA输出的动作做微调修正
- 在22个任务上,VLM引导的探索比单纯的机器人策略成功率更高,而用这些数据微调后的机器人甚至比评估时一直依赖VLM的效果还要好
- 经过完整流程(含强化学习)后,微调策略的最终成功率和完成速度都超过了给予更多训练步数进行强化学习的基础策略

| ID | Task | Natural-language goal |
|---|---|---|
| T2 | BowlGlassOnRack | put the bowl and glass on the rack |
| T3 | BananaInBowl-Reasoning0 | put the item that a monkey can eat into the bowl |
| T4 | MugOnPlate | put the mug on the plate |
| T5 | MugOnPlate-Reasoning0 | put the object you pour coffee in on the plate |
| T6 | MugOnPlate-Reasoning1 | put the object with a handle on top of the flat object |
| T7 | PenInContainer | put the pen into the white container |
| T8 | PenInContainer-Reasoning0 | put the object you use to write into the white container |
| T9 | PenInContainer-Reasoning1 | put the thinnest object into the white container |
| T10 | CanOpenerInCaddy-Left-Reasoning0 | place the can opener in the left compartment of the caddy |
| T11 | CanOpenerInCaddy-Right-Reasoning0 | place the can opener in the right compartment of the caddy |
| T12 | MagnifierCanOpenerInCaddy | put the magnifier and can opener in the caddy |
| T13 | MagnifierInCaddy-Left-Reasoning0 | place the magnifier in the left compartment of the caddy |
| T14 | MagnifierInCaddy-Right-Reasoning0 | place the magnifier in the right compartment of the caddy |
| T15 | ScissorsInCaddy-Left-Reasoning0 | place the scissors in the left compartment of the caddy |
| T16 | ScissorsInCaddy-Right-Reasoning0 | place the scissors in the right compartment of the caddy |
| T17 | ScissorsMagnifierInCaddy | put the scissors and magnifier in the caddy |
| T18 | ScissorsScrewdriverInCaddy | put the scissors and screwdriver in the caddy |
| T19 | ScrewdriverInCaddy-Left-Reasoning0 | place the screwdriver in the left compartment of the caddy |
| T20 | ScrewdriverInCaddy-Right-Reasoning0 | place the screwdriver in the right compartment of the caddy |
| T21 | ScrewdriverMagnifierInCaddy | put the screwdriver and magnifier in the caddy |
| T22 | PlateBowlOnRack | put the plate and bowl on the rack |
| T23 | PlateGlassOnRack | put the plate and glass on the rack |
为什么重要
人工遥控采集机器人演示数据成本高、耗时长,这项工作展示了如何借助语言能力强的AI模型大幅降低这一成本。它为用更少的人力教机器人学习新任务提供了一条实用路径。
本文术语
- VLA(视觉-语言-动作模型) · 接收摄像头图像和语言指令、输出机器人动作的大型模型
- VLM(视觉语言模型) · 能同时理解图像和文本的AI模型,这里扮演监督者角色
- 行为克隆(Behaviour Cloning) · 通过模仿人工遥控记录的数据来训练模型的方法
- 强化学习(RL) · 智能体通过试错并根据成功/失败信号不断改进的学习方式
- 残差策略(Residual Policy) · 在现有模型输出动作基础上叠加微小修正值的辅助策略
论文原文摘要(英文)
How to efficiently finetune robot policies to learn new tasks on the fly? State of the art robotic manipulation policies are based on behaviour cloning of large vision-language-action (VLA) models with billions of parameters on huge teleoperation datasets. While this simple approach has enabled significant advances for robotic manipulation, finetuning of VLA policies for learning new tasks still remains an open problem. In particular, collecting teleoperation datasets requires hundreds of hours of expensive human labour and the alternative, reinforcement learning (RL), can be notoriously sample-inefficient especially for long-horizon tasks. In addition, RL with VLAs imposes several challenges due to the model's size and architectural design. In this work, we propose EXIMO, an efficient algorithm for finetuning of VLA policies. EXIMO operates in three stages: explore, imitate, and optimize. During the explore phase, EXIMO equips the VLA with a vision language model (VLM) that acts as a planner. The VLM thinks and breaks down challenging long-horizon problems into shorter ones for the VLA. The VLM, together with the VLA, is used to collect an orchestrated dataset on new tasks. During the imitate phase, the VLA is finetuned with the orchestrated data. Finally, during the optimize stage, we use residual off-policy RL to further finetune the policy. In our experiments, we ablate all three stages of EXIMO and show that it outperforms existing approaches significantly in terms of sample-efficiency and final performance.
在 arXiv 阅读最新论文
- Write Once, Run Everywhere: The Axon DSL for Shape-Safe and Framework-Agnostic LLM Architectures
- Remember, Verify, or Ask? Cross-Family Evaluation of Memory Commitment in LLM Agents
- SafeBranch: Branch-Pair Safety Alignment for Embodied Agents
- TESTNAV: Pareto-Guided Search for Compositional Robustness Testing测试AI模型面对多种叠加干扰时不必穷举所有组合,也能找出真正危险的失败案例
- GenMatch: An End-to-End Generative Matching Framework for Micro-View Order-Dispatching in Ride-Hailing滴滴把打车派单从预测-计算-匹配三段式流程改成一次生成完成,线上效果提升明显
- FlashPrefill V2: Block-Sparse Prefill Attention for Long-Context LLM Serving把稀疏注意力从论文原型变成能真正上线服务的加速方案
- Natural Language Code Retrieval for 1C:Enterprise: An Open Benchmark and Efficient Bi-Encoder首个用俄语提问就能搜索1C企业软件代码的公开基准和专用AI模型问世
- Robust Incomplete Multimodal Sentiment Analysis via Iterative Proxy Correction文本信息缺失或损坏时,这个AI不靠一次性猜测,而是反复修正猜测结果,从而更准确地判断情绪
METAL LAB 最新报道
图片来源: Bhavya Sukhija et al., arXiv:2608.19891, CC BY 4.0