paper-with-me

Papers

Neural ATTF: A Scalable Solution to Lifelong Multi-Agent Path Planning

2025-04-21 · Kushal Shah, Jihyun Park, Seung-Kyum Choi

Multi-Agent Pickup and Delivery (MAPD) is a fundamental problem in robotics, particularly in applications such as warehouse automation and logistics. Existing solutions often face challenges in scalability, adaptability, and efficiency, limiting their applicability in dynamic environments with real-time planning requirements. This paper presents Neural ATTF (Adaptive Task Token Framework), a new algorithm that combines a Priority Guided Task Matching (PGTM) Module with Neural STA* (Space-Time A*), a data-driven path planning method. Neural STA* enhances path planning by enabling rapid exploration of the search space through guided learned heuristics and ensures collision avoidance under dynamic constraints. PGTM prioritizes delayed agents and dynamically assigns tasks by prioritizing agents nearest to these tasks, optimizing both continuity and system throughput. Experimental evaluations against state-of-the-art MAPD algorithms, including TPTS, CENTRAL, RMCA, LNS-PBS, and LNS-wPBS, demonstrate the superior scalability, solution quality, and computational efficiency of Neural ATTF. These results highlight the framework's potential for addressing the critical demands of complex, real-world multi-agent systems operating in high-demand, unpredictable settings.

📄 PDF Abstract BibTeX arXiv:2504.15130

Code (0)

등록된 구현이 없습니다.

Tasks

Collision AvoidanceComputational Efficiency

Similar Papers 제목 키워드 기반

Lifelong Scalable Multi-Agent Realistic Testbed and A Comprehensive Study on Design Choices in Lifelong AGV Fleet Management Systems

2026-02-17 · Jingtian Yan, Yulun Zhang, Zhenting Liu, Han Zhang 외 arxiv

We present Lifelong Scalable Multi-Agent Realistic Testbed (LSMART), an open-source simulator to evaluate any Multi-Agent Path Finding (MAPF) algorithm in a Fleet Management System (FMS) with Automated Guided Vehicles (A…

Deploying Ten Thousand Robots: Scalable Imitation Learning for Lifelong Multi-Agent Path Finding

2024-10-28 · He Jiang, Yutong Wang, Rishi Veerapaneni, Tanishq Duhan 외

Lifelong Multi-Agent Path Finding (LMAPF) repeatedly finds collision-free paths for multiple agents that are continually assigned new goals when they reach current ones. Recently, this field has embraced learning-based m…

Imitation LearningMulti-Agent Path Finding

RoboOS-NeXT: A Unified Memory-based Framework for Lifelong, Scalable, and Robust Multi-Robot Collaboration

2025-10-30 · Huajie Tan, Cheng Chi, Xiansheng Chen, Yuheng Ji 외 arxiv

The proliferation of collaborative robots across diverse tasks and embodiments presents a central challenge: achieving lifelong adaptability, scalable coordination, and robust scheduling in multi-agent systems. Existing …

AttFC: Attention Fully-Connected Layer for Large-Scale Face Recognition with One GPU

2025-03-10 · Zhuowen Zheng, Yain-Whar Si, Xiaochen Yuan, Junwei Duan 외

Nowadays, with the advancement of deep neural networks (DNNs) and the availability of large-scale datasets, the face recognition (FR) model has achieved exceptional performance. However, since the parameter magnitude of …

Face RecognitionGPU

Lifelong Multi-Agent Path Finding in Large-Scale Warehouses

2020-05-15 · Jiaoyang Li, Andrew Tinka, Scott Kiesel, Joseph W. Durham 외

Multi-Agent Path Finding (MAPF) is the problem of moving a team of agents to their goal locations without collisions. In this paper, we study the lifelong variant of MAPF, where agents are constantly engaged with new goa…

Multi-Agent Path Finding