Lazy Lifelong Planning for Efficient Replanning in Graphs with Expensive Edge Evaluation
Jaein Lim, Siddhartha Srinivasa, Panagiotis Tsiotras

TL;DR
The paper introduces Lifelong-GLS, an incremental search algorithm that combines LPA* and GLS to efficiently replan in dynamic graphs with costly edge evaluations, reducing computational effort.
Contribution
It proposes a novel algorithm that integrates lazy edge evaluation with incremental vertex repair, improving efficiency over existing methods in dynamic graph replanning.
Findings
Significantly reduces edge evaluations compared to LPA*.
Substantially fewer vertex expansions and edge evaluations than GLS.
Maintains optimality and bounded suboptimality in dynamic environments.
Abstract
We present an incremental search algorithm, called Lifelong-GLS, which combines the vertex efficiency of Lifelong Planning A* (LPA*) and the edge efficiency of Generalized Lazy Search (GLS) for efficient replanning on dynamic graphs where edge evaluation is expensive. We use a lazily evaluated LPA* to repair the cost-to-come inconsistencies of the relevant region of the current search tree based on the previous search results, and then we restrict the expensive edge evaluations only to the current shortest subpath as in the GLS framework. The proposed algorithm is complete and correct in finding the optimal solution in the current graph, if one exists. We also show that the search returns a bounded suboptimal solution, if an inflated heuristic edge weight is used and the tree repairing propagation is truncated early for faster search. Finally, we show the efficiency of the proposed…
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
TopicsMultimodal Machine Learning Applications · Constraint Satisfaction and Optimization · AI-based Problem Solving and Planning
