TL;DR
This paper introduces GGNN, a GPU-optimized nearest neighbor graph structure that accelerates index construction and search in high-dimensional spaces, outperforming existing CPU and GPU methods in speed and accuracy.
Contribution
The paper presents a novel GPU-friendly graph-based index structure for approximate nearest neighbor search, focusing on fast construction and high-quality search results.
Findings
GGNN significantly reduces index build time.
GGNN achieves higher search accuracy.
GGNN outperforms state-of-the-art methods in speed and accuracy.
Abstract
Approximate nearest neighbor (ANN) search in high dimensions is an integral part of several computer vision systems and gains importance in deep learning with explicit memory representations. Since PQT, FAISS, and SONG started to leverage the massive parallelism offered by GPUs, GPU-based implementations are a crucial resource for today's state-of-the-art ANN methods. While most of these methods allow for faster queries, less emphasis is devoted to accelerating the construction of the underlying index structures. In this paper, we propose a novel GPU-friendly search structure based on nearest neighbor graphs and information propagation on graphs. Our method is designed to take advantage of GPU architectures to accelerate the hierarchical construction of the index structure and for performing the query. Empirical evaluation shows that GGNN significantly surpasses the state-of-the-art…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
