arXiv:2410.09924cs.RO2024-10ICRA被引 12

用神经网络+置信区间,让机器人实时避障更安全

Conformalized Reachable Sets for Obstacle Avoidance With Spheres

  • 用神经网络学习球形可达集,预估机器人运动范围
  • 结合置信预测给出概率安全边界,碰撞风险可控
  • 适合需要实时避障的无人机、自动驾驶等场景

自主机器人在非结构化环境中运行需具备安全运动规划能力。为确保机器人不伤害人类或损坏周边物体,同时支持实时响应环境突变,本文提出一种新型实时、滚动时域轨迹规划器CROWS(Conformalized Reachable Sets for Obstacle Avoidance With Spheres)。该方法离线训练一个基于神经网络的球形可达集表示,用于过近似机器人运动所扫过的体积;再通过置信预测计算置信区间,提供对学习到的可达集的概率安全保证。运行时,系统进行轨迹优化,选择一条被概率保障无碰撞的路径。实验表明,在复杂杂乱环境中,CROWS优于多种前沿方法,且始终保持零碰撞。代码、数据与视频演示见https://roahmlab.github.io/crows/

原文摘要 · Abstract (English)

Safe motion planning algorithms are necessary for deploying autonomous robots in unstructured environments. Motion plans must be safe to ensure that the robot does not harm humans or damage any nearby objects. Generating these motion plans in real-time is also important to ensure that the robot can adapt to sudden changes in its environment. Many trajectory optimization methods introduce heuristics that balance safety and real-time performance, potentially increasing the risk of the robot colliding with its environment. This paper addresses this challenge by proposing Conformalized Reachable Sets for Obstacle Avoidance With Spheres (CROWS). CROWS is a novel real-time, receding-horizon trajectory planner that generates probalistically-safe motion plans. Offline, CROWS learns a novel neural network-based representation of a spherebased reachable set that overapproximates the swept volume of the robot's motion. CROWS then uses conformal prediction to compute a confidence bound that provides a probabilistic safety guarantee on the learned reachable set. At runtime, CROWS performs trajectory optimization to select a trajectory that is probabilstically-guaranteed to be collision-free. We demonstrate that CROWS outperforms a variety of state-of-the-art methods in solving challenging motion planning tasks in cluttered environments while remaining collision-free. Code, data, and video demonstrations can be found at https://roahmlab.github.io/crows/

运动规划避障置信预测机器人

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