paper-with-me

Papers

Multi-Agent Motion Planning For Differential Drive Robots Through Stationary State Search

2024-12-17 · Jingtian Yan, Jiaoyang Li

Multi-Agent Motion Planning (MAMP) finds various applications in fields such as traffic management, airport operations, and warehouse automation. In many of these environments, differential drive robots are commonly used. These robots have a kinodynamic model that allows only in-place rotation and movement along their current orientation, subject to speed and acceleration limits. However, existing Multi-Agent Path Finding (MAPF)-based methods often use simplified models for robot kinodynamics, which limits their practicality and realism. In this paper, we introduce a three-level framework called MASS to address these challenges. MASS combines MAPF-based methods with our proposed stationary state search planner to generate high-quality kinodynamically-feasible plans. We further extend MASS using an adaptive window mechanism to address the lifelong MAMP problem. Empirically, we tested our methods on the single-shot grid map domain and the lifelong warehouse domain. Our method shows up to 400% improvements in terms of throughput compared to existing methods.

📄 PDF Abstract BibTeX arXiv:2412.13359

Code (1)

jingtianyan/mass-aaai 공식 구현

Tasks

ManagementMotion PlanningMulti-Agent Path Finding

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Deep Reinforcement Learning for Motion Planning of Mobile Robots

2019-12-19 · Leonid Butyrev, Thorsten Edelhäußer, Christopher Mutschler

This paper presents a novel motion and trajectory planning algorithm for nonholonomic mobile robots that uses recent advances in deep reinforcement learning. Starting from a random initial state, i.e., position, velocity…

Deep Reinforcement LearningMotion PlanningPositionreinforcement-learning+3

Planning over MAPF Agent Dependencies via Multi-Dependency PIBT

2026-03-24 · Zixiang Jiang, Yulun Zhang, Rishi Veerapaneni, Jiaoyang Li arxiv

Modern Multi-Agent Path Finding (MAPF) algorithms must plan for hundreds to thousands of agents in congested environments within a second, requiring highly efficient algorithms. Priority Inheritance with Backtracking (PI…

FocalAD: Local Motion Planning for End-to-End Autonomous Driving

2025-06-13 · Bin Sun, Boao Zhang, Jiayi Lu, Xinjie Feng 외

In end-to-end autonomous driving,the motion prediction plays a pivotal role in ego-vehicle planning. However, existing methods often rely on globally aggregated motion features, ignoring the fact that planning decisions …

Autonomous DrivingBench2DriveMotion Planningmotion prediction

GPUDrive: Data-driven, multi-agent driving simulation at 1 million FPS

2024-08-02 · Saman Kazemkhani, Aarav Pandya, Daphne Cornelisse, Brennan Shacklett 외

Multi-agent learning algorithms have been successful at generating superhuman planning in various games but have had limited impact on the design of deployed multi-agent planners. A key bottleneck in applying these techn…

GPUNavigate

Prediction-Driven Motion Planning: Route Integration Strategies in Attention-Based Prediction Models

2025-12-03 · Marlon Steiner, Royden Wagner, Ömer Sahin Tas, Christoph Stiller arxiv

Combining motion prediction and motion planning offers a promising framework for enhancing interactions between automated vehicles and other traffic participants. However, this introduces challenges in conditioning predi…

Motion Planning