Title :
Fast and Accurate Hashing Via Iterative Nearest Neighbors Expansion
Author :
Zhongming Jin ; Debing Zhang ; Yao Hu ; Shiding Lin ; Deng Cai ; Xiaofei He
Author_Institution :
State Key Lab. of Comput.-Aided Design & Comput. Graphics, Zhejiang Univ., Hangzhou, China
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 rh, where rh 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(Σi=0rh (ic )) (c is the code length), which increase exponentially as rh 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 rh. 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.
Keywords :
Hamming codes; binary codes; file organisation; iterative methods; query processing; search problems; binary codes; data points; hamming distance; hashing method; hashing techniques; iterative expanding hashing; iterative nearest neighbor expansion; linear scan time; nearest neighbor search problem; offline constructed nearest neighbor table; Approximation algorithms; Artificial neural networks; Binary codes; Encoding; Hamming distance; Indexes; Vectors; Hashing; KD-tree; indexing; nearest neighbor (NN) search;
Journal_Title :
Cybernetics, IEEE Transactions on
DOI :
10.1109/TCYB.2014.2302018