ROJun 23

Adaptive-Horizon Conflict-Based Search for Closed-Loop Multi-Agent Path Finding

arXiv:2602.120245.01 citationsh-index: 12
Predicted impact top 74% in RO · last 90 daysOriginality Incremental advance
AI Analysis

For multi-robot coordination in warehouses and logistics, ACCBS provides a closed-loop planner with performance guarantees, addressing the gap between open-loop planners and heuristic methods.

ACCBS introduces a closed-loop MAPF algorithm that dynamically adjusts planning horizons to balance computational efficiency and solution quality, achieving anytime behavior and asymptotic optimality with increasing budget.

Multi-Agent Path Finding (MAPF) is a core coordination problem for large robot fleets in automated warehouses and logistics. Existing approaches are typically either open-loop planners, which must compute complete trajectories before execution and therefore may incur substantial planning latency before actions can be taken, or closed-loop heuristics without reliable performance guarantees, limiting their use in safety-critical deployments. This paper presents Anytime Closed-Loop Conflict-Based Search (ACCBS), a closed-loop algorithm built on a finite-horizon variant of Conflict-Based Search (CBS) with a horizon-changing mechanism inspired by iterative horizon-deepening in Model Predictive Control (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 achieves a favorable balance between computational efficiency, solution quality, and execution flexibility, while naturally accommodating online disturbances through its closed-loop formulation.

Foundations

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

Your Notes