English

Path Database Guidance for Motion Planning

Robotics 2025-04-09 v1 Artificial Intelligence

Abstract

One approach to using prior experience in robot motion planning is to store solutions to previously seen problems in a database of paths. Methods that use such databases are characterized by how they query for a path and how they use queries given a new problem. In this work we present a new method, Path Database Guidance (PDG), which innovates on existing work in two ways. First, we use the database to compute a heuristic for determining which nodes of a search tree to expand, in contrast to prior work which generally pastes the (possibly transformed) queried path or uses it to bias a sampling distribution. We demonstrate that this makes our method more easily composable with other search methods by dynamically interleaving exploration according to a baseline algorithm with exploitation of the database guidance. Second, in contrast to other methods that treat the database as a single fixed prior, our database (and thus our queried heuristic) updates as we search the implicitly defined robot configuration space. We experimentally demonstrate the effectiveness of PDG in a variety of explicitly defined environment distributions in simulation.

Keywords

Cite

@article{arxiv.2504.05550,
  title  = {Path Database Guidance for Motion Planning},
  author = {Amnon Attali and Praval Telagi and Marco Morales and Nancy M. Amato},
  journal= {arXiv preprint arXiv:2504.05550},
  year   = {2025}
}
R2 v1 2026-06-28T22:50:09.538Z