Shortest Path and Distance Queries on Road Networks: An Experimental Evaluation
Lingkun Wu, Xiaokui Xiao, Dingxiong Deng, Gao Cong, Andy Diwen Zhu,, Shuigeng Zhou

TL;DR
This paper provides a comprehensive experimental comparison of spatial-coherence-based and vertex-importance-based shortest path algorithms on large-scale road networks, offering practical guidelines for choosing suitable methods based on various performance metrics.
Contribution
It systematically evaluates and compares the two main categories of shortest path algorithms on large real-world networks, addressing previous evaluation gaps and inconsistencies.
Findings
Spatial-coherence-based methods excel in query speed on large networks.
Vertex-importance-based approaches have lower preprocessing times.
Guidelines are provided for selecting algorithms based on network size and application needs.
Abstract
Computing the shortest path between two given locations in a road network is an important problem that finds applications in various map services and commercial navigation products. The state-of-the-art solutions for the problem can be divided into two categories: spatial-coherence-based methods and vertex-importance-based approaches. The two categories of techniques, however, have not been compared systematically under the same experimental framework, as they were developed from two independent lines of research that do not refer to each other. This renders it difficult for a practitioner to decide which technique should be adopted for a specific application. Furthermore, the experimental evaluation of the existing techniques, as presented in previous work, falls short in several aspects. Some methods were tested only on small road networks with up to one hundred thousand vertices;…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Management and Algorithms · Automated Road and Building Extraction · Geographic Information Systems Studies
