Efficient Evaluation of k-Range Nearest Neighbor Queries in Road Networks

  • Authors:
  • Jie Bao;Chi-Yin Chow;Mohamed F. Mokbel;Wei-Shinn Ku

  • Affiliations:
  • -;-;-;-

  • Venue:
  • MDM '10 Proceedings of the 2010 Eleventh International Conference on Mobile Data Management
  • Year:
  • 2010

Quantified Score

Hi-index 0.00

Visualization

Abstract

A k-Range Nearest Neighbor (or kRNN for short) query in road networks finds the k nearest neighbors of every point on the road segments within a given query region based on the network distance. The kRNN query is significantly important for location-based applications in many realistic scenarios. For example, (1) the user’s location is uncertain, i.e., user’s location is modeled by a spatial region, and (2) the user is not willing to reveal her exact location to preserve her privacy, i.e., her location is blurred into a spatial region. However, the existing solutions for kRNN queries simply apply the traditional k-nearest neighbor query processing algorithm multiple times, which poses a huge redundant searching overhead. To this end, we propose an efficient kRNN query processing algorithm in this paper. Our algorithm (1) employs a shared execution approach to eliminate the redundant searching overhead, and (2) provides a parameter that can be tuned to achieve a tradeoff between the query processing performance and the storage overhead, while guaranteeing the user’s exact k-nearest neighbors are included in the query answers. The experimental results show that our algorithm always outperforms the existing solution in terms of query response time, and the introduced tuning parameter is an effective way to achieve the tradeoff between the query response time and the storage overhead.