Lazy Incremental Search for Efficient Replanning with Bounded Suboptimality Guarantees
Jaein Lim, Mahdi Ghanei, R. Connor Lawson, Siddhartha Srinivasa,, Panagiotis Tsiotras

TL;DR
This paper introduces lazy incremental search algorithms, L-GLS and B-LGLS, that efficiently replan paths with bounded suboptimality by combining incremental and lazy search techniques, especially useful for mobile robot navigation.
Contribution
The paper develops generalized lazy incremental search algorithms that improve replanning efficiency with bounded suboptimality guarantees, extending existing algorithms like LPA* and D* for dynamic environments.
Findings
Algorithms are complete and correct with bounded suboptimality.
Proposed methods outperform traditional incremental or lazy search in dynamic scenarios.
Numerical experiments demonstrate faster solution finding in frequently changing graphs.
Abstract
We present a lazy incremental search algorithm, Lifelong-GLS (L-GLS), along with its bounded suboptimal version, Bounded L-GLS (B-LGLS) that combine the search efficiency of incremental search algorithms with the evaluation efficiency of lazy search algorithms for fast replanning in problem domains where edge-evaluations are more expensive than vertex-expansions. The proposed algorithms generalize Lifelong Planning A* (LPA*) and its bounded suboptimal version, Truncated LPA* (TLPA*), within the Generalized Lazy Search (GLS) framework, so as to restrict expensive edge evaluations only to the current shortest subpath when the cost-to-come inconsistencies are propagated during repair. We also present dynamic versions of the L-GLS and B-LGLS algorithms, called Generalized D* (GD*) and Bounded Generalized D* (B-GD*), respectively, for efficient replanning with non-stationary queries,…
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
TopicsRobotic Path Planning Algorithms · Robotics and Sensor-Based Localization · Constraint Satisfaction and Optimization
