The reviewed record of science sign in
Pith

arxiv: 2505.19219 · v2 · pith:Z5TMGNZQ · submitted 2025-05-25 · cs.AI · cs.LG· cs.MA· math.CO

Where Paths Collide: A Comprehensive Survey of Classic and Learning-Based Multi-Agent Pathfinding

Reviewed by Pith T0 review T1 audit T2 compute T3 formal T4 kernel pith:Z5TMGNZQrecord.jsonopen to challenge →

classification cs.AI cs.LGcs.MAmath.CO
keywords mapfcomprehensivemethodsagentsapproachesclassicallearninglearning-based
0
0 comments X
read the original abstract

Multi-Agent Path Finding (MAPF) is a fundamental problem in artificial intelligence and robotics, requiring the computation of collision-free paths for multiple agents navigating from their start locations to designated goals. As autonomous systems become increasingly prevalent in warehouses, urban transportation, and other complex environments, MAPF has evolved from a theoretical challenge to a critical enabler of real-world multi-robot coordination. This comprehensive survey bridges the long-standing divide between classical algorithmic approaches and emerging learning-based methods in MAPF research. We present a unified framework that encompasses search-based methods (including Conflict-Based Search, Priority-Based Search, and Large Neighborhood Search), compilation-based approaches (SAT, SMT, CSP, ASP, and MIP formulations), and data-driven techniques (reinforcement learning, supervised learning, and hybrid strategies). Through systematic analysis of experimental practices across 200+ papers, we uncover significant disparities in evaluation methodologies, with classical methods typically tested on larger-scale instances (up to 200 by 200 grids with 1000+ agents) compared to learning-based approaches (predominantly 10-100 agents). We provide a comprehensive taxonomy of evaluation metrics, environment types, and baseline selections, highlighting the need for standardized benchmarking protocols. Finally, we outline promising future directions including mixed-motive MAPF with game-theoretic considerations, language-grounded planning with large language models, and neural solver architectures that combine the rigor of classical methods with the flexibility of deep learning. This survey serves as both a comprehensive reference for researchers and a practical guide for deploying MAPF solutions in increasingly complex real-world applications.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Advancing MAPF Toward the Real World: A Scalable Multi-Agent Realistic Testbed (SMART)

    cs.RO 2025-03 unverdicted novelty 5.0

    SMART is a physics-engine-based, scalable testbed for realistic evaluation of multi-agent path finding algorithms with an Action Dependency Graph integration framework.