CCAIDSDec 15, 2023

Exact Algorithms and Lowerbounds for Multiagent Pathfinding: Power of Treelike Topology

arXiv:2312.09646v114 citationsh-index: 6AAAI
Originality Incremental advance
AI Analysis

This work addresses the computational challenges of finding collision-free paths for multiple agents in graphs, offering theoretical insights that could improve heuristic algorithms, though it is incremental in advancing parameterized complexity analysis for MAPF.

The paper tackles the Multiagent Path Finding (MAPF) problem by analyzing its computational complexity under parameterized frameworks, showing it is W[1]-hard with respect to the number of agents and NP-hard in planar graphs, but provides fixed-parameter tractable (FPT) algorithms for parameters like the number of agents plus schedule length or graph diameter.

In the Multiagent Path Finding problem (MAPF for short), we focus on efficiently finding non-colliding paths for a set of $k$ agents on a given graph $G$, where each agent seeks a path from its source vertex to a target. An important measure of the quality of the solution is the length of the proposed schedule $\ell$, that is, the length of a longest path (including the waiting time). In this work, we propose a systematic study under the parameterized complexity framework. The hardness results we provide align with many heuristics used for this problem, whose running time could potentially be improved based on our fixed-parameter tractability results. We show that MAPF is W[1]-hard with respect to $k$ (even if $k$ is combined with the maximum degree of the input graph). The problem remains NP-hard in planar graphs even if the maximum degree and the makespan$\ell$ are fixed constants. On the positive side, we show an FPT algorithm for $k+\ell$. As we delve further, the structure of~$G$ comes into play. We give an FPT algorithm for parameter $k$ plus the diameter of the graph~$G$. The MAPF problem is W[1]-hard for cliquewidth of $G$ plus $\ell$ while it is FPT for treewidth of $G$ plus $\ell$.

Foundations

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

Your Notes