Title :
Fast Neighborhood Graph Search Using Cartesian Concatenation
Author :
Jing Wang ; Jingdong Wang ; Gang Zeng ; Rui Gan ; Shipeng Li ; Baining Guo
Abstract :
In this paper, we propose a new data structure for approximate nearest neighbor search. This structure augments the neighborhood graph with a bridge graph. We propose to exploit Cartesian concatenation to produce a large set of vectors, called bridge vectors, from several small sets of subvectors. Each bridge vector is connected with a few reference vectors near to it, forming a bridge graph. Our approach finds nearest neighbors by simultaneously traversing the neighborhood graph and the bridge graph in the best-first strategy. The success of our approach stems from two factors: the exact nearest neighbor search over a large number of bridge vectors can be done quickly, and the reference vectors connected to a bridge (reference) vector near the query are also likely to be near the query. Experimental results on searching over large scale datasets (SIFT, GISTand HOG) show that our approach outperforms state-of-the-art ANN search algorithms in terms of efficiency and accuracy. The combination of our approach with the IVFADC system [18] also shows superior performance over the BIGANN dataset of 1 billion SIFT features compared with the best previously published result.
Keywords :
approximation theory; data structures; graph theory; learning (artificial intelligence); search problems; ANN search algorithms; BIGANN dataset; Cartesian concatenation; GIST; HOG; IV-FADC system; SIFT; approximate nearest neighbor search; bridge graph; bridge vector; data structure; fast neighborhood graph search; machine learning; neighborhood graph; reference vectors; Accuracy; Approximation algorithms; Artificial neural networks; Bridges; Indexes; Quantization (signal); Vectors;
Conference_Titel :
Computer Vision (ICCV), 2013 IEEE International Conference on
Conference_Location :
Sydney, NSW
DOI :
10.1109/ICCV.2013.265