Fast Approximate Nearest Neighbor Search With The Navigating Spreading-out Graph.
The approximate nearest neighbor search (ANNS) is a fundamental problem in machine learning and data mining. An ANNS algorithm is required to be efficient on both memory use and search performance. Recently, graph-based methods have achieved revolutionary performance on public datasets. The search algorithm on a graph is a greedy algorithm. It can be applied to various graph structures and shows promising performance. Recent improvements of the graph-based methods mainly focus on two aspects: (1) Some provide better initial search position to prevent the search from being stuck in some local optima, which is far away from the correct answers. (2) Others try to construct better graphs for faster traversing and neighbor locating. In our observation, an ideal graph for search should consider four aspects, (1) lowering the average out-degree of the graph for fast traversing; (2) ensuring the connectivity of the graph; (3) avoiding detours; and (4) avoiding additional index structures to reduce the index size. None of the previous methods take all these four aspects into consideration simultaneously, which prevents them from achieving better performance. In this paper, we present a novel graph structure named Navigating Spreading-out Graph (NSG) to take the four aspects into account simultaneously. Extensive experiments show that our algorithm outperforms all the existing algorithms significantly. What's more, our algorithm outperforms the existing approach of Taobao (Alibaba Group) and has been integrated into their search engine for billion-scale search.
Publisher URL: http://arxiv.org/abs/1707.00143
DOI: arXiv:1707.00143v4
Keeping up-to-date with research can feel impossible, with papers being published faster than you'll ever be able to read them. That's where Researcher comes in: we're simplifying discovery and making important discussions happen. With over 19,000 sources, including peer-reviewed journals, preprints, blogs, universities, podcasts and Live events across 10 research areas, you'll never miss what's important to you. It's like social media, but better. Oh, and we should mention - it's free.
Researcher displays publicly available abstracts and doesn’t host any full article content. If the content is open access, we will direct clicks from the abstracts to the publisher website and display the PDF copy on our platform. Clicks to view the full text will be directed to the publisher website, where only users with subscriptions or access through their institution are able to view the full article.