Boosting Moving Object Indexing through Velocity Partitioning
Thi Nguyen, Zhen He, Rui Zhang, Phillip Ward

TL;DR
This paper introduces velocity partitioning (VP), a technique that exploits skewed velocity distributions in moving objects to significantly improve query processing efficiency in spatial indexes.
Contribution
The paper proposes a novel velocity partitioning method using PCA and k-means to create multiple indexes aligned with dominant velocity axes, reducing search space expansion.
Findings
VP improves query processing speed in moving object indexes.
Applying VP to TPR*-tree and Bx-tree enhances their performance.
Velocity-based partitioning reduces search space growth from quadratic to near linear.
Abstract
There have been intense research interests in moving object indexing in the past decade. However, existing work did not exploit the important property of skewed velocity distributions. In many real world scenarios, objects travel predominantly along only a few directions. Examples include vehicles on road networks, flights, people walking on the streets, etc. The search space for a query is heavily dependent on the velocity distribution of the objects grouped in the nodes of an index tree. Motivated by this observation, we propose the velocity partitioning (VP) technique, which exploits the skew in velocity distribution to speed up query processing using moving object indexes. The VP technique first identifies the "dominant velocity axes (DVAs)" using a combination of principal components analysis (PCA) and k-means clustering. Then, a moving object index (e.g., a TPR-tree) is created…
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 · Automated Road and Building Extraction · Human Mobility and Location-Based Analysis
