paper-with-me

Papers Multi-Agent Path Finding

“Multi-Agent Path Finding” 태그가 달린 논문 140편 · 필터 해제

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

Where Paths Collide: A Comprehensive Survey of Classic and Learning-Based Multi-Agent Pathfinding

2025-05-25 · Shiyue Wang, Haozheng Xu, Yuhan Zhang, Jingran Lin 외

Multi-Agent Path Finding (MAPF) is a fundamental problem in artificial intelligence and robotics, requiring the computation of collision-free paths for multiple agents navigating from their start locations to designated …

BenchmarkingMulti-Agent Path Finding

Multi-Agent Path Finding For Large Agents Is Intractable

2025-05-15 · Artem Agafonov, Konstantin Yakovlev

The multi-agent path finding (MAPF) problem asks to find a set of paths on a graph such that when synchronously following these paths the agents never encounter a conflict. In the most widespread MAPF formulation, the so…

Multi-Agent Path Finding

Anytime Single-Step MAPF Planning with Anytime PIBT

2025-04-10 · Nayesha Gandotra, Rishi Veerapaneni, Muhammad Suhail Saleem, Daniel Harabor 외

PIBT is a popular Multi-Agent Path Finding (MAPF) method at the core of many state-of-the-art MAPF methods including LaCAM, CS-PIBT, and WPPL. The main utility of PIBT is that it is a very fast and effective single-step …

Multi-Agent Path Finding

Real-Time LaCAM

2025-04-08 · Runzhe Liang, Rishi Veerapaneni, Daniel Harabor, Jiaoyang Li 외

The vast majority of Multi-Agent Path Finding (MAPF) methods with completeness guarantees require planning full horizon paths. However, planning full horizon paths can take too long and be impractical in real-world appli…

Multi-Agent Path Finding

Prioritized Planning for Continuous-time Lifelong Multi-agent Pathfinding

2025-03-17 · Alvin Combrink, Sabino Francesco Roselli, Martin Fabian

Multi-agent Path Finding (MAPF) is the problem of planning collision-free movements of agents so that they get from where they are to where they need to be. Commonly, agents are located on a graph and can traverse edges.…

Multi-Agent Path Finding

RAILGUN: A Unified Convolutional Policy for Multi-Agent Path Finding Across Different Environments and Tasks

2025-03-04 · Yimin Tang, Xiao Xiong, Jingyi Xi, Jiaoyang Li 외

Multi-Agent Path Finding (MAPF), which focuses on finding collision-free paths for multiple robots, is crucial for applications ranging from aerial swarms to warehouse automation. Solving MAPF is NP-hard so learning-base…

Multi-Agent Path FindingZero-shot Generalization

Accelerating Focal Search in Multi-Agent Path Finding with Tighter Lower Bounds

2025-03-04 · Yimin Tang, Zhenghong Yu, Jiaoyang Li, Sven Koenig

Multi-Agent Path Finding (MAPF) involves finding collision-free paths for multiple agents while minimizing a cost function--an NP-hard problem. Bounded suboptimal methods like Enhanced Conflict-Based Search (ECBS) and Ex…

Computational EfficiencyMulti-Agent Path Findingvalid

SIGMA: Sheaf-Informed Geometric Multi-Agent Pathfinding

2025-02-10 · Shuhao Liao, Weihang Xia, Yuhong Cao, Weiheng Dai 외

The Multi-Agent Path Finding (MAPF) problem aims to determine the shortest and collision-free paths for multiple agents in a known, potentially obstacle-ridden environment. It is the core challenge for robotic deployment…

Collision AvoidanceDeep Reinforcement LearningMulti-Agent Path FindingSelf-Supervised Learning

A parallelizable variant of HCA*

2025-01-31 · Sreenivasan Ganti, Visnu Srinivasan, Pallavi Ramicetty, Shravan Mohan 외

This paper presents a parallelizable variant of the well-known Hierarchical Cooperative A* algorithm (HCA*) for the multi-agent path finding (MAPF) problem. In this variant, all agents initially find their shortest paths…

