arXiv:2510.23121cs.RO2025-10中稿 · ICRA被引 2

让机器人在出错时自动检测并恢复,提升真实环境下的任务成功率。

Reliable Robotic Task Execution in the Face of Anomalies

  • 用正常执行数据训练异常检测模型,实时识别运行偏差。
  • 三阶段恢复机制:暂停、局部调整、安全重置,成功率达90%以上。
  • 适合部署在真实场景的机器人系统,尤其抗干扰能力弱的任务。

学习型机器人策略虽具通用性,但在开放环境中缺乏应对复杂情况的能力,易导致执行失败,从而引发不可靠甚至危险的行为。本文提出一种框架,将学习策略与在线视觉异常检测结合,并在必要时触发恢复行为,以防止失败。具体而言,利用策略在正常执行期间收集的数据训练异常检测模型,并将其嵌入在线执行流程中;当检测到偏离正常轨迹时,启动三级连续恢复过程:(i) 暂停执行,(ii) 对机器人状态进行局部扰动,(iii) 通过采样自学习的成功执行模型重置至安全状态。我们在两个场景中验证方法:(i) 使用Kinova Gen3机械臂完成门把手抓取任务,策略在仿真中训练后迁移到真实机器人;(ii) 使用UFactory xArm 6完成物体放置任务,采用通用策略模型。结果表明,集成异常检测与恢复机制显著提升了在存在轨迹偏差和人为干扰等异常情况下的执行成功率,最高达92.5%。

原文摘要 · Abstract (English)

Learned robot policies have consistently been shown to be versatile, but they typically have no built-in mechanism for handling the complexity of open environments, making them prone to execution failures; this implies that deploying policies without the ability to recognise and react to failures may lead to unreliable and unsafe robot behaviour. In this paper, we present a framework that couples a learned policy with a method to detect visual anomalies during policy deployment and to perform recovery behaviours when necessary, thereby aiming to prevent failures. Specifically, we train an anomaly detection model using data collected during nominal executions of a trained policy. This model is then integrated into the online policy execution process, so that deviations from the nominal execution can trigger a three-level sequential recovery process that consists of (i) pausing the execution temporarily, (ii) performing a local perturbation of the robot's state, and (iii) resetting the robot to a safe state by sampling from a learned execution success model. We verify our proposed method in two different scenarios: (i) a door handle reaching task with a Kinova Gen3 arm using a policy trained in simulation and transferred to the real robot, and (ii) an object placing task with a UFactory xArm 6 using a general-purpose policy model. Our results show that integrating policy execution with anomaly detection and recovery increases the execution success rate in environments with various anomalies, such as trajectory deviations and adversarial human interventions.

机器人异常检测恢复机制

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