English

Adaptive Estimation for Approximate k-Nearest-Neighbor Computations

Data Structures and Algorithms 2020-03-25 v1 Machine Learning Machine Learning

Abstract

Algorithms often carry out equally many computations for "easy" and "hard" problem instances. In particular, algorithms for finding nearest neighbors typically have the same running time regardless of the particular problem instance. In this paper, we consider the approximate k-nearest-neighbor problem, which is the problem of finding a subset of O(k) points in a given set of points that contains the set of k nearest neighbors of a given query point. We propose an algorithm based on adaptively estimating the distances, and show that it is essentially optimal out of algorithms that are only allowed to adaptively estimate distances. We then demonstrate both theoretically and experimentally that the algorithm can achieve significant speedups relative to the naive method.

Keywords

Cite

@article{arxiv.1902.09465,
  title  = {Adaptive Estimation for Approximate k-Nearest-Neighbor Computations},
  author = {Daniel LeJeune and Richard G. Baraniuk and Reinhard Heckel},
  journal= {arXiv preprint arXiv:1902.09465},
  year   = {2020}
}

Comments

11 pages, 2 figures. To appear in AISTATS 2019

R2 v1 2026-06-23T07:50:28.513Z