Speedup Techniques for Switchable Temporal Plan Graph Optimization
He Jiang, Muhan Lin, Jiaoyang Li
TL;DR
This work addresses scalable optimization of Switchable Temporal Plan Graphs for MAPF under execution delays. It introduces Improved GSES (IGSES), which combines stronger admissible heuristics, maximal edge-grouping, prioritized branching, and incremental longest-path computations to efficiently find acyclic STPGs with minimum execution cost. Empirical results show IGSES consistently doubles GSES’ success rate and achieves up to 10–30× speedups on problems solved by both methods, with edge grouping preprocessing contributing to substantial search-space reduction. The approach advances robust, scalable MAPF execution by exploiting the STPG structure, enabling faster planning in dynamic environments while maintaining optimality with respect to the STPG objective.
Abstract
Multi-Agent Path Finding (MAPF) focuses on planning collision-free paths for multiple agents. However, during the execution of a MAPF plan, agents may encounter unexpected delays, which can lead to inefficiencies, deadlocks, or even collisions. To address these issues, the Switchable Temporal Plan Graph provides a framework for finding an acyclic Temporal Plan Graph with the minimum execution cost under delays, ensuring deadlock- and collision-free execution. Unfortunately, existing optimal algorithms, such as Mixed Integer Linear Programming and Graph-Based Switchable Edge Search (GSES), are often too slow for practical use. This paper introduces Improved GSES, which significantly accelerates GSES through four speedup techniques: stronger admissible heuristics, edge grouping, prioritized branching, and incremental implementation. Experiments conducted on four different map types with varying numbers of agents demonstrate that Improved GSES consistently achieves over twice the success rate of GSES and delivers up to a 30-fold speedup on instances where both methods successfully find solutions.
