Order Preserving Hashing for Approximate Nearest Neighbor Search

Jianfeng Wang,Jingdong Wang,Nenghai Yu,Shipeng Li
DOI: https://doi.org/10.1145/2502081.2502100
2013-01-01
Abstract:In this paper, we propose a novel method to learn similarity-preserving hash functions for approximate nearest neighbor (NN) search. The key idea is to learn hash functions by maximizing the alignment between the similarity orders computed from the original space and the ones in the hamming space. The problem of mapping the NN points into different hash codes is taken as a classification problem in which the points are categorized into several groups according to the hamming distances to the query. The hash functions are optimized from the classifiers pooled over the training points. Experimental results demonstrate the superiority of our approach over existing state-of-the-art hashing techniques.
What problem does this paper attempt to address?