Multi-Agent Path Finding

Hybrid Quantum-Classical Multi-Agent Pathfinding

2025-01-24 · Thore Gerlach, Loong Kuan Lee, Frédéric Barbaresco, Nico Piatkowski

Multi-Agent Path Finding (MAPF) focuses on determining conflict-free paths for multiple agents navigating through a shared space to reach specified goal locations. This problem becomes computationally challenging, partic…

Autonomous VehiclesMulti-Agent Path Finding

Graph Coloring to Reduce Computation Time in Prioritized Planning

2025-01-18 · Patrick Scheffe, Julius Kahle, Bassam Alrifaee

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 interactin…

Motion PlanningMulti-Agent Path Finding

Simultaneous Computation with Multiple Prioritizations in Multi-Agent Motion Planning

2025-01-18 · Patrick Scheffe, Julius Kahle, Bassam Alrifaee

Multi-agent path finding (MAPF) in large networks is computationally challenging. An approach for MAPF is prioritized planning (PP), in which agents plan sequentially according to their priority. Albeit a computationally…

Motion PlanningMulti-Agent Path Finding

Enhancing Lifelong Multi-Agent Path Finding with Cache Mechanism

2025-01-06 · Yimin Tang, Zhenghong Yu, Yi Zheng, T. K. Satish Kumar 외

Multi-Agent Path Finding (MAPF), which focuses on finding collision-free paths for multiple robots, is crucial in autonomous warehouse operations. Lifelong MAPF (L-MAPF), where agents are continuously reassigned new targ…

Multi-Agent Path Finding

Multi-Agent Path Finding under Limited Communication Range Constraint via Dynamic Leading

2025-01-06 · Hoang-Dung Bui, Erion Plaku, Gregoy J. Stein

This paper proposes a novel framework to handle a multi-agent path finding problem under a limited communication range constraint, where all agents must have a connected communication channel to the rest of the team. Man…

Multi-Agent Path Finding

Multi-Agent Path Finding in Continuous Spaces with Projected Diffusion Models

2024-12-23 · Jinhao Liang, Jacob K. Christopher, Sven Koenig, Ferdinando Fioretto

Multi-Agent Path Finding (MAPF) is a fundamental problem in robotics, requiring the computation of collision-free paths for multiple agents moving from their respective start to goal positions. Coordinating multiple agen…

Collision AvoidanceMulti-Agent Path FindingNavigate

Speedup Techniques for Switchable Temporal Plan Graph Optimization

2024-12-20 · He Jiang, MuHan Lin, Jiaoyang Li

Multi-Agent Path Finding (MAPF) focuses on planning collision-free paths for multiple agents. However, during the execution of a MAPF plan, agents may encounter unexpected delays, which can lead to inefficiencies, deadlo…

Multi-Agent Path Finding

Multi-Agent Motion Planning For Differential Drive Robots Through Stationary State Search

2024-12-17 · Jingtian Yan, Jiaoyang Li

Multi-Agent Motion Planning (MAMP) finds various applications in fields such as traffic management, airport operations, and warehouse automation. In many of these environments, differential drive robots are commonly used…

ManagementMotion PlanningMulti-Agent Path Finding

Loosely Synchronized Rule-Based Planning for Multi-Agent Path Finding with Asynchronous Actions

2024-12-16 · Shuai Zhou, Shizhe Zhao, Zhongqiang Ren

Multi-Agent Path Finding (MAPF) seeks collision-free paths for multiple agents from their respective starting locations to their respective goal locations while minimizing path costs. Although many MAPF algorithms were d…

Multi-Agent Path Finding

Transient Multi-Agent Path Finding for Lifelong Navigation in Dense Environments

2024-12-05 · Jonathan Morag, Noy Gabay, Daniel koyfman, Roni Stern

Multi-Agent Path Finding (MAPF) deals with finding conflict-free paths for a set of agents from an initial configuration to a given target configuration. The Lifelong MAPF (LMAPF) problem is a well-studied online version…

Multi-Agent Path Finding
1–20 / 140 다음 →