Improving Reverse k Nearest Neighbors Queries
Lixin Ye

TL;DR
This paper introduces a new efficient algorithm for reverse k nearest neighbor queries using conic-based verification on VoR-tree, significantly outperforming existing methods in computational efficiency.
Contribution
The paper presents a novel conic-based verification method for RkNN queries and implements an efficient algorithm on VoR-tree with improved complexity.
Findings
Our algorithm achieves higher efficiency than state-of-the-art methods.
Experimental results confirm significant performance improvements.
Complexity is reduced to O(k^{1.5} log k) for RkNN verification.
Abstract
The reverse nearest neighbor query finds all points that have the query point as one of their nearest neighbors, where the NN query finds the closest points to its query point. Based on conics, we propose an efficent RNN verification method. By using the proposed verification method, we implement an efficient RNN algorithm on VoR-tree, which has a computational complexity of . The comparative experiments are conducted between our algorithm and other two state-of-the-art RNN algorithms. The experimental results indicate that the efficiency of our algorithm is significantly higher than its competitors.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Management and Algorithms · Graph Theory and Algorithms
