paper-with-me

홈 › Papers

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

2025-09-08 · Yanlin Zhou, Manshi Limbu, Xuesu Xiao arxiv

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.

📄 PDF Abstract BibTeX arXiv:2509.07234

Code (0)

등록된 구현이 없습니다.

Tasks

Collision Avoidance

Similar Papers 제목 키워드 기반

Laser Learning Environment: A new environment for coordination-critical multi-agent tasks

2024-04-04 · Yannick Molinghen, Raphaël Avalos, Mark Van Achter, Ann Nowé 외

We introduce the Laser Learning Environment (LLE), a collaborative multi-agent reinforcement learning environment in which coordination is central. In LLE, agents depend on each other to make progress (interdependence), …

Multi-agent Reinforcement LearningQ-Learning

Scalable Anytime Planning for Multi-Agent MDPs

2021-01-12 · Shushman Choudhury, Jayesh K. Gupta, Peter Morales, Mykel J. Kochenderfer

We present a scalable tree search planning algorithm for large multi-agent sequential decision problems that require dynamic collaboration. Teams of agents need to coordinate decisions in many domains, but naive approach…

Multi-Agent Coordination Adaptation via Structure-Guided Orchestration

2026-05-25 · Haoran Li, Shulun Chen, Shaoyuan Sun, Hanchen Wang arxiv

As large language model (LLM)-based multi-agent systems scale to handle increasingly complex tasks, balancing structural stability and dynamic adaptability becomes increasingly challenging. Existing systems typically ado…

Distilling Collaborative Dynamics into Latent Space for Implicit Coordination in Decentralized Multi-Agent Manipulation

2026-06-22 · Chanyoung Park, Minsung Yoon, Andrew Jeong, Sung-eui Yoon arxiv

Multi-arm manipulation demands precise spatiotemporal coordination, yet many centralized approaches scale poorly as team size increases. To address this, we propose CLS-DP, a decentralized multi-agent framework that enab…

Deep Implicit Coordination Graphs for Multi-agent Reinforcement Learning

2020-06-19 · Sheng Li, Jayesh K. Gupta, Peter Morales, Ross Allen 외

Multi-agent reinforcement learning (MARL) requires coordination to efficiently solve certain tasks. Fully centralized control is often infeasible in such domains due to the size of joint action spaces. Coordination graph…

Graph Neural NetworkMulti-agent Reinforcement Learningreinforcement-learningReinforcement Learning+5