paper-with-me

Papers

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 Target-Assignment and Path-Finding (TAPF) problem, a variant of MAPF, requires one to simultaneously assign targets to agents and plan collision-free paths for agents. Several algorithms, including CBM, CBS-TA, and ITA-CBS, optimally solve the TAPF problem, with ITA-CBS being the leading algorithm for minimizing flowtime. However, the only existing bounded-suboptimal algorithm ECBS-TA is derived from CBS-TA rather than ITA-CBS. So, it faces the same issues as CBS-TA, such as searching through multiple constraint trees and spending too much time on finding the next-best target assignment. We introduce ITA-ECBS, the first bounded-suboptimal variant of ITA-CBS. Transforming ITA-CBS to its bounded-suboptimal variant is challenging because different constraint tree nodes can have different assignments of targets to agents. ITA-ECBS uses focal search to achieve efficiency and determines target assignments based on a new lower bound matrix. We show that it runs faster than ECBS-TA in 87.42% of 54,033 test cases.

📄 PDF Abstract BibTeX arXiv:2404.05223

Code (1)

tachikakamin/ita-cbs2 공식 구현

Tasks

Multi-Agent Path Finding

Similar Papers 제목 키워드 기반

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

New Mechanisms in Flex Distribution for Bounded Suboptimal Multi-Agent Path Finding

2025-07-22 · Shao-Hung Chan, Thomy Phan, Jiaoyang Li, Sven Koenig arxiv

Multi-Agent Path Finding (MAPF) is the problem of finding a set of collision-free paths, one for each agent in a shared environment. Its objective is to minimize the sum of path costs (SOC), where the path cost of each a…

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

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

Bidirectional Bounded-Suboptimal Heuristic Search with Consistent Heuristics

2025-11-13 · Shahaf S. Shperberg, Natalie Morad, Lior Siag, Ariel Felner 외 arxiv

Recent advancements in bidirectional heuristic search have yielded significant theoretical insights and novel algorithms. While most previous work has concentrated on optimal search methods, this paper focuses on bounded…