Fast Approximate Nearest Neighbor Search Via K-Diverse Nearest Neighbor Graph.

Yan Xiao,Jiafeng Guo,Yanyan Lan,Jun Xu,Xueqi Cheng
DOI: https://doi.org/10.1609/aaai.v32i1.12138
2018-01-01
Proceedings of the AAAI Conference on Artificial Intelligence
Abstract:Approximate nearest neighbor search is a fundamental problem and has been studied for a few decades. Recently graph-based indexing methods have demonstrated their great efficiency, whose main idea is to construct neighborhood graph offline and perform a greedy search starting from some sampled points of the graph online. Most existing graph-based methods focus on either the precise k -nearest neighbor ( k -NN) graph which has good exploitation ability, or the diverse graph which has good exploration ability. In this paper, we propose the k -diverse nearest neighbor ( k -DNN) graph, which balances the precision and diversity of the graph, leading to good exploitation and exploration abilities simultaneously. We introduce an efficient indexing algorithm for the construction of the k -DNN graph inspired by a well-known diverse ranking algorithm in information retrieval (IR). Experimental results show that our method can outperform both state-of-the-art precise graph and diverse graph methods.
What problem does this paper attempt to address?