Certificate-Driven Closed-Loop Multi-Agent Path Finding with Inheritable Factorization

arXiv cs.RO / 4/2/2026

📰 NewsSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper targets Multi-Agent Path Finding (MAPF) in logistics/warehouses by improving closed-loop algorithms that replan only over finite horizons, which can lose global guarantees in dense scenarios.
  • It introduces “certificate trajectories” with an associated fleet budget to filter closed-loop updates, ensuring completeness by accepting only certificate-improving replans that come with conflict-free fallback guarantees and monotone upper bounds on remaining cost.
  • The framework also derives a budget-limited factorization that supports globally consistent, inheritable decomposition across timesteps, aiming to better exploit compositional structure.
  • By instantiating this approach as Certificate-Driven Conflict-Based Search (CDCBS) from ACCBS, the authors report more consistent solution quality on benchmark maps, especially for dense instances, and reduced effective group sizes due to the factorization.

Abstract

Multi-agent coordination in automated warehouses and logistics is commonly modeled as the Multi-Agent Path Finding (MAPF) problem. Closed-loop MAPF algorithms improve scalability by planning only the next movement and replanning online, but this finite-horizon viewpoint can be shortsighted and makes it difficult to preserve global guarantees and exploit compositional structure. This issue is especially visible in Anytime Closed-Loop Conflict-Based Search (ACCBS), which applies Conflict-Based Search (CBS) over dynamically extended finite horizons but, under finite computational budgets, may terminate with short active prefixes in dense instances. We introduce certificate trajectories and their associated fleet budget as a general mechanism for filtering closed-loop updates. A certificate provides a conflict-free fallback plan and a monotone upper bound on the remaining cost; accepting only certificate-improving updates yields completeness. The same budget information induces a budget-limited factorization that enables global, inheritable decomposition across timesteps. Instantiating the framework on ACCBS yields Certificate-Driven Conflict-Based Search (CDCBS). Experiments on benchmark maps show that CDCBS achieves more consistent solution quality than ACCBS, particularly in dense settings, while the proposed factorization reduces effective group size.