← Search

Bojie Shen

6 accepted papers

2026

EHL*: Memory-Budgeted Indexing for Ultrafast Optimal Euclidean Pathfinding

AAAI 2026technical

The Euclidean Shortest Path Problem (ESPP) is a classic problem which requires finding the shortest path in a Euclidean plane with polygonal obstacles. The state-of-the-art solution, Euclidean Hub Labeling (EHL), offers ultra-fast query performance but comes with significant memory overhead, requiri

Cited by 0SourcePDFScholar
2025

Dynamic Replanning for Improved Public Transport Routing

IJCAI 2025

Delays in public transport are common, often impacting users through prolonged travel times and missed transfers. Existing solutions for handling delays remain limited; backup plans based on historical data miss opportunities for earlier arrivals, while snapshot planning accounts for current delays

Cited by 0SourcePDFScholar
2023

Efficient Object Search in Game Maps

IJCAI 2023poster

Video games feature a dynamic environment where locations of objects (e.g., characters, equipment, weapons, vehicles etc.) frequently change within the game world. Although searching for relevant nearby objects in such a dynamic setting is a fundamental operation, this problem has received little re…

2023

Ultrafast Euclidean Shortest Path Computation Using Hub Labeling

AAAI 2023technical

Finding shortest paths in a Euclidean plane containing polygonal obstacles is a well-studied problem motivated by a variety of real-world applications. The state-of-the-art algorithms require finding obstacle corners visible to the source and target, and need to consider potentially a large number…

2020

Euclidean Pathfinding with Compressed Path Databases

IJCAI 2020poster

We consider optimal and anytime algorithms for the Euclidean Shortest Path Problem (ESPP) in two dimensions. Our approach leverages ideas from two recent works: Polyanya, a mesh-based ESPP planner which we use to represent and reason about the environment, and Compressed Path Databases, a speedup te…