k-Nearest neighbor query processing method based on distance relation pattern

  • Authors:
  • Yonghun Park;Dongmin Seo;Kyoungsoo Bok;Jaesoo Yoo

  • Affiliations:
  • Chungbuk National University, Cheongju, South Korea;Korea Institute of Science and Technology Information, Daejeon, South Korea;Chungbuk National University, Cheongju, South Korea;Chungbuk National University, Cheongju, South Korea

  • Venue:
  • Proceedings of the 20th ACM international conference on Information and knowledge management
  • Year:
  • 2011

Quantified Score

Hi-index 0.00

Visualization

Abstract

The k-nearest neighbor (k-NN) query is one of the most important query types for location based services (LBS). Various methods have been proposed to efficiently process the k-NN query. However, most of the existing methods suffer from high computation time and larger memory requirement because they unnecessarily access cells to find the nearest cells on a grid index. In this paper, we propose a new efficient method, called Pattern Based k-NN (PB-kNN) to process the k-NN query. The proposed method uses the patterns of the distance relationships among the cells in a grid index. The basic idea is to normalize the distance relationships as certain patterns. Using this approach, PB-kNN significantly improves the overall performance of the query processing. It is shown through various experiments that our proposed method outperforms the existing methods in terms of query processing time and storage overhead.