Solving Multiagent Path Finding on Highly Centralized Networks
Abstract
The Mutliagent Path Finding (MAPF) problem consists of identifying the trajectories that a set of agents should follow inside a given network in order to reach their desired destinations as soon as possible, but without colliding with each other. We aim to minimize the maximum time any agent takes to reach their goal, ensuring optimal path length. In this work, we complement a recent thread of results that aim to systematically study the algorithmic behavior of this problem, through the parameterized complexity point of view. First, we show that MAPF is NP-hard when the given network has a star-like topology (bounded vertex cover number) or is a tree with 11 leaves. Both of these results fill important gaps in our understanding of the tractability of this problem that were left untreated in the recent work of Fioravantes et al., Exact Algorithms and Lowerbounds for Multiagent Path Finding: Power of Treelike Topology, presented in AAAI'24. Nevertheless, our main contribution is an exact algorithm that scales well as the input grows (FPT) when the topology of the given network is highly centralized (bounded distance to clique). This parameter is significant as it mirrors real-world networks. In such environments, a bunch of central hubs or nodes (e.g., processing areas) are connected to peripheral nodes.
Cite
Text
Fioravantes et al. "Solving Multiagent Path Finding on Highly Centralized Networks." AAAI Conference on Artificial Intelligence, 2025. doi:10.1609/AAAI.V39I22.34484Markdown
[Fioravantes et al. "Solving Multiagent Path Finding on Highly Centralized Networks." AAAI Conference on Artificial Intelligence, 2025.](https://mlanthology.org/aaai/2025/fioravantes2025aaai-solving/) doi:10.1609/AAAI.V39I22.34484BibTeX
@inproceedings{fioravantes2025aaai-solving,
title = {{Solving Multiagent Path Finding on Highly Centralized Networks}},
author = {Fioravantes, Foivos and Knop, Dusan and Kristan, Jan Matyás and Melissinos, Nikolaos and Opler, Michal and Vu, Tung Anh},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2025},
pages = {23186-23193},
doi = {10.1609/AAAI.V39I22.34484},
url = {https://mlanthology.org/aaai/2025/fioravantes2025aaai-solving/}
}