paper-with-me

Papers

Key-Interval A*: Accelerating Grid Pathfinding via Structural Abstraction

2026-07-25 · Taiquan Sui arxiv

Existing exact methods for 4-connected grid pathfinding reduce online search, but often either retain fine-grained search states or require substantial preprocessing. This paper presents Key-Interval A* (KIA*), an optimal pathfinding algorithm that uses lightweight preprocessing to construct and search over a compact interval-level abstraction of free space. KIA* represents free space using intervals: maximal contiguous runs of traversable cells. It extracts key intervals that capture structural boundary changes and connects them through contiguous non-key regions. KIA* then performs A*-style search on the resulting key-interval graph and constructively reconstructs grid paths from interval chains, without cell-level local search. We prove the completeness and optimality of KIA* on 4-connected grids. Experiments on standard benchmarks show that KIA* preserves exact shortest-path lengths and achieves the fastest runtime on seven of eight benchmark groups, with the largest gains on structured and game maps.

📄 PDF Abstract BibTeX arXiv:2607.23393

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Multi-Agent Pathfinding with Continuous Time

2019-01-16 · Anton Andreychuk, Konstantin Yakovlev, Dor Atzmon, Roni Stern

Multi-Agent Pathfinding (MAPF) is the problem of finding paths for multiple agents such that every agent reaches its goal and the agents do not collide. Most prior work on MAPF was on grids, assumed agents' actions have …

Optimal and Bounded Suboptimal Any-Angle Multi-agent Pathfinding

2024-04-25 · Konstantin Yakovlev, Anton Andreychuk, Roni Stern

Multi-agent pathfinding (MAPF) is the problem of finding a set of conflict-free paths for a set of agents. Typically, the agents' moves are limited to a pre-defined graph of possible locations and allowed transitions bet…

Symmetry-based Abstraction Algorithm for Accelerating Symbolic Control Synthesis

2024-03-18 · Hussein Sibai, Sacha Huriot, Tyler Martin, Murat Arcak

We propose an efficient symbolic control synthesis algorithm for equivariant continuous-time dynamical systems to satisfy reach-avoid specifications. The algorithm exploits dynamical symmetries to construct lean abstract…

Position

GRACE: A Unified 2D Multi-Robot Path Planning Simulator & Benchmark for Grid, Roadmap, And Continuous Environments

2026-03-11 · Chuanlong Zang, Anna Mannucci, Isabelle Barz, Philipp Schillinger 외 arxiv

Advancing Multi-Agent Pathfinding (MAPF) and Multi-Robot Motion Planning (MRMP) requires platforms that enable transparent, reproducible comparisons across modeling choices. Existing tools either scale under simplifying …

Motion Planning

MGCBS: An Optimal and Efficient Algorithm for Solving Multi-Goal Multi-Agent Path Finding Problem

2024-04-30 · Mingkai Tang, Yuanhang Li, Hongji Liu, Yingbing Chen 외

With the expansion of the scale of robotics applications, the multi-goal multi-agent pathfinding (MG-MAPF) problem began to gain widespread attention. This problem requires each agent to visit pre-assigned multiple goal …

Multi-Agent Path Finding