A reverse nearest neighbor search algorithm in metric space

蒋涛,冯玉才,李国徽,朱虹
DOI: https://doi.org/10.3321/j.issn:1671-4512.2009.08.007
2009-01-01
Abstract:Reverse k-nearest neighbor (RkNN) search is very useful in identifying the influence or the importance of objects. Existing methods for processing such search generally make use of traditional vector space index or metric space index, for example, R-tree or M-tree, to finish the task. However, we proposed an efficient RkNN algorithm, called RiDistance, which is different from conventional algorithms to process RkNN query, whose main idea is indexing the whole data set into a simple B+-tree to prune the search space such that the algorithm can early throw away the current compared object. Firstly, all objects are ordered at each dimension. Then, these objects are partitioned into many sub-partitions based on the ordered information, according to the partition principle of nearest neighbor, and the single dimensional distances are computed. At last, using a filter-refine search framework answers the RkNN query. The results of several experiments showed that RiDistance is effective and efficient because it can prune most search space and obtains several orders of magnitude performance improvement relative to sequential scan method in answering RkNN queries.
What problem does this paper attempt to address?