Yotam Harchol: "Nearest Neighbor Search in O(1) Using TCAM"
The nearest-neighbor search (NN) is a classic problem in computer science with vast applications in computer vision. Given a database of points in ${\mathbb R}^d$ and a query point, NN search tries to obtain the data point closest to the query point under some metric distance. However, in many settings such searches are known to suffer from the notorious curse of dimensionality, where running time grows exponentially with $d$ (in optimized solutions). This causes severe performance degradation when working in high-dimensional spaces.