Reverse top-k group nearest neighbor search

Tao Jiang,Yunjun Gao,Bin Zhang,Qing Liu,Lu Chen
DOI: https://doi.org/10.1007/978-3-642-38562-9_44
2013-01-01
Abstract:This paper identifies and solves a novel query, namely, R everse Top-k G roup N earest N eighbor (RkGNN) query. Given a data set P, a query object q, and two (user specified) parameters m and k, an RkGNN query finds k subsets, which have the least aggregate distances, such that each subset contains m data objects from P and has q in its group nearest neighbor. We formalize the RkGNN query. Then, we propose several algorithms for efficiently processing RkGNN queries. Our methods employ some effective pruning heuristics to prune away unqualified candidate subsets, utilize the sorting andthreshold mechanisms to shrink the search space, and make use of the advantages of lazy and spatial pruning techniques. Extensive experiments with both real and synthetic datasets demonstrate the performance of the proposed algorithms in terms of effectiveness and efficiency.
What problem does this paper attempt to address?