Space-time tradeoffs for proximity searching in doubling spaces

TitleSpace-time tradeoffs for proximity searching in doubling spaces
Publication TypeJournal Articles
Year of Publication2008
AuthorsArya S, Mount D, Vigneron A, Xia J
JournalAlgorithms-ESA 2008
Pagination112 - 123
Date Published2008///
Abstract

We consider approximate nearest neighbor searching in metric spaces of constant doubling dimension. More formally, we are given a set S of n points and an error bound ε> 0. The objective is to build a data structure so that given any query point q in the space, it is possible to efficiently determine a point of S whose distance from q is within a factor of (1 + ε) of the distance between q and its nearest neighbor in S. In this paper we obtain the following space-time tradeoffs. Given a parameter γ ∈ [2,1/ε], we show how to construct a data structure of space nO(dim)log(1) space that can answer queries in time O(log(n))+(1())O(dim) . This is the first result that offers space-time tradeoffs for approximate nearest neighbor queries in doubling spaces. At one extreme it nearly matches the best result currently known for doubling spaces, and at the other extreme it results in a data structure that can answer queries in time O(log(n/ε)), which matches the best query times in Euclidean space. Our approach involves a novel generalization of the AVD data structure from Euclidean space to doubling space.

DOI10.1007/978-3-540-87744-8_10