Efficient Multi-Agent Coordination via Dynamic Joint-State Graph Construction

📅 2025-09-08
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work addresses the lack of proactive collaboration in Multi-Agent Path Finding (MAPF) by proposing a novel paradigm—Team Coordination on Risky-Edge Graphs (TCGRE)—which mandates agents to dynamically coordinate to reduce traversal costs on high-risk edges. To solve TCGRE efficiently, we introduce the Homogeneous Joint State Graph (HJSG), leveraging agent homogeneity to reduce joint state-space complexity from exponential to polynomial while preserving optimality. Our method integrates 3D matching modeling, Coordination Exhaustive Search (CES), and Rolling-Horizon Optimized Conflict-Based A* (RHOCA*), enabling real-time coordination in large-scale scenarios. Experiments demonstrate that HJSG significantly outperforms baseline approaches across diverse graph topologies, achieving 10×–100× speedup in computation time and exhibiting strong scalability.

Technology Category

Application Category

📝 Abstract
Multi-agent pathfinding (MAPF) traditionally focuses on collision avoidance, but many real-world applications require active coordination between agents to improve team performance. This paper introduces Team Coordination on Graphs with Risky Edges (TCGRE), where agents collaborate to reduce traversal costs on high-risk edges via support from teammates. We reformulate TCGRE as a 3D matching problem-mapping robot pairs, support pairs, and time steps-and rigorously prove its NP-hardness via reduction from Minimum 3D Matching. To address this complexity, (in the conference version) we proposed efficient decomposition methods, reducing the problem to tractable subproblems: Joint-State Graph (JSG): Encodes coordination as a single-agent shortest-path problem. Coordination-Exhaustive Search (CES): Optimizes support assignments via exhaustive pairing. Receding-Horizon Optimistic Cooperative A* (RHOCA*): Balances optimality and scalability via horizon-limited planning. Further in this extension, we introduce a dynamic graph construction method (Dynamic-HJSG), leveraging agent homogeneity to prune redundant states and reduce computational overhead by constructing the joint-state graph dynamically. Theoretical analysis shows Dynamic-HJSG preserves optimality while lowering complexity from exponential to polynomial in key cases. Empirical results validate scalability for large teams and graphs, with HJSG outperforming baselines greatly in runtime in different sizes and types of graphs. This work bridges combinatorial optimization and multi-agent planning, offering a principled framework for collaborative pathfinding with provable guarantees, and the key idea of the solution can be widely extended to many other collaborative optimization problems, such as MAPF.
Problem

Research questions and friction points this paper is trying to address.

Active coordination among agents to improve team performance
Collaborative traversal cost reduction on high-risk edges via teammate support
Solving NP-hard 3D matching problem for multi-agent pathfinding optimization
Innovation

Methods, ideas, or system contributions that make the work stand out.

Dynamic joint-state graph construction for coordination
Receding-horizon planning balancing optimality and scalability
Homogeneity-based state pruning to reduce computation
🔎 Similar Papers
No similar papers found.
Y
Yanlin Zhou
George Mason University, United States of America
Manshi Limbu
Manshi Limbu
PhD in Computer Science, George Mason University
Machine Learning on GraphsReinforcement LearningMulti-agentsCooperative-AI
X
Xuesu Xiao
George Mason University, United States of America