Graph Coloring to Reduce Computation Time in Prioritized Planning
Patrick Scheffe, Julius Kahle, Bassam Alrifaee

TL;DR
This paper introduces a decentralized graph-coloring approach to optimize agent prioritization in multi-agent path finding, reducing computation time by minimizing the longest path in the interaction DAG.
Contribution
It maps the prioritization problem to a graph-coloring problem and proposes a decentralized algorithm to improve MAPF efficiency in multi-agent systems.
Findings
The approach reduces the longest path in the coupling DAG.
Decentralized coloring effectively assigns priorities.
Application to CAVs demonstrates practical benefits.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAI-based Problem Solving and Planning · Model-Driven Software Engineering Techniques · Teaching and Learning Programming
