English

Improving Reverse k Nearest Neighbors Queries

Databases 2023-09-01 v2 Computational Geometry

Abstract

The reverse kk nearest neighbor query finds all points that have the query point as one of their kk nearest neighbors, where the kkNN query finds the kk closest points to its query point. Based on conics, we propose an efficent RkkNN verification method. By using the proposed verification method, we implement an efficient RkkNN algorithm on VoR-tree, which has a computational complexity of O(k1.5logk)O(k^{1.5}\cdot log\,k). The comparative experiments are conducted between our algorithm and other two state-of-the-art RkkNN algorithms. The experimental results indicate that the efficiency of our algorithm is significantly higher than its competitors.

Keywords

Cite

@article{arxiv.2005.08483,
  title  = {Improving Reverse k Nearest Neighbors Queries},
  author = {Lixin Ye},
  journal= {arXiv preprint arXiv:2005.08483},
  year   = {2023}
}

Comments

arXiv admin note: text overlap with arXiv:1911.02788 by other authors

R2 v1 2026-06-23T15:36:54.298Z