Fastest Path Query Answering Using Time-Dependent Hop-Labeling in Road Network
Lei Li,Sibo Wang,Xiaofang Zhou
DOI: https://doi.org/10.1109/tkde.2020.2981062
IF: 9.235
2020-01-01
IEEE Transactions on Knowledge and Data Engineering
Abstract:Finding the fastest path in the time-dependent road network is time consuming because its problem complexity is Omega(T(vertical bar V vertical bar log vertical bar V vertical bar + vertical bar E vertical bar)), where T is the size of the result's time-dependent function, vertical bar V vertical bar and vertical bar E vertical bar are the number of vertices and edges. There are three kinds of fastest path problems: SSFP (Single-Staring Time Fastest Path) that has a fixed departure time, ISFP (Interval-Staring Time Fastest Path) that selects the best departure time from an interval, and FPP (Fastest Path Profile) that returns the travel time of the entire time domain. In this paper, we aim to answer these three queries in time-dependent road network faster by extending the 2-hop labeling approach, which is fast in answering shortest distance query in the static graph. However, it is hard to construct index for SSFP and ISFP because there are vertical bar T vertical bar and vertical bar T vertical bar(2) possible time points and intervals, where T is the time domain. Therefore, we first propose the time-dependent hop-labeling for FPP, then provide the specific optimizations for SSFP and ISFP query answering. Moreover, it is both time and space consuming to build an index in a large time-dependent graph, so we partition road network into smaller sub-graphs and build indexes within and between the partitions. Furthermore, we propose an online approximation technique AT-Dijkstra and a bottom-up compression method to further reduce the label size, save construction time and speedup query answering. Experiments on real world road network show that our approach outperforms the state-of-art fastest path index approaches and can speed up the query answering by hundreds of times.