Compressing Large Scale Urban Trajectory Data.

Kuien Liu,Yaguang Li,Jian Dai,Shuo Shang,Kai Zheng
DOI: https://doi.org/10.1145/2592784.2592787
2014-01-01
Abstract:With the increasing size of trajectory data generated by location-based services and applications which are built from inexpensive GPS-enabled devices in urban environments, the need for compressing large scale trajectories becomes obvious. This paper proposes a scalable urban trajectory compression scheme (SUTC) that can compress a set of trajectories collectively by exploiting common movement behaviors among the urban moving objects such as vehicles and smartphone users. SUTC exploits that urban objects moving in similar behaviors naturally, especially large-scale of human and vehicle which are moving constrained by some geographic context (e.g., road networks or routes). To exploit redundancy across a large set of trajectories, SUTC first transforms trajectory sequences from Euclidean space to network-constrained space and represents each trajectory with a sequence of symbolic positions in textual domain. Then, SUTC performs compression by encoding the symbolic sequences with general-purpose compression methods. The key challenge in this process is how to transform the trajectory data from spatio-temporal domain to textual domain without introducing unbounded error. We develop two strategies (i.e., velocity-based symbolization, and beacon-based symbolization) to enrich the symbol sequences and achieves high compression ratios by sacrificing a little bit the decoding accuracy. Besides, we also optimize the organization of trajectory data in order to adapt it to practical compression algorithms, and increase the efficiency of compressing processes. Our experiments on real large-scale trajectory datasets demonstrate the superiority and feasibility of the our proposed algorithms.
What problem does this paper attempt to address?