Geometric range searching

J Matoušek - ACM Computing Surveys (CSUR), 1994 - dl.acm.org
In geometric range searching, algorithmic problems of the following type are considered.
Given an n-point set P in the plane, build a data structure so that, given a query triangle R …

Approximate nearest neighbors: towards removing the curse of dimensionality

P Indyk, R Motwani - Proceedings of the thirtieth annual ACM …, 1998 - dl.acm.org
The nearest neighbor problem is the follolving: Given a set of n points P=(PI,..., p,} in some
metric space X, preprocess P so as to efficiently answer queries which require finding bhe …

An optimal algorithm for approximate nearest neighbor searching fixed dimensions

S Arya, DM Mount, NS Netanyahu… - Journal of the ACM …, 1998 - dl.acm.org
Consider a set of S of n data points in real d-dimensional space, Rd, where distances are
measured using any Minkowski metric. In nearest neighbor searching, we preprocess S into …

Diskann: Fast accurate billion-point nearest neighbor search on a single node

S Jayaram Subramanya, F Devvrit… - Advances in …, 2019 - proceedings.neurips.cc
Current state-of-the-art approximate nearest neighbor search (ANNS) algorithms generate
indices that must be stored in main memory for fast high-recall search. This makes them …

The fast Johnson–Lindenstrauss transform and approximate nearest neighbors

N Ailon, B Chazelle - SIAM Journal on computing, 2009 - SIAM
We introduce a new low-distortion embedding of \ell_2^d into \ell_p^O(\logn) (p=1,2) called
the fast Johnson–Lindenstrauss transform (FJLT). The FJLT is faster than standard random …

and Katherine Almeida, without all of whom this project would not have succeeded.

G Shakhnarovich, T Darrell, P Indyk - 2005 - direct.mit.edu
Regression and classification methods based on similarity of the input to stored examples
have been part of the arsenal in statistics and computer science for decades. Despite …

Approximate nearest neighbors and the fast Johnson-Lindenstrauss transform

N Ailon, B Chazelle - Proceedings of the thirty-eighth annual ACM …, 2006 - dl.acm.org
We introduce a new low-distortion embedding of l2d into lpO (log n)(p= 1, 2), called the Fast-
Johnson-Linden-strauss-Transform. The FJLT is faster than standard random projections …

[PDF][PDF] Efficient search for approximate nearest neighbor in high dimensional spaces

E Kushilevitz, R Ostrovsky, Y Rabani - Proceedings of the thirtieth …, 1998 - dl.acm.org
We address the problem of designing data structures that allow efficient search for
approximate nearest neighbors. More specifically, given a database consisting of a set of …

Approximate nearest neighbor search in high dimensions

A Andoni, P Indyk, I Razenshteyn - Proceedings of the International …, 2018 - World Scientific
The nearest neighbor problem is defined as follows: Given a set P of n points in some metric
space (X, D), build a data structure that, given any point q, returns a point in P that is closest …

Geometric range searching and its relatives

PK Agarwal, J Erickson - Contemporary Mathematics, 1999 - books.google.com
A typical range-searching problem has the following form: Pre-process a set S of points in R*
so that the points of S lying inside a query region can be reported or counted quickly. We …