paper-with-me

Papers

Subdimensional Expansion for Multi-objective Multi-agent Path Finding

2021-02-02 · Zhongqiang Ren, Sivakumar Rathinam, Howie Choset

Conventional multi-agent path planners typically determine a path that optimizes a single objective, such as path length. Many applications, however, may require multiple objectives, say time-to-completion and fuel use, to be simultaneously optimized in the planning process. Often, these criteria may not be readily compared and sometimes lie in competition with each other. Simply applying standard multi-objective search algorithms to multi-agent path finding may prove to be inefficient because the size of the space of possible solutions, i.e., the Pareto-optimal set, can grow exponentially with the number of agents (the dimension of the search space). This paper presents an approach that bypasses this so-called curse of dimensionality by leveraging our prior multi-agent work with a framework called subdimensional expansion. One example of subdimensional expansion, when applied to A*, is called M* and M* was limited to a single objective function. We combine principles of dominance and subdimensional expansion to create a new algorithm named multi-objective M* (MOM*), which dynamically couples agents for planning only when those agents have to "interact" with each other. MOM* computes the complete Pareto-optimal set for multiple agents efficiently and naturally trades off sub-optimal approximations of the Pareto-optimal set and computational efficiency. Our approach is able to find the complete Pareto-optimal set for problem instances with hundreds of solutions which the standard multi-objective A* algorithms could not find within a bounded time.

📄 PDF Abstract BibTeX arXiv:2102.01353

Code (2)

wonderren/public_cppmomapf
wonderren/public_pymomapf

Tasks

Computational EfficiencyMulti-Agent Path Finding

Similar Papers 제목 키워드 기반

MS*: A New Exact Algorithm for Multi-agent Simultaneous Multi-goal Sequencing and Path Finding

2021-03-18 · Zhongqiang Ren, Sivakumar Rathinam, Howie Choset

In multi-agent applications such as surveillance and logistics, fleets of mobile agents are often expected to coordinate and safely visit a large number of goal locations as efficiently as possible. The multi-agent plann…

CPUMulti-Agent Path Finding

Discovering Subdimensional Motifs of Different Lengths in Large-Scale Multivariate Time Series

2019-11-20 · Yifeng Gao, Jessica Lin

Detecting repeating patterns of different lengths in time series, also called variable-length motifs, has received a great amount of attention by researchers and practitioners. Despite the significant progress that has b…

Time SeriesTime Series Analysis

Subdimensional Expansion Using Attention-Based Learning For Multi-Agent Path Finding

2021-09-29 · Lakshay Virmani, Zhongqiang Ren, Sivakumar Rathinam, Howie Choset

Multi-Agent Path Finding (MAPF) finds conflict-free paths for multiple agents from their respective start to goal locations. MAPF is challenging as the joint configuration space grows exponentially with respect to the nu…

Multi-Agent Path Finding

WebSwarm: Recursive Multi-Agent Orchestration for Deep-and-Wide Web Search

2026-07-09 · Xiaoshuai Song, Liancheng Zhang, Kangzhi Zhao, Yutao Zhu 외 arxiv

Large language model (LLM)-based web search agents are transforming information seeking from simple factoid question answering into complex, deep-and-wide search and research-oriented tasks. A single ReAct-style agent is…

Question Answering

AgentLAB: Benchmarking LLM Agents against Long-Horizon Attacks

2026-02-18 · Tanqiu Jiang, Yuhui Wang, Jiacheng Liang, Ting Wang arxiv

LLM agents are increasingly deployed in long-horizon, complex environments to solve challenging problems, but this expansion exposes them to long-horizon attacks that exploit multi-turn user-agent-environment interaction…