Optimizing Crowd-Aware Multi-Agent Path Finding through Local Communication with Graph Neural Networks
Phu Pham, Aniket Bera

TL;DR
This paper introduces CRAMP, a decentralized reinforcement learning method using Graph Neural Networks to improve multi-agent path finding in crowded environments, achieving significant performance gains over existing approaches.
Contribution
CRAMP is the first to integrate GNN-based local communication into decentralized MAPF, enhancing efficiency and scalability in dense, complex environments.
Findings
CRAMP reduces makespan and collision count by up to 59%.
CRAMP increases success rate by up to 35%.
Outperforms state-of-the-art decentralized MAPF methods.
Abstract
Multi-Agent Path Finding (MAPF) in crowded environments presents a challenging problem in motion planning, aiming to find collision-free paths for all agents in the system. MAPF finds a wide range of applications in various domains, including aerial swarms, autonomous warehouse robotics, and self-driving vehicles. Current approaches to MAPF generally fall into two main categories: centralized and decentralized planning. Centralized planning suffers from the curse of dimensionality when the number of agents or states increases and thus does not scale well in large and complex environments. On the other hand, decentralized planning enables agents to engage in real-time path planning within a partially observable environment, demonstrating implicit coordination. However, they suffer from slow convergence and performance degradation in dense environments. In this paper, we introduce CRAMP,…
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
TopicsRobotic Path Planning Algorithms · Evacuation and Crowd Dynamics · Multimodal Machine Learning Applications
