Efficient Shortest Path Counting on Large Road Networks.

Yu-Xuan Qiu,Dong Wen,Lu Qin,Wentao Li,Rong-Hua Li,Ying Zhang
DOI: https://doi.org/10.14778/3547305.3547315
IF: 2.5
2022-01-01
Proceedings of the VLDB Endowment
Abstract:The shortest path distance and related concepts lay the foundations of many real-world applications in road network analysis. The shortest path count has drawn much research attention in academia, not only as a closeness metric accompanying the shorted distance but also serving as a building block of centrality computation. This paper aims to improve the efficiency of counting the shortest paths between two query vertices on a large road network. We propose a novel index solution by organizing all vertices in a tree structure and propose several optimizations to speed up the index construction. We conduct extensive experiments on 14 realworld networks. Compared with the state-of-the-art solution, we achieve much higher efficiency on both query processing and index construction with a more compact index.
What problem does this paper attempt to address?