Effort Informed Roadmaps (EIRM*): Efficient Asymptotically Optimal Multiquery Planning by Actively Reusing Validation Effort
Valentin N. Hartmann, Marlin P. Strub, Marc Toussaint, and Jonathan D., Gammell

TL;DR
EIRM* is a multiquery planning algorithm that efficiently reuses validation effort through asymmetric bidirectional search, achieving faster initial solutions and asymptotic optimality in complex planning problems.
Contribution
The paper introduces EIRM*, a novel multiquery planning algorithm that explicitly maximizes path reuse to improve efficiency and asymptotic optimality.
Findings
EIRM* finds initial solutions up to ten times faster than existing algorithms.
EIRM* demonstrates asymptotic optimality in multiquery planning scenarios.
EIRM* outperforms state-of-the-art algorithms on abstract and robotic planning problems.
Abstract
Multiquery planning algorithms find paths between various different starts and goals in a single search space. They are designed to do so efficiently by reusing information across planning queries. This information may be computed before or during the search and often includes knowledge of valid paths. Using known valid paths to solve an individual planning query takes less computational effort than finding a completely new solution. This allows multiquery algorithms, such as PRM*, to outperform single-query algorithms, such as RRT*, on many problems but their relative performance depends on how much information is reused. Despite this, few multiquery planners explicitly seek to maximize path reuse and, as a result, many do not consistently outperform single-query alternatives. This paper presents Effort Informed Roadmaps (EIRM*), an almost-surely asymptotically optimal multiquery…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAI-based Problem Solving and Planning · Robotic Path Planning Algorithms · Machine Learning and Algorithms
