Multi-scale Trajectory Data Management and Query

Lai Tu,Jing Wen,Benxiong Huang,Dan Tan
DOI: https://doi.org/10.1109/DASC/PiCom/DataCom/CyberSciTec.2018.00036
2018-01-01
Abstract:In recent years, with the development of Internet big data, the popularity of mobile terminals, and the extensive services of the LBS platform, mass-level trajectory data has been formed. Due to the large amount of data, various types, different sampling frequency, and storage of point sequences of spatio-temporal data, researchers often need to perform a series of processing to convert the original data into available data for trajectory mining and analysis. In this paper, we study the management of multi-scale trajectories and provide an ordered KNN query for it. In our paper, we first propose a data model based on trajectory segments(DMTS) for multi-scale trajectories. The model converts the trajectory from the original sampling point to a form of trajectory segment that is easy to understand and organize. Next, we propose a fast ordered KNN query based on DMTS, and verify the correctness and efficiency of the algorithm by several experiments. The innovations in this paper mainly include: (1) Propose DMTS-based organization and management for trajectory data, which will effectively improve the efficiency of trajectory mining and analysis. By dividing the trajectory into moving objects, point objects, and trajectory objects, the DMTS will be applied to multi-scale heterogeneous trajectory data. (2) A fast ordered KNN query based on DMTS is proposed. Firstly, we use shape-based compression to reduce the amount of data and complexity of calculation. Secondly, we approve the measurement of trajectory distance from point-to-point distance to point-to-segment projection distance, which improves the accuracy and efficiency of querying heterogeneous trajectory data.
What problem does this paper attempt to address?