Learning Road Network Index Structure for Efficient Map Matching
Zhidan Liu,Yingqian Zhou,Xiaosi Liu,Haodi Zhang,Yabo Dong,Dongming Lu,Kaishun Wu
DOI: https://doi.org/10.1109/tkde.2024.3485195
IF: 9.235
2024-01-01
IEEE Transactions on Knowledge and Data Engineering
Abstract:Map matching aims to align GPS trajectories to their actual travel routes on a road network, which is an essential pre-processing task for most of trajectory-based applications. Many map matching approaches utilize Hidden Markov Model (HMM) as their backbones. Typically, HMM treats GPS samples of a trajectory as observations and nearby road segments as hidden states. During map matching, HMM determines candidate states for each observation with a fixed searching range, and computes the most likely travel route using the Viterbi algorithm. Although HMM-based approaches can derive high matching accuracy, they still suffer from high computation overheads. By inspecting the HMM process, we find that the computation bottleneck mainly comes from improper candidate sets, which contain many irrelevant candidates and incur unnecessary computations. In this paper, we present $\mathtt {LiMM}$ – a learned road network index structure for efficient map matching. $\mathtt {LiMM}$ improves existing HMM-based approaches from two aspects. Firstly, we propose a novel learned index for road networks, which considers the characteristics of road data. Secondly, we devise an adaptive searching range mechanism to dynamically adjust the searching range for GPS samples based on their locations. As a result, $\mathtt {LiMM}$ can provide refined candidate sets for GPS samples and thus accelerate the map matching process. Extensive experiments are conducted with three large real-world GPS trajectory datasets. The results demonstrate that $\mathtt {LiMM}$ significantly reduces computation overheads by achieving an average speedup of $11.7\times$ than baseline methods, merely with a subtle accuracy loss of 1.8%.