← Search

Jinchun Du

3 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
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…