ICRA 20251 citations

ICBSS: An Improved Algorithm for Multi-Agent Combinatorial Path Finding

Zheng Chen, Changlin Chen, Yiran Ni

Abstract

The Multi-Agent Combinatorial Path Finding (MCPF) problem is a generalized version of the Multi-Agent Path Finding (MAPF) problem, in which each agent must collectively visit multiple intermediate target locations on the way to its final destination. The state-of-the-art approach for addressing MCPF, known as Conflict-Based Steiner Search (CBSS) [1], leverages K-best joint sequences to create multiple search trees, and employs a CBS-like search to resolve collisions for each tree. Despite its optimality guarantee, CBSS is computationally burdensome due to the duplicated collision resolutions across multiple trees and the computation of the K best joint sequences. To address these challenges, we propose a novel algorithm called Improved Conflict-Based Steiner Search (ICBSS), aiming at expediting CBSS by replacing the multi trees with a single constraint tree (CT), which can be implemented by interleaving the time-dependent traveling salesman algorithm to compute the optimal joint path for agents under the newly generated constraints in each CT vertex. Additionally, we introduce a sub-optimal variant of ICBSS, which improves computational efficiency at the expense of solution optimality. Empirical results show that ICBSS outperforms state-of-the-art MCPF algorithms on a variety of MAPF instances.

BibTeX
@inproceedings{icra2025_icbssanimproveda,
  title = {ICBSS: An Improved Algorithm for Multi-Agent Combinatorial Path Finding},
  author = {Zheng Chen and Changlin Chen and Yiran Ni},
  booktitle = {ICRA 2025},
  year = {2025}
}
ICBSS: An Improved Algorithm for Multi-Agent Combinatorial Path Finding · ICRA 2025