Layered LA-MAPF: a decomposition of large agent MAPF instance to accelerate solving without compromising solvability
Zhuo Yao

TL;DR
This paper introduces Layered LA-MAPF, a decomposition approach that divides large-agent MAPF problems into clusters and levels, significantly reducing solving time and increasing success rates without sacrificing solution feasibility.
Contribution
The paper proposes a novel layered decomposition method for large-agent MAPF that accelerates solving by breaking down instances into manageable subproblems, enhancing existing algorithms.
Findings
Halves the average solving time from 40s to 20s.
Triples the success rate from 0.27 to 0.80 within 60 seconds.
Effectively scales with the number of agents across various maps.
Abstract
Multi-Agent Path Finding (MAPF) has been widely studied in recent years. However, most existing MAPF algorithms assume that an agent occupies only a single grid in a grid-based map. This assumption limits their applicability in many real-world domains where agents have geometric shapes, rather than being point-like. Such agents, which can occupy multiple cells simultaneously, are referred to as ``large'' agents. When considering the shape and size of agents in MAPF, the computational complexity increases significantly as the number of agents grows, primarily due to the increased overhead in conflict detection between geometric agents. In this paper, we propose two types of subproblems for the LA-MAPF (Large-Agent MAPF) problem: \textbf{cluster} (which has no constraints on the order of solution) and \textbf{level} (which imposes constraints on the solution order). We introduce…
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
TopicsMulti-Agent Systems and Negotiation · Distributed and Parallel Computing Systems · Simulation Techniques and Applications
