Efficient Bounds in Finding Aggregate Nearest Neighbors

  • Authors:
  • Sansarkhuu Namnandorj;Hanxiong Chen;Kazutaka Furuse;Nobuo Ohbo

  • Affiliations:
  • Dept.Computer Science, University of Tsukuba, Tsukuba, Japan 305;Dept.Computer Science, University of Tsukuba, Tsukuba, Japan 305;Dept.Computer Science, University of Tsukuba, Tsukuba, Japan 305;Dept.Computer Science, University of Tsukuba, Tsukuba, Japan 305

  • Venue:
  • DEXA '08 Proceedings of the 19th international conference on Database and Expert Systems Applications
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

Developed from Nearest Neighbor (NN) queries, Aggregate Nearest Neighbor (ANN) queries return the object that minimizes an aggregate distance function with respect to a set of query points. Because of the multiple query points, ANN queries are much more complex than NN queries. For optimizing the query processing and improving the query efficiency, many ANN queries algorithms utilizes pruning strategies, with or without an index structure. Obviously, the pruning effect highly depends on the tightness of the bound estimation. In this paper, we figure out a property in vector space and develop some efficient bound estimations for two most popular types of ANN queries. Based on these bounds, we design the indexed and non-index ANN algorithms, and conduct experimental studies. Our algorithms show good performance, especially for high dimensional queries, for both real dataset and synthetic datasets.