English

Lower Bounds on Near Neighbor Search via Metric Expansion

Data Structures and Algorithms 2010-05-05 v1 Computational Geometry

Abstract

In this paper we show how the complexity of performing nearest neighbor (NNS) search on a metric space is related to the expansion of the metric space. Given a metric space we look at the graph obtained by connecting every pair of points within a certain distance rr . We then look at various notions of expansion in this graph relating them to the cell probe complexity of NNS for randomized and deterministic, exact and approximate algorithms. For example if the graph has node expansion Φ\Phi then we show that any deterministic tt-probe data structure for nn points must use space SS where (St/n)t>Φ(St/n)^t > \Phi. We show similar results for randomized algorithms as well. These relationships can be used to derive most of the known lower bounds in the well known metric spaces such as l1l_1, l2l_2, ll_\infty by simply computing their expansion. In the process, we strengthen and generalize our previous results (FOCS 2008). Additionally, we unify the approach in that work and the communication complexity based approach. Our work reduces the problem of proving cell probe lower bounds of near neighbor search to computing the appropriate expansion parameter. In our results, as in all previous results, the dependence on tt is weak; that is, the bound drops exponentially in tt. We show a much stronger (tight) time-space tradeoff for the class of dynamic low contention data structures. These are data structures that supports updates in the data set and that do not look up any single cell too often.

Keywords

Cite

@article{arxiv.1005.0418,
  title  = {Lower Bounds on Near Neighbor Search via Metric Expansion},
  author = {Rina Panigrahy and Kunal Talwar and Udi Wieder},
  journal= {arXiv preprint arXiv:1005.0418},
  year   = {2010}
}

Comments

29 pages