paper-with-me

Papers

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 Explicit Estimation CBS (EECBS) balance solution quality with computational efficiency using focal search mechanisms. While effective, traditional focal search faces a limitation: the lower bound (LB) value determining which nodes enter the FOCAL list often increases slowly in early search stages, resulting in a constrained search space that delays finding valid solutions. In this paper, we propose a novel bounded suboptimal algorithm, double-ECBS (DECBS), to address this issue by first determining the maximum LB value and then employing a best-first search guided by this LB to find a collision-free path. Experimental results demonstrate that DECBS outperforms ECBS in most test cases and is compatible with existing optimization techniques. DECBS can reduce nearly 30% high-level CT nodes and 50% low-level focal search nodes. When agent density is moderate to high, DECBS achieves a 23.5% average runtime improvement over ECBS with identical suboptimality bounds and optimizations.

📄 PDF Abstract BibTeX arXiv:2503.03779

Code (1)

HarukiMoriarty/RUST-CBS 공식 구현

Tasks

Computational EfficiencyMulti-Agent Path Findingvalid

Similar Papers 제목 키워드 기반

Learning to Select Nodes in Bounded Suboptimal Conflict-Based Search for Multi-Agent Path Finding

2020-10-17 · NeurIPS Workshop LMCA 2020 12 · Taoan Huang, Bistra Dilkina, Sven Koenig

Multi-Agent Path Finding is an NP-hard problem that is difficult for current approaches to solve optimally. Research has shown that bounded suboptimal solvers, such as Enhanced Conflict-Based Search (ECBS), are more effi…

Imitation LearningMulti-Agent Path Finding

Analysis Of The Anytime MAPF Solvers Based On The Combination Of Conflict-Based Search (CBS) and Focal Search (FS)

2022-09-20 · Ilya Ivanashev, Anton Andreychuk, Konstantin Yakovlev

Conflict-Based Search (CBS) is a widely used algorithm for solving multi-agent pathfinding (MAPF) problems optimally. The core idea of CBS is to run hierarchical search, when, on the high level the tree of solutions cand…

ITA-ECBS: A Bounded-Suboptimal Algorithm for the Combined Target-Assignment and Path-Finding Problem

2024-04-08 · Yimin Tang, Sven Koenig, Jiaoyang Li

Multi-Agent Path Finding (MAPF), i.e., finding collision-free paths for multiple robots, plays a critical role in many applications. Sometimes, assigning a target to each agent also presents a challenge. The Combined Tar…

Multi-Agent Path Finding

EECBS: A Bounded-Suboptimal Search for Multi-Agent Path Finding

2020-10-03 · Jiaoyang Li, Wheeler Ruml, Sven Koenig

Multi-Agent Path Finding (MAPF), i.e., finding collision-free paths for multiple robots, is important for many applications where small runtimes are necessary, including the kind of automated warehouses operated by Amazo…

Multi-Agent Path Finding

Multi-Agent Reinforcement Learning with Focal Diversity Optimization

2025-02-06 · Selim Furkan Tekin, Fatih Ilhan, Tiansheng Huang, Sihao Hu 외

The advancement of Large Language Models (LLMs) and their finetuning strategies has triggered the renewed interests in multi-agent reinforcement learning. In this paper, we introduce a focal diversity-optimized multi-age…

DiversityMulti-agent Reinforcement Learningreinforcement-learningReinforcement Learning+1