English

Approximate nearest neighbors search without false negatives for $l_2$ for $c>\sqrt{\log\log{n}}$

Computational Geometry 2017-09-14 v3 Data Structures and Algorithms

Abstract

In this paper, we report progress on answering the open problem presented by Pagh~[14], who considered the nearest neighbor search without false negatives for the Hamming distance. We show new data structures for solving the cc-approximate nearest neighbors problem without false negatives for Euclidean high dimensional space Rd\mathcal{R}^d. These data structures work for any c=ω(loglogn)c = \omega(\sqrt{\log{\log{n}}}), where nn is the number of points in the input set, with poly-logarithmic query time and polynomial preprocessing time. This improves over the known algorithms, which require cc to be Ω(d)\Omega(\sqrt{d}). This improvement is obtained by applying a sequence of reductions, which are interesting on their own. First, we reduce the problem to dd instances of dimension logarithmic in nn. Next, these instances are reduced to a number of cc-approximate nearest neighbor search instances in (Rk)L\big(\mathbb{R}^k\big)^L space equipped with metric m(x,y)=max1iL(xiyi2)m(x,y) = \max_{1 \le i \le L}(\lVert x_i - y_i\rVert_2).

Keywords

Cite

@article{arxiv.1708.06395,
  title  = {Approximate nearest neighbors search without false negatives for $l_2$ for $c>\sqrt{\log\log{n}}$},
  author = {Piotr Sankowski and Piotr Wygocki},
  journal= {arXiv preprint arXiv:1708.06395},
  year   = {2017}
}