On efficient mutual nearest neighbor query processing in spatial databases

作者:

Highlights:

摘要

This paper studies a new form of nearest neighbor queries in spatial databases, namely, mutual nearest neighbor (MNN) search. Given a set D of objects and a query object q, an MNN query returns from D, the set of objects that are among the k1 (⩾1) nearest neighbors (NNs) of q; meanwhile, have q as one of their k2 (⩾1) NNs. Although MNN queries are useful in many applications involving decision making, data mining, and pattern recognition, it cannot be efficiently handled by existing spatial query processing approaches. In this paper, we present the first piece of work for tackling MNN queries efficiently. Our methods utilize a conventional data-partitioning index (e.g., R-tree, etc.) on the dataset, employ the state-of-the-art database techniques including best-first based k nearest neighbor (kNN) retrieval and reverse kNN search with TPL pruning, and make use of the advantages of batch processing and reusing technique. An extensive empirical study, based on experiments performed using both real and synthetic datasets, has been conducted to demonstrate the efficiency and effectiveness of our proposed algorithms under various experimental settings.

论文关键词:Query processing,Nearest neighbor,Spatial databases,Algorithm

论文评审过程:Received 6 August 2008, Revised 9 April 2009, Accepted 9 April 2009, Available online 4 May 2009.

论文官网地址:https://doi.org/10.1016/j.datak.2009.04.004