Anytime Motion Planning on Large Dense Roadmaps with Expensive Edge Evaluations
Shushman Choudhury, Oren Salzman, Sanjiban Choudhury, Christopher M., Dellin, Siddhartha S. Srinivasa

TL;DR
This paper introduces an efficient anytime motion planning framework for large dense roadmaps with expensive edge evaluations, combining subgraph search and probabilistic collision modeling to improve planning efficiency and solution quality.
Contribution
It presents a novel framework that integrates subgraph densification and Pareto-optimal path search using a belief model, enabling bounded sub-optimality with fewer collision checks in high-dimensional spaces.
Findings
Outperforms BIT* on high-dimensional hypercube problems
Achieves bounded sub-optimality with fewer collision checks
Effectively balances path length and collision probability
Abstract
We propose an algorithmic framework for efficient anytime motion planning on large dense geometric roadmaps, in domains where collision checks and therefore edge evaluations are computationally expensive. A large dense roadmap (graph) can typically ensure the existence of high quality solutions for most motion-planning problems, but the size of the roadmap, particularly in high-dimensional spaces, makes existing search-based planning algorithms computationally expensive. We deal with the challenges of expensive search and collision checking in two ways. First, we frame the problem of anytime motion planning on roadmaps as searching for the shortest path over a sequence of subgraphs of the entire roadmap graph, generated by some densification strategy. This lets us achieve bounded sub-optimality with bounded worst-case planning effort. Second, for searching each subgraph, we develop an…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRobotic Path Planning Algorithms · Autonomous Vehicle Technology and Safety · Formal Methods in Verification
