Parameter-free Locality Sensitive Hashing For Spherical Range Reporting
Ahle Thomas D., Aumüller Martin, Pagh Rasmus. Arxiv 2016
[Paper]
ARXIV
Independent
LSH
We present a data structure for spherical range reporting on a point set
, i.e., reporting all points in that lie within radius of a given
query point . Our solution builds upon the Locality-Sensitive Hashing (LSH)
framework of Indyk and Motwani, which represents the asymptotically best
solutions to near neighbor problems in high dimensions. While traditional LSH
data structures have several parameters whose optimal values depend on the
distance distribution from to the points of , our data structure is
parameter-free, except for the space usage, which is configurable by the user.
Nevertheless, its expected query time basically matches that of an LSH data
structure whose parameters have been optimally chosen for the data and query
in question under the given space constraints. In particular, our data
structure provides a smooth trade-off between hard queries (typically addressed
by standard LSH) and easy queries such as those where the number of points to
report is a constant fraction of , or where almost all points in are far
away from the query point. In contrast, known data structures fix LSH
parameters based on certain parameters of the input alone.
The algorithm has expected query time bounded by , where
is the number of points to report and depends on the data
distribution and the strength of the LSH family used. We further present a
parameter-free way of using multi-probing, for LSH families that support it,
and show that for many such families this approach allows us to get expected
query time close to , which is the best we can hope to achieve
using LSH. The previously best running time in high dimensions was . For many data distributions where the intrinsic dimensionality of the
point set close to is low, we can give improved upper bounds on the
expected query time.
Similar Work