让机器人在新任务中及时发现失败,避免出错。
SAFE: Multitask Failure Detection for Vision-Language-Action Models
- 利用视觉语言动作模型内部特征,预测任务失败概率。
- 在未见过的任务上仍保持高准确率,检测延迟低。
- 适配多种机器人模型,适合实际部署的通用策略系统。
尽管视觉-语言-动作模型(VLAs)在多种操作任务中表现出色,但在未经训练的新任务上部署时成功率有限。为使这些策略安全地与环境交互,需要一个能及时预警的故障检测器,以便机器人停止、回退或请求帮助。然而,现有检测器仅针对单一或少数特定任务训练和测试,而通用型VLAs要求检测器具备跨任务泛化能力,在未见任务和新环境中也能识别失败。本文提出多任务故障检测问题,并引入SAFE——一种适用于通用机器人策略(如VLAs)的故障检测器。通过分析VLA特征空间,我们发现其具备关于任务成败的通用高层知识。基于此,SAFE从VLA内部特征学习,输出单个标量表示任务失败的可能性。它在成功与失败的轨迹上进行训练,并在未见过的任务上评估。该方法兼容不同策略架构,在OpenVLA、$π_0$ 和 $π_0$-FAST上于仿真与真实环境均进行了广泛测试。与多种基线对比表明,SAFE在故障检测性能上达到当前最优水平,且在准确率与检测时间之间实现最佳权衡,采用置信区间预测技术。更多定性结果与代码详见项目主页:https://vla-safe.github.io/
原文摘要 · Abstract (English)
While vision-language-action models (VLAs) have shown promising robotic behaviors across a diverse set of manipulation tasks, they achieve limited success rates when deployed on novel tasks out of the box. To allow these policies to safely interact with their environments, we need a failure detector that gives a timely alert such that the robot can stop, backtrack, or ask for help. However, existing failure detectors are trained and tested only on one or a few specific tasks, while generalist VLAs require the detector to generalize and detect failures also in unseen tasks and novel environments. In this paper, we introduce the multitask failure detection problem and propose SAFE, a failure detector for generalist robot policies such as VLAs. We analyze the VLA feature space and find that VLAs have sufficient high-level knowledge about task success and failure, which is generic across different tasks. Based on this insight, we design SAFE to learn from VLA internal features and predict a single scalar indicating the likelihood of task failure. SAFE is trained on both successful and failed rollouts and is evaluated on unseen tasks. SAFE is compatible with different policy architectures. We test it on OpenVLA, $π_0$, and $π_0$-FAST in both simulated and real-world environments extensively. We compare SAFE with diverse baselines and show that SAFE achieves state-of-the-art failure detection performance and the best trade-off between accuracy and detection time using conformal prediction. More qualitative results and code can be found at the project webpage: https://vla-safe.github.io/
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。