On the least cost for proximity searching in metric spaces

  • Authors:
  • Karina Figueroa;Edgar Chávez;Gonzalo Navarro;Rodrigo Paredes

  • Affiliations:
  • Universidad Michoacana, México;Universidad Michoacana, México;Center for Web Research, Dept. of Computer Science, Universidad de Chile;Center for Web Research, Dept. of Computer Science, Universidad de Chile

  • Venue:
  • WEA'06 Proceedings of the 5th international conference on Experimental Algorithms
  • Year:
  • 2006

Quantified Score

Hi-index 0.00

Visualization

Abstract

Proximity searching consists in retrieving from a database those elements that are similar to a query. As the distance is usually expensive to compute, the goal is to use as few distance computations as possible to satisfy queries. Indexes use precomputed distances among database elements to speed up queries. As such, a baseline is AESA, which stores all the distances among database objects, but has been unbeaten in query performance for 20 years. In this paper we show that it is possible to improve upon AESA by using a radically different method to select promising database elements to compare against the query. Our experiments show improvements of up to 75% in document databases. We also explore the usage of our method as a probabilistic algorithm that may lose relevant answers. On a database of faces where any exact algorithm must examine virtually all elements, our probabilistic version obtains 85% of the correct answers by scanning only 10% of the database.