Incremental Evaluation of Visible Nearest Neighbor Queries

Sarana Nutanong,Egemen Tanin,Rui Zhang
DOI: https://doi.org/10.1109/tkde.2009.158
IF: 9.235
2010-01-01
IEEE Transactions on Knowledge and Data Engineering
Abstract:In many applications involving spatial objects, we are only interested in objects that are directly visible from query points. In this paper, we formulate the visible k nearest neighbor (VkNN) query and present incremental algorithms as a solution, with two variants differing in how to prune objects during the search process. One variant applies visibility pruning to only objects, whereas the other variant applies visibility pruning to index nodes as well. Our experimental results show that the latter outperforms the former. We further propose the aggregate VkNN query that finds the visible k nearest objects to a set of query points based on an aggregate distance function. We also propose two approaches to processing the aggregate VkNN query. One accesses the database via multiple VkNN queries, whereas the other issues an aggregate k nearest neighbor query to retrieve objects from the database and then re-rank the results based on the aggregate visible distance metric. With extensive experiments, we show that the latter approach consistently outperforms the former one.
What problem does this paper attempt to address?