Multiple-Hypothesis Path Planning with Uncertain Object Detections
Brian H. Wang, Beatriz Asfora, Rachel Zheng, Aaron Peng, Jacopo Banfi,, and Mark Campbell

TL;DR
This paper introduces a multiple-hypothesis path planner that uses uncertainty reasoning and real-time graph updates to improve navigation success in obstacle-dense environments, outperforming traditional methods.
Contribution
It presents a novel path planning approach that incorporates evolving uncertainty and multiple hypotheses for safer navigation in complex environments.
Findings
Navigation success rate increased from 20% to 75% in challenging environments.
Evolving, range-based uncertainty improves obstacle inference accuracy.
Multiple hypotheses enable better safety and efficiency trade-offs.
Abstract
Path planning in obstacle-dense environments is a key challenge in robotics, and depends on inferring scene attributes and associated uncertainties. We present a multiple-hypothesis path planner designed to navigate complex environments using obstacle detections. Path hypotheses are generated by reasoning about uncertainty and range, as initial detections are typically at far ranges with high uncertainty, before subsequent detections reduce this uncertainty. Given estimated obstacles, we build a graph of pairwise connections between objects based on the probability that the robot can safely pass between the pair. The graph is updated in real time and pruned of unsafe paths, providing probabilistic safety guarantees. The planner generates path hypotheses over this graph, then trades between safety and path length to intelligently optimize the best route. We evaluate our planner on…
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 · Robotics and Sensor-Based Localization · Multimodal Machine Learning Applications
