The Lifelong Planning A* (LPA*) algorithm demonstrates unique advantages in dynamic pathfinding by employing incremental update techniques that reuse previously computed search results, enabling rapid path replanning in dynamic road network environments. However, when changes occur near the starting point or specific positions, such as key intersections, bottlenecks, or locations with high connectivity within the path network, even minor changes can trigger significant adjustments, which significantly increase the re-routing search space and computational costs of LPA*. To address this limitation, we propose a Hierarchical Multi-target LPA* (HMLPA*) algorithm that partitions the indoor path network into multiple subgraphs using the METIS graph partitioning algorithm and constructs an abstract trunk graph based on the key nodes of these subgraphs, thereby forming a hierarchical structure for the indoor path network. By leveraging this hierarchical structure, The HMLPA*’s subalgorithm, Multi-target LPA* (MLPA*), initiates pathfinding and confines re-routing to affected subgraphs and the abstract trunk graph. This localized re-routing approach effectively limits the search scope and significantly reduces computational overhead. Experimental results demonstrate that HMLPA* substantially outperforms LPA* in rerouting efficiency, effectively mitigating the high computational costs associated with the dynamic computational environment of the indoor path network.
Read full abstract