Title :
Incremental Evaluation of Visible Nearest Neighbor Queries
Author :
Nutanong, Sarana ; Tanin, Egemen ; Zhang, Rui
Author_Institution :
Dept. of Comput. Sci. & Software Eng., Univ. of Melbourne (Parkville Campus), Melbourne, VIC, Australia
fDate :
5/1/2010 12:00:00 AM
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.
Keywords :
learning (artificial intelligence); query processing; visual databases; aggregate distance function; aggregate visible distance metric; incremental algorithm; k nearest neighbor; search process; spatial objects; visibility pruning; visible nearest neighbor queries; Geographical information systems; query processing.; spatial databases;
Journal_Title :
Knowledge and Data Engineering, IEEE Transactions on
DOI :
10.1109/TKDE.2009.158