English

Fast and Bayes-consistent nearest neighbors

Statistics Theory 2020-04-17 v3 Machine Learning Machine Learning Statistics Theory

Abstract

Research on nearest-neighbor methods tends to focus somewhat dichotomously either on the statistical or the computational aspects -- either on, say, Bayes consistency and rates of convergence or on techniques for speeding up the proximity search. This paper aims at bridging these realms: to reap the advantages of fast evaluation time while maintaining Bayes consistency, and further without sacrificing too much in the risk decay rate. We combine the locality-sensitive hashing (LSH) technique with a novel missing-mass argument to obtain a fast and Bayes-consistent classifier. Our algorithm's prediction runtime compares favorably against state of the art approximate NN methods, while maintaining Bayes-consistency and attaining rates comparable to minimax. On samples of size nn in Rd\R^d, our pre-processing phase has runtime O(dnlogn)O(d n \log n), while the evaluation phase has runtime O(dlogn)O(d\log n) per query point.

Keywords

Cite

@article{arxiv.1910.05270,
  title  = {Fast and Bayes-consistent nearest neighbors},
  author = {Klim Efremenko and Aryeh Kontorovich and Moshe Noivirt},
  journal= {arXiv preprint arXiv:1910.05270},
  year   = {2020}
}
R2 v1 2026-06-23T11:41:13.914Z