LGDBIRMLJun 27, 2012

On the Difficulty of Nearest Neighbor Search

arXiv:1206.6411v170 citations
Originality Incremental advance
AI Analysis

This work addresses a fundamental gap in understanding the inherent challenges of nearest neighbor search for researchers and practitioners in machine learning and data retrieval, though it is incremental as it builds on prior heuristic approaches.

The paper tackles the problem of measuring the difficulty of approximate nearest neighbor search in datasets by introducing a new measure called Relative Contrast, which evaluates how data characteristics like dimensionality and sparsity affect search complexity, and shows that it can explain the performance of existing methods like Local Sensitive Hashing and PCA-based algorithms.

Fast approximate nearest neighbor (NN) search in large databases is becoming popular. Several powerful learning-based formulations have been proposed recently. However, not much attention has been paid to a more fundamental question: how difficult is (approximate) nearest neighbor search in a given data set? And which data properties affect the difficulty of nearest neighbor search and how? This paper introduces the first concrete measure called Relative Contrast that can be used to evaluate the influence of several crucial data characteristics such as dimensionality, sparsity, and database size simultaneously in arbitrary normed metric spaces. Moreover, we present a theoretical analysis to prove how the difficulty measure (relative contrast) determines/affects the complexity of Local Sensitive Hashing, a popular approximate NN search method. Relative contrast also provides an explanation for a family of heuristic hashing algorithms with good practical performance based on PCA. Finally, we show that most of the previous works in measuring NN search meaningfulness/difficulty can be derived as special asymptotic cases for dense vectors of the proposed measure.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes