PAPER DIGEST
Most Influential AAAI 2011 Paper · 2026-03 edition

Online Graph Pruning For Pathfinding On Grid Maps

Daniel Damir Harabor; Alban Grastien

Venue
AAAI Conference on Artificial Intelligence (AAAI) 2011
Recognition
Most Influential AAAI 2011 Paper (Rank No. 5)
Edition
2026-03
Impact factor
6
Certificate ID
d59d2c68f5a0e922

Abstract

Pathfinding in uniform-cost grid environments is a problem commonly found in application areas such as robotics and video games. The state-of-the-art is dominated by hierarchical pathfinding algorithms which are fast and have small memory overheads but usually return suboptimal paths. In this paper we present a novel search strategy, specific to grids, which is fast, optimal and requires no memory overhead. Our algorithm can be described as a macro operator which identifies and selectively expands only certain nodes in a grid map which we call jump points. Intermediate nodes on a path connecting two jump points are never expanded. We prove that this approach always computes optimal solutions and then undertake a thorough empirical analysis, comparing our method with related works from the literature. We find that searching with jump points can speed up A* by an order of magnitude and more and report significant improvement over the current state of the art.

Download PDF certificate