VGQ-Vor: extending virtual grid quadtree with Voronoi diagram for mobile k nearest neighbor queries over mobile objects

  • Authors:
  • Botao Wang;Jingwei Qu;Xiaosong Wang;Guoren Wang;Masaru Kitsuregawa

  • Affiliations:
  • Department of Information Science and Engineering, Northeastern University, Shenyang, China 110004;Department of Information Science and Engineering, Northeastern University, Shenyang, China 110004;Department of Information Science and Engineering, Northeastern University, Shenyang, China 110004;Department of Information Science and Engineering, Northeastern University, Shenyang, China 110004;Institute of Industrial Science, the University of Tokyo, Tokyo, Japan 153-8505

  • Venue:
  • Frontiers of Computer Science: Selected Publications from Chinese Universities
  • Year:
  • 2013

Quantified Score

Hi-index 0.00

Visualization

Abstract

Performing mobile k nearest neighbor (MkNN) queries whilst also being mobile is a challenging problem. All the mobile objects issuing queries and/or being queried aremobile. The performance of this kind of query relies heavily on the maintenance of the current locations of the objects. The index used for mobile objects must support efficient update operations and efficient query handling. This study aims to improve the performance of the MkNN queries while reducing update costs. Our approach is based on an observation that the frequency of one region changing between being occupied or not by mobile objects is much lower than the frequency of the position changes reported by the mobile objects. We first propose an virtual grid quadtree with Voronoi diagram(VGQ-Vor), which is a two-layer index structure that indexes regions occupied by mobile objects in a quadtree and builds a Voronoi diagram of the regions. Then we propose a moving k nearest neighbor (kNN) query algorithm on the VGQ-Vor and prove the correctness of the algorithm. The experimental results show that the VGQ-Vor outperforms the existing techniques (Bx-tree, Bdual-tree) by one to three orders of magnitude in most cases.