English

Multi-Agent Pathfinding with Non-Unit Integer Edge Costs via Enhanced Conflict-Based Search and Graph Discretization

Artificial Intelligence 2026-04-08 v1

Abstract

Multi-Agent Pathfinding (MAPF) plays a critical role in various domains. Traditional MAPF methods typically assume unit edge costs and single-timestep actions, which limit their applicability to real-world scenarios. MAPFR extends MAPF to handle non-unit costs with real-valued edge costs and continuous-time actions, but its geometric collision model leads to an unbounded state space that compromises solver efficiency. In this paper, we propose MAPFZ, a novel MAPF variant on graphs with non-unit integer costs that preserves a finite state space while offering improved realism over classical MAPF. To solve MAPFZ efficiently, we develop CBS-NIC, an enhanced Conflict-Based Search framework incorporating time-interval-based conflict detection and an improved Safe Interval Path Planning (SIPP) algorithm. Additionally, we propose Bayesian Optimization for Graph Design (BOGD), a discretization method for non-unit edge costs that balances efficiency and accuracy with a sub-linear regret bound. Extensive experiments demonstrate that our approach outperforms state-of-the-art methods in runtime and success rate across diverse benchmark scenarios.

Keywords

Cite

@article{arxiv.2604.05416,
  title  = {Multi-Agent Pathfinding with Non-Unit Integer Edge Costs via Enhanced Conflict-Based Search and Graph Discretization},
  author = {Hongkai Fan and Qinjing Xie and Bo Ouyang and Yaonan Wang and Zhi Yan and Jiawen He and Zheng Fang},
  journal= {arXiv preprint arXiv:2604.05416},
  year   = {2026}
}

Comments

16 pages, 7 figures, submitted to cs.AI, Multi-Agent Systems, Pathfinding Optimization

R2 v1 2026-07-01T11:56:37.844Z