Adaptive-Horizon Conflict-Based Search for Closed-Loop Multi-Agent Path Finding
Jiarui Li, Federico Pecora, Runyu Zhang, Gioele Zardini
TL;DR
The paper tackles scalable closed-loop multi-agent path finding (MAPF) with formal guarantees. It introduces ACCBS, an adaptive-horizon solver built on a finite-horizon CBS that grows the planning horizon online while reusing a single constraint tree. The authors prove a cost-invariance property and establish completeness and asymptotic optimality, delivering an anytime planner that balances solution quality and computation. Empirical results on MAPF benchmarks show ACCBS achieving near-optimal performance within practical budgets and robustness to disturbances, outperforming reactive baselines while remaining scalable. This work bridges the gap between optimal but expensive planners and fast open-loop methods, enabling safe, robust deployment of large robot fleets in warehouses and logistics.
Abstract
MAPF is a core coordination problem for large robot fleets in automated warehouses and logistics. Existing approaches are typically either open-loop planners, which generate fixed trajectories and struggle to handle disturbances, or closed-loop heuristics without reliable performance guarantees, limiting their use in safety-critical deployments. This paper presents ACCBS, a closed-loop algorithm built on a finite-horizon variant of CBS with a horizon-changing mechanism inspired by iterative deepening in MPC. ACCBS dynamically adjusts the planning horizon based on the available computational budget, and reuses a single constraint tree to enable seamless transitions between horizons. As a result, it produces high-quality feasible solutions quickly while being asymptotically optimal as the budget increases, exhibiting anytime behavior. Extensive case studies demonstrate that ACCBS combines flexibility to disturbances with strong performance guarantees, effectively bridging the gap between theoretical optimality and practical robustness for large-scale robot deployment.
