MAAIROMar 4, 2025

Accelerating Focal Search in Multi-Agent Path Finding with Tighter Lower Bounds

arXiv:2503.03779v2h-index: 12IROS
Originality Incremental advance
AI Analysis

This incremental improvement addresses computational efficiency for MAPF, a key problem in robotics and logistics.

The paper tackles the slow early-stage search in Multi-Agent Path Finding by proposing DECBS, which uses a maximum lower bound to accelerate focal search, resulting in up to 30% fewer high-level nodes and 23.5% faster runtime compared to ECBS.

Multi-Agent Path Finding (MAPF) involves finding collision-free paths for multiple agents while minimizing a cost function--an NP-hard problem. Bounded suboptimal methods like Enhanced Conflict-Based Search (ECBS) and Explicit Estimation CBS (EECBS) balance solution quality with computational efficiency using focal search mechanisms. While effective, traditional focal search faces a limitation: the lower bound (LB) value determining which nodes enter the FOCAL list often increases slowly in early search stages, resulting in a constrained search space that delays finding valid solutions. In this paper, we propose a novel bounded suboptimal algorithm, double-ECBS (DECBS), to address this issue by first determining the maximum LB value and then employing a best-first search guided by this LB to find a collision-free path. Experimental results demonstrate that DECBS outperforms ECBS in most test cases and is compatible with existing optimization techniques. DECBS can reduce nearly 30% high-level CT nodes and 50% low-level focal search nodes. When agent density is moderate to high, DECBS achieves a 23.5% average runtime improvement over ECBS with identical suboptimality bounds and optimizations.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes