paper-with-me

Papers

MAPF-World: Action World Model for Multi-Agent Path Finding

2025-08-16 · Zhanjiang Yang, Yang Shen, Yueming Li, Meng Li, Lijun Sun arxiv

Multi-agent path finding (MAPF) is the problem of planning conflict-free paths from the designated start locations to goal positions for multiple agents. It underlies a variety of real-world tasks, including multi-robot coordination, robot-assisted logistics, and social navigation. Recent decentralized learnable solvers have shown great promise for large-scale MAPF, especially when leveraging foundation models and large datasets. However, these agents are reactive policy models and exhibit limited modeling of environmental temporal dynamics and inter-agent dependencies, resulting in performance degradation in complex, long-term planning scenarios. To address these limitations, we propose MAPF-World, an autoregressive action world model for MAPF that unifies situation understanding and action generation, guiding decisions beyond immediate local observations. It improves situational awareness by explicitly modeling environmental dynamics, including spatial features and temporal dependencies, through future state and actions prediction. By incorporating these predicted futures, MAPF-World enables more informed, coordinated, and far-sighted decision-making, especially in complex multi-agent settings. Furthermore, we augment MAPF benchmarks by introducing an automatic map generator grounded in real-world scenarios, capturing practical map layouts for training and evaluating MAPF solvers. Extensive experiments demonstrate that MAPF-World outperforms state-of-the-art learnable solvers, showcasing superior zero-shot generalization to out-of-distribution cases. Notably, MAPF-World is trained with a 96.5% smaller model size and 92% reduced data.

📄 PDF Abstract BibTeX arXiv:2508.12087

Code (0)

등록된 구현이 없습니다.

Tasks

Zero-shot Generalization

Similar Papers 제목 키워드 기반

From Discrete Plans to Real-World Execution: A World-Model-Driven Framework for Execution-Aware Multi-Agent Path Finding

2025-11-26 · Jingtian Yan, Shuai Zhou, He Jiang, Stephen F. Smith 외 arxiv

Multi-Agent Path Finding (MAPF) studies how to coordinate multiple agents to reach their goals without collisions and underpins a range of large-scale robotic systems, including automated warehousing and manufacturing. R…

Advancing Learnable Multi-Agent Pathfinding Solvers with Active Fine-Tuning

2025-06-30 · Anton Andreychuk, Konstantin Yakovlev, Aleksandr Panov, Alexey Skrynnik

Multi-agent pathfinding (MAPF) is a common abstraction of multi-robot trajectory planning problems, where multiple homogeneous robots simultaneously move in the shared environment. While solving MAPF optimally has been p…

Imitation LearningTrajectory Planning

Learning to Communicate Locally for Large-Scale Multi-Agent Pathfinding

2026-05-08 · Valeriy Vyaltsev, Alsu Sagirova, Anton Andreychuk, Oleg Bulichev 외 arxiv

Multi-agent pathfinding (MAPF) is a widely used abstraction for multi-robot trajectory planning problems, where multiple homogeneous agents move simultaneously within a shared environment. Although solving MAPF optimally…

Reinforcement LearningTrajectory Planning

Overview: Generalizations of Multi-Agent Path Finding to Real-World Scenarios

2017-02-17 · Hang Ma, Sven Koenig, Nora Ayanian, Liron Cohen 외

Multi-agent path finding (MAPF) is well-studied in artificial intelligence, robotics, theoretical computer science and operations research. We discuss issues that arise when generalizing MAPF methods to real-world scenar…

Multi-Agent Path Finding

WinkTPG: An Execution Framework for Multi-Agent Path Finding Using Temporal Reasoning

2025-08-02 · Jingtian Yan, Stephen F. Smith, Jiaoyang Li arxiv

Planning collision-free paths for a large group of agents is a challenging problem in many real-world applications. While recent advances in Multi-Agent Path Finding (MAPF) have shown promising progress, standard MAPF pl…