paper-with-me

Papers

Factorization of Multi-Agent Sampling-Based Motion Planning

2023-04-01 · Alessandro Zanardi, Pietro Zullo, Andrea Censi, Emilio Frazzoli

Modern robotics often involves multiple embodied agents operating within a shared environment. Path planning in these cases is considerably more challenging than in single-agent scenarios. Although standard Sampling-based Algorithms (SBAs) can be used to search for solutions in the robots' joint space, this approach quickly becomes computationally intractable as the number of agents increases. To address this issue, we integrate the concept of factorization into sampling-based algorithms, which requires only minimal modifications to existing methods. During the search for a solution we can decouple (i.e., factorize) different subsets of agents into independent lower-dimensional search spaces once we certify that their future solutions will be independent of each other using a factorization heuristic. Consequently, we progressively construct a lean hypergraph where certain (hyper-)edges split the agents to independent subgraphs. In the best case, this approach can reduce the growth in dimensionality of the search space from exponential to linear in the number of agents. On average, fewer samples are needed to find high-quality solutions while preserving the optimality, completeness, and anytime properties of SBAs. We present a general implementation of a factorized SBA, derive an analytical gain in terms of sample complexity for PRM*, and showcase empirical results for RRG.

📄 PDF Abstract BibTeX arXiv:2304.00342

Code (1)

idsc-frazzoli/dg-commons

Tasks

Motion Planning

Similar Papers 제목 키워드 기반

MotionLM: Multi-Agent Motion Forecasting as Language Modeling

2023-09-28 · ICCV 2023 1 · Ari Seff, Brian Cera, Dian Chen, Mason Ng 외

Reliable forecasting of the future behavior of road agents is a critical component to safe planning in autonomous vehicles. Here, we represent continuous trajectories as sequences of discrete motion tokens and cast multi…

Autonomous VehiclesLanguage ModelingLanguage ModellingMotion Forecasting+1

Conflict-Based Search as a Protocol: A Multi-Agent Motion Planning Protocol for Heterogeneous Agents, Solvers, and Independent Tasks

2025-10-01 · Rishi Veerapaneni, Alvin Tang, Haodong He, Sophia Zhao 외 arxiv

Imagine the future construction site, hospital, or office with dozens of robots bought from different manufacturers. How can we enable these different robots to effectively move in a shared environment, given that each r…

Reinforcement LearningMotion Planning

Efficient Multi-Robot Motion Planning with Precomputed Translation-Invariant Edge Bundles

2026-05-10 · Himanshu Gupta, Paul Motter, Aritra Chakrabarty, Rishabh Sodani 외 arxiv

Solving multi-robot motion planning (MRMP) requires generating collision-free kinodynamically feasible trajectories for multiple interacting robots. We introduce Kinodynamic Translation-Invariant Edge Bundles or KiTE-Ext…

Motion Planning

Collision Avoidance Detour for Multi-Agent Trajectory Forecasting

2023-06-20 · Hsu-kuang Chiu, Stephen F. Smith

We present our approach, Collision Avoidance Detour (CAD), which won the 3rd place award in the 2023 Waymo Open Dataset Challenge - Sim Agents, held at the 2023 CVPR Workshop on Autonomous Driving. To satisfy the motion …

Autonomous DrivingCollision Avoidancemotion predictionTrajectory Forecasting+1

FICO: Finite-Horizon Closed-Loop Factorization for Unified Multi-Agent Path Finding

2025-11-17 · Jiarui Li, Alessandro Zanardi, Federico Pecora, Runyu Zhang 외 arxiv

Multi-Agent Path Finding is a fundamental problem in robotics and AI, yet most existing formulations treat planning and execution separately and address variants of the problem in an ad hoc manner. This paper presents a …