A Framework for Guided Motion Planning
Amnon Attali, Stav Ashur, Isaac Burton Love, Courtney McBeth, James Motes, Marco Morales, Nancy M. Amato
TL;DR
The paper addresses the pervasive reliance on heuristics in sampling-based motion planning by formalizing guided search through a guiding-space framework. It introduces a mapping from task-space to a guiding space via a projection conditioned on the search tree and proposes an information-theoretic evaluation of guidance, enabling principled comparison and combination of guiding sources. The key contributions include a taxonomy of guiding-space categories (robot, environment, and experience-based), a quantitative sampling-efficiency metric SE_Q(P) based on $D_{KL}$ and a softened target $Q_T$, and demonstrations that hybrid guiding spaces can outperform individual methods. This framework supports modular, reusable guidance that can improve planning efficiency in complex C-spaces and offers a principled path to hybrid algorithms with practical significance for robotics motion planning.
Abstract
Randomized sampling based algorithms are widely used in robot motion planning due to the problem's intractability, and are experimentally effective on a wide range of problem instances. Most variants bias their sampling using various heuristics related to the known underlying structure of the search space. In this work, we formalize the intuitive notion of guided search by defining the concept of a guiding space. This new language encapsulates many seemingly distinct prior methods under the same framework, and allows us to reason about guidance, a previously obscured core contribution of different algorithms. We suggest an information theoretic method to evaluate guidance, which experimentally matches intuition when tested on known algorithms in a variety of environments. The language and evaluation of guidance suggests improvements to existing methods, and allows for simple hybrid algorithms that combine guidance from multiple sources.
