paper-with-me

Papers

Alternating Target-Path Planning for Scalable Multi-Agent Coordination

2026-05-08 · Yu Kumagai, Keisuke Okumura arxiv

The concurrent target assignment and pathfinding (TAPF) problem extends multi-agent pathfinding (MAPF) by asking planners to allocate distinct targets and collision-free paths to agents. Prior work on TAPF has relied exclusively on Conflict-Based Search (CBS), which tightly couples target assignment and pathfinding, resulting in compute-intensive, non-scalable solutions. In contrast, we propose an iterative refinement framework that decouples target assignment from pathfinding. Our framework builds on modern, fast, suboptimal MAPF solvers, such as LaCAM. Specifically, within a given time budget, it repeatedly solves MAPF for the current target assignment, identifies bottleneck agents via MAPF feedback, and refines the assignment. Empirical results show that feedback-driven reassignment loop is effective, enabling our framework to scale well beyond the reach of the state-of-the-art CBS-based solver while maintaining decent solution quality. This represents a solid step toward practical, large scale TAPF suitable for real-world setups.

📄 PDF Abstract BibTeX arXiv:2605.07744

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Towards Learning Scalable Agile Dynamic Motion Planning for Robosoccer Teams with Policy Optimization

2025-02-08 · Brandon Ho, Batuhan Altundas, Matthew Gombolay

In fast-paced, ever-changing environments, dynamic Motion Planning for Multi-Agent Systems in the presence of obstacles is a universal and unsolved problem. Be it from path planning around obstacles to the movement of ro…

Motion Planning

Scalable Multi-Robot Informative Path Planning for Target Mapping via Deep Reinforcement Learning

2024-09-25 · Apoorva Vashisth, Manav Kulshrestha, Damon Conover, Aniket Bera

Autonomous robots are widely utilized for mapping and exploration tasks due to their cost-effectiveness. Multi-robot systems offer scalability and efficiency, especially in terms of the number of robots deployed in more …

Collision AvoidanceDeep Reinforcement Learningreinforcement-learningReinforcement Learning

Real-time Multi-target Path Prediction and Planning for Autonomous Driving aided by FCN

2019-09-17 · Hongtu Zhou, Xinneng Yang, Enwei Zhang, Junqiao Zhao 외

Real-time multi-target path planning is a key issue in the field of autonomous driving. Although multiple paths can be generated in real-time with polynomial curves, the generated paths are not flexible enough to deal wi…

Autonomous Driving

Multipath Exploitation for Fluctuating Target Detection in RIS-Assisted ISAC Systems

2024-06-02 · Shoushuo Zhang, Zichao Xiao, Rang Liu, Ming Li 외

Integrated sensing and communication (ISAC) systems are typically deployed in multipath environments, which is usually deemed as a challenging issue for wireless communications. However, the multipath propagation can als…

DiversityIntegrated sensing and communicationISAC

LF: Online Multi-Robot Path Planning Meets Optimal Trajectory Control

2025-07-15 · Ajay Shankar, Keisuke Okumura, Amanda Prorok arxiv

We propose a multi-robot control paradigm to solve point-to-point navigation tasks for a team of holonomic robots with access to the full environment information. The framework invokes two processes asynchronously at hig…

Motion SynthesisRobot Navigation