Deep Trajectory Similarity Model: A Fast Method For Trajectory Similarity Computation

Ruobing Zhang,Jiayi Guo,Jianming Hu,Xin Pei
DOI: https://doi.org/10.1061/9780784482582.002
2019-01-01
Abstract:Measuring trajectory similarity is a fundamental problem in the trajectory data mining field, and many similarity measurement methods had been proposed, such as dynamic time wrapping (DTW). However, these methods are dynamic programming problems, and dynamic programming problem usually leads to quadratic computational complexity. Thus, many acceleration algorithms were proposed. In this article, we proposed a deep neural network (DNN) based supervised similarity model, deep trajectory similarity model, to fit DTW similarity and to keep accuracy and orderliness. In the training process, we used low-frequency GPS trajectory data in Beijing as input data and used the DTW similarity of trajectory pairs as labels. In the test process, the model predicted the DTW similarity between two GPS trajectories. Experiments in this article indicated that deep trajectory similarity model could greatly decrease over 20% computation time than the acceleration algorithm of DTW similarity, FastDTW algorithm, and keep over 90% accuracy and over 97% orderliness. Experiments result indicated that the DTSM model has great potential in big data scenario.
What problem does this paper attempt to address?