Fast and Accurate Hashing Via Iterative Nearest Neighbors Expansion.
Zhongming Jin,Debing Zhang,Yao Hu,Shiding Lin,Deng Cai,Xiaofei He
DOI: https://doi.org/10.1109/tcyb.2014.2302018
IF: 11.8
2014-01-01
IEEE Transactions on Cybernetics
Abstract:Recently, the hashing techniques have been widely applied to approximate the nearest neighbor search problem in many real applications. The basic idea of these approaches is to generate binary codes for data points which can preserve the similarity between any two of them. Given a query, instead of performing a linear scan of the entire data base, the hashing method can perform a linear scan of the points whose hamming distance to the query is not greater than r(h), where r(h) is a constant. However, in order to find the true nearest neighbors, both the locating time and the linear scan time are proportional to O(Sigma(rh)(i=0) ((c)(i)))) (c is the code length), which increase exponentially as r(h) increases. To address this limitation, we propose a novel algorithm named iterative expanding hashing in this paper, which builds an auxiliary index based on an offline constructed nearest neighbor table to avoid large r(h). This auxiliary index can be easily combined with all the traditional hashing methods. Extensive experimental results over various real large-scale datasets demonstrate the superiority of the proposed approach.