paper-with-me

Papers

Decoupling Geometric Planning and Execution in Scalable Multi-Agent Path Finding

2026-03-11 · Fernando Salanova, Eduardo Montijano, Cristian Mahulea arxiv

Multi-Agent Path Finding (MAPF) requires collision-free trajectories for multiple agents on a shared graph, often with the objective of minimizing the sum-of-costs (SOC). Many optimal and bounded-suboptimal solvers rely on time-expanded models and centralized conflict resolution, which limits scalability in large or dense instances. We propose a hybrid prioritized framework that separates \emph{geometric planning} from \emph{execution-time conflict resolution}. In the first stage, \emph{Geometric Conflict Preemption (GCP)} plans agents sequentially with A* on the original graph while inflating costs for transitions entering vertices used by higher-priority paths, encouraging spatial detours without explicit time reasoning. In the second stage, a \emph{Decentralized Local Controller (DLC)} executes the geometric paths using per-vertex FIFO authorization queues and inserts wait actions to avoid vertex and edge-swap conflicts. Experiments on standard benchmark maps with up to 1000 agents show that the method scales with an near-linear runtime trend and attains a 100\% success rate on instances satisfying the geometric feasibility assumption. Page of the project: https://sites.google.com/unizar.es/multi-agent-path-finding/home

📄 PDF Abstract BibTeX arXiv:2603.26684

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Optimal task and motion planning and execution for human-robot multi-agent systems in dynamic environments

2023-03-27 · Marco Faroni, Alessandro Umbrico, Manuel Beschi, Andrea Orlandini 외

Combining symbolic and geometric reasoning in multi-agent systems is a challenging task that involves planning, scheduling, and synchronization problems. Existing works overlooked the variability of task duration and geo…

Motion PlanningSchedulingTask and Motion Planning

Confidence is Not Competence

2025-10-24 · Debdeep Sanyal, Manya Pandey, Dhruv Kumar, Saurabh Deshpande 외 arxiv

Large language models (LLMs) often exhibit a puzzling disconnect between their asserted confidence and actual problem-solving competence. We offer a mechanistic account of this decoupling by analyzing the geometry of int…

Lang2Manip: A Tool for LLM-Based Symbolic-to-Geometric Planning for Manipulation

2025-12-18 · Muhayy Ud Din, Jan Rosell, Waseem Akram, Irfan Hussain arxiv

Simulation is essential for developing robotic manipulation systems, particularly for task and motion planning (TAMP), where symbolic reasoning interfaces with geometric, kinematic, and physics-based execution. Recent ad…

Motion Planning

Beyond Entangled Planning: Task-Decoupled Planning for Long-Horizon Agents

2026-01-12 · Yunfan Li, Bingbing Xu, Xueyun Tian, Xiucheng Xu 외 arxiv

Recent advances in large language models (LLMs) have enabled agents to autonomously execute complex, long-horizon tasks, yet planning remains a primary bottleneck for reliable task execution. Existing methods typically f…

Formal Modelling for Multi-Robot Systems Under Uncertainty

2023-05-26 · Charlie Street, Masoumeh Mansouri, Bruno Lacerda

Purpose of Review: To effectively synthesise and analyse multi-robot behaviour, we require formal task-level models which accurately capture multi-robot execution. In this paper, we review modelling formalisms for multi-…