Graph Attention-Guided Search for Dense Multi-Agent Pathfinding
Rishabh Jain, Keisuke Okumura, Michael Amir, Amanda Prorok
TL;DR
LaGAT presents a hybrid MAPF framework that embeds an enhanced neural heuristic MAGAT+ into the LaCAM search algorithm, augmented with a deadlock-detection mechanism to handle imperfect neural guidance. MAGAT+ is pre-trained on large-scale MAPF instances and map-wise fine-tuned to a target map, enabling long-horizon coordination in dense environments; neural guidance is combined with PIBT-based search, with deadlock detection overriding guidance when necessary to preserve safety and completeness. Evaluations show LaGAT delivers higher-quality initial and final solutions in dense MAPF settings compared to both LaCAM and MAPF-GPT, while maintaining practical runtimes, and demonstrate that pre-training, fine-tuning, deadlock detection, and search are all critical to performance. The work highlights a plug-and-play, complete neuro-guided search paradigm that redefines the speed–quality Pareto frontier for dense multi-agent coordination and suggests broad applicability to related domains.
Abstract
Finding near-optimal solutions for dense multi-agent pathfinding (MAPF) problems in real-time remains challenging even for state-of-the-art planners. To this end, we develop a hybrid framework that integrates a learned heuristic derived from MAGAT, a neural MAPF policy with a graph attention scheme, into a leading search-based algorithm, LaCAM. While prior work has explored learning-guided search in MAPF, such methods have historically underperformed. In contrast, our approach, termed LaGAT, outperforms both purely search-based and purely learning-based methods in dense scenarios. This is achieved through an enhanced MAGAT architecture, a pre-train-then-fine-tune strategy on maps of interest, and a deadlock detection scheme to account for imperfect neural guidance. Our results demonstrate that, when carefully designed, hybrid search offers a powerful solution for tightly coupled, challenging multi-agent coordination problems.
