MAAIROJan 18, 2025

Graph Coloring to Reduce Computation Time in Prioritized Planning

arXiv:2501.10812v1h-index: 15
Originality Incremental advance
AI Analysis

This work addresses computational efficiency in multi-agent systems like connected vehicles, but it is incremental as it builds on existing prioritization methods.

The paper tackles the problem of reducing computation time in prioritized planning for multi-agent path finding by mapping it to a graph-coloring problem, resulting in a decentralized algorithm that minimizes the longest path length in the coupling graph.

Distributing computations among agents in large networks reduces computational effort in multi-agent path finding (MAPF). One distribution strategy is prioritized planning (PP). In PP, we couple and prioritize interacting agents to achieve a desired behavior across all agents in the network. We characterize the interaction with a directed acyclic graph (DAG). The computation time for solving MAPF problem using PP is mainly determined through the longest path in this DAG. The longest path depends on the fixed undirected coupling graph and the variable prioritization. The approaches from literature to prioritize agents are numerous and pursue various goals. This article presents an approach for prioritization in PP to reduce the longest path length in the coupling DAG and thus the computation time for MAPF using PP. We prove that this problem can be mapped to a graph-coloring problem, in which the number of colors required corresponds to the longest path length in the coupling DAG. We propose a decentralized graph-coloring algorithm to determine priorities for the agents. We evaluate the approach by applying it to multi-agent motion planning (MAMP) for connected and automated vehicles (CAVs) on roads using, a variant of MAPF.

Code Implementations1 repo
Foundations

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

Your Notes