A Learning Framework For Nearest Neighbor Search | Awesome Learning to Hash Add your paper to Learning2Hash

A Learning Framework For Nearest Neighbor Search

Lawrence Cayton, Sanjoy Dasgupta. Neural Information Processing Systems 2007

[Paper]    
NEURIPS Theory

Can we leverage learning techniques to build a fast nearest-neighbor (NN) retrieval data structure? We present a general learning framework for the NN problem in which sample queries are used to learn the parameters of a data structure that minimize the retrieval time and/or the miss rate. We explore the potential of this novel framework through two popular NN data structures: KD-trees and the rectilinear structures employed by locality sensitive hashing. We derive a generalization theory for these data structure classes and present simple learning algorithms for both. Experimental results reveal that learning often improves on the already strong performance of these data structures.

Similar Work