paper-with-me

Papers

Planning over MAPF Agent Dependencies via Multi-Dependency PIBT

2026-03-24 · Zixiang Jiang, Yulun Zhang, Rishi Veerapaneni, Jiaoyang Li arxiv

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, and its variants like Enhanced PIBT (EPIBT), is constrained by its rule-based planning procedure and lacks generality because it restricts its search to paths that collide with at most one other agent. 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 generalize PIBT and EPIBT to multi-step planning capable of reasoning paths that collide with more than one other agent. 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. Our code is available at https://github.com/lunjohnzhang/MD-PIBT.

📄 PDF Abstract BibTeX arXiv:2603.23405

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MAPF-World: Action World Model for Multi-Agent Path Finding

2025-08-16 · Zhanjiang Yang, Yang Shen, Yueming Li, Meng Li 외 arxiv

Multi-agent path finding (MAPF) is the problem of planning conflict-free paths from the designated start locations to goal positions for multiple agents. It underlies a variety of real-world tasks, including multi-robot …

Zero-shot Generalization

Budget Allocation Policies for Real-Time Multi-Agent Path Finding

2025-07-22 · Raz Beck, Roni Stern arxiv

Multi-Agent Path finding (MAPF) is the problem of finding paths for a set of agents such that each agent reaches its desired destination while avoiding collisions with the other agents. This problem arises in many roboti…

Cooperative Multi-Agent Path Finding: Beyond Path Planning and Collision Avoidance

2021-05-23 · Nir Greshler, Ofir Gordon, Oren Salzman, Nahum Shimkin

We introduce the Cooperative Multi-Agent Path Finding (Co-MAPF) problem, an extension to the classical MAPF problem, where cooperative behavior is incorporated. In this setting, a group of autonomous agents operate in a …

Collision AvoidanceMulti-Agent Path Finding

Enhancing Lifelong Multi-Agent Path-finding by Using Artificial Potential Fields

2025-05-28 · Arseniy Pertzovsky, Roni Stern, Ariel Felner, Roie Zivan

We explore the use of Artificial Potential Fields (APFs) to solve Multi-Agent Path Finding (MAPF) and Lifelong MAPF (LMAPF) problems. In MAPF, a team of agents must move to their goal locations without collisions, wherea…

Multi-Agent Path Finding

SOCIALMAPF: Optimal and Efficient Multi-Agent Path Finding with Strategic Agents for Social Navigation

2022-10-15 · Rohan Chandra, Rahul Maligi, Arya Anantula, Joydeep Biswas

We propose an extension to the MAPF formulation, called SocialMAPF, to account for private incentives of agents in constrained environments such as doorways, narrow hallways, and corridor intersections. SocialMAPF is abl…

Motion PlanningMulti-Agent Path FindingSocial Navigation