Efficient Trajectory Compression and Range Query Processing
Hongbo Yin, Hong Gao, Binghao Wang, Sirui Li, Jianzhong Li

TL;DR
This paper introduces a new trajectory compression algorithm, ROCE, that balances accuracy, speed, and compression rate, along with an efficient range query method for compressed trajectories, improving performance on large GPS datasets.
Contribution
The paper presents ROCE, an online trajectory compression algorithm with error bounds, and a novel range query method tailored for compressed trajectories, along with an efficient indexing structure.
Findings
ROCE achieves a good balance between accuracy, speed, and compression rate.
The RQC range query method effectively handles sparse, compressed trajectory data.
Experimental results show significant performance improvements over existing methods.
Abstract
Nowadays, there are ubiquitousness of GPS sensors in various devices collecting, transmitting and storing tremendous trajectory data. However, such an unprecedented scale of GPS data has posed an urgent demand for not only an effective storage mechanism but also an efficient query mechanism. Line simplification in online mode, searving as a mainstream trajectory compression method, plays an important role to attack this issue. But for the existing algorithms, either their time cost is extremely high, or the accuracy loss after the compression is completely unacceptable. To attack this issue, we propose Region based Online trajectory Compression with Error bounded (ROCE for short), which makes the best balance among the accuracy loss, the time cost and the compression rate. The range query serves as a primitive, yet quite essential operation on analyzing trajectories. Each…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Management and Algorithms · Algorithms and Data Compression · Advanced Database Systems and Queries
