Planning over MAPF Agent Dependencies via Multi-Dependency PIBT

arXiv cs.RO / 3/25/2026

💬 OpinionIdeas & Deep AnalysisModels & Research

Key Points

  • The paper argues that existing PIBT-style MAPF planners are limited because they only search along paths that conflict with at most one other agent.
  • It introduces a new framework, Multi-Dependency PIBT (MD-PIBT), which reformulates MAPF as planning over explicitly defined agent dependencies inspired by PIBT’s priority inheritance logic.
  • The framework is designed so that different parameter settings can recover known PIBT and EPIBT behaviors while also enabling novel strategies not representable by those earlier algorithms.
  • Experiments show MD-PIBT can scale to about 10,000 homogeneous agents and handle multiple kinodynamic cases such as pebble motion, rotation motion, and differential-drive robots with speed/acceleration limits.
  • Evaluation across MAPF variants suggests MD-PIBT performs especially well when agents are large, where congestion and interactions are more challenging.

Abstract

Modern Multi-Agent Path Finding (MAPF) algorithms must plan for hundreds to thousands of agents in congested environments within a second, requiring highly efficient algorithms. Priority Inheritance with Backtracking (PIBT) is a popular algorithm capable of effectively planning in such situations. However, PIBT is constrained by its rule-based planning procedure and lacks generality because it restricts its search to paths that conflict with at most one other agent. This limitation also applies to Enhanced PIBT (EPIBT), a recent extension of PIBT. In this paper, we describe a new perspective on solving MAPF by planning over agent dependencies. Taking inspiration from PIBT's priority inheritance logic, we define the concept of agent dependencies and propose Multi-Dependency PIBT (MD-PIBT) that searches over agent dependencies. MD-PIBT is a general framework where specific parameterizations can reproduce PIBT and EPIBT. At the same time, alternative configurations yield novel planning strategies that are not expressible by PIBT or EPIBT. Our experiments demonstrate that MD-PIBT effectively plans for as many as 10,000 homogeneous agents under various kinodynamic constraints, including pebble motion, rotation motion, and differential drive robots with speed and acceleration limits. We perform thorough evaluations on different variants of MAPF and find that MD-PIBT is particularly effective in MAPF with large agents.