arXiv:2601.12701cs.ROcs.CG2026-01

解决复杂环境寻物中带概率终止点的路径规划问题。

RPT*: Global Planning with Probabilistic Terminals for Target Search in Complex Environments

  • 构建新状态空间用动态规划避开历史依赖问题。
  • 在仿真与实机测试中平均寻物速度优于基线方法。
  • 适合需平衡探索与利用的移动机器人目标搜索场景。

路由问题如哈密顿路径问题(HPP)旨在以最小路径代价访问图中所有顶点。本文研究其变体——带概率终止点的哈密顿路径问题(HPP-PT),其中每个顶点有终止概率,目标是最小化期望路径代价。该问题源于目标物体搜索任务:移动机器人需访问所有候选位置以找到目标,先验知识通过顶点概率表达。尽管路由问题研究已久,但极少考虑此类不确定性。挑战不仅在于最优顶点排序(如标准HPP),更在于历史依赖性:期望代价依赖于先前访问顺序,导致多数现有方法效率低下或不可用。为此,我们提出基于搜索的RPT*算法,具备解的最优性保证,通过新状态空间中的动态规划规避历史依赖,并引入新颖启发式加速计算。在此基础上,设计分层自主目标搜索系统HATS,结合RPT*与贝叶斯滤波实现带噪声传感器的长期目标搜索,或结合自主探索处理未知环境中的目标发现。仿真与真实机器人实验表明,本方法能自然平衡探索与利用,平均寻物速度优于基线方法。

原文摘要 · Abstract (English)

Routing problems such as Hamiltonian Path Problem (HPP), seeks a path to visit all the vertices in a graph while minimizing the path cost. This paper studies a variant, HPP with Probabilistic Terminals (HPP-PT), where each vertex has a probability representing the likelihood that the robot's path terminates there, and the objective is to minimize the expected path cost. HPP-PT arises in target object search, where a mobile robot must visit all candidate locations to find an object, and prior knowledge of the object's location is expressed as vertex probabilities. While routing problems have been studied for decades, few of them consider uncertainty as required in this work. The challenge lies not only in optimally ordering the vertices, as in standard HPP, but also in handling history dependency: the expected path cost depends on the order in which vertices were previously visited. This makes many existing methods inefficient or inapplicable. To address the challenge, we propose a search-based approach RPT* with solution optimality guarantees, which leverages dynamic programming in a new state space to bypass the history dependency and novel heuristics to speed up the computation. Building on RPT*, we design a Hierarchical Autonomous Target Search (HATS) system that combines RPT* with either Bayesian filtering for lifelong target search with noisy sensors, or autonomous exploration to find targets in unknown environments. Experiments in both simulation and real robot show that our approach can naturally balance between exploitation and exploration, thereby finding targets more quickly on average than baseline methods.

路径规划目标搜索不确定性机器人

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