ROAIApr 7, 2025

Path Database Guidance for Motion Planning

arXiv:2504.05550v11 citationsh-index: 2
Originality Incremental advance
AI Analysis

This work addresses motion planning for robots, offering an incremental improvement over existing database-based methods.

The paper tackles the problem of using prior experience in robot motion planning by introducing Path Database Guidance (PDG), a method that uses a database to compute a heuristic for guiding search tree expansion, resulting in improved performance in simulated environments.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes