Batch Informed Trees (BIT*): Informed Asymptotically Optimal Anytime Search
Jonathan D. Gammell, Timothy D. Barfoot, Siddhartha S. Srinivasa

TL;DR
The paper introduces BIT*, a novel path planning algorithm that combines heuristic graph search and sampling-based methods to efficiently find high-quality solutions in complex, high-dimensional robotics problems.
Contribution
It unifies and extends graph-based and sampling-based planning approaches into a single, informed, anytime algorithm with proven asymptotic optimality.
Findings
BIT* outperforms existing planners in high-dimensional problems.
It is analytically proven to be almost-surely asymptotically optimal.
Experimental results demonstrate efficiency and solution quality improvements.
Abstract
Path planning in robotics often requires finding high-quality solutions to continuously valued and/or high-dimensional problems. These problems are challenging and most planning algorithms instead solve simplified approximations. Popular approximations include graphs and random samples, as respectively used by informed graph-based searches and anytime sampling-based planners. Informed graph-based searches, such as A*, traditionally use heuristics to search a priori graphs in order of potential solution quality. This makes their search efficient but leaves their performance dependent on the chosen approximation. If its resolution is too low then they may not find a (suitable) solution but if it is too high then they may take a prohibitively long time to do so. Anytime sampling-based planners, such as RRT*, traditionally use random sampling to approximate the problem domain incrementally.…
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.
