paper-with-me

Papers

CAGRA: Highly Parallel Graph Construction and Approximate Nearest Neighbor Search for GPUs

2023-08-29 · Hiroyuki Ootomo, Akira Naruse, Corey Nolet, Ray Wang, Tamas Feher, Yong Wang

Approximate Nearest Neighbor Search (ANNS) plays a critical role in various disciplines spanning data mining and artificial intelligence, from information retrieval and computer vision to natural language processing and recommender systems. Data volumes have soared in recent years and the computational cost of an exhaustive exact nearest neighbor search is often prohibitive, necessitating the adoption of approximate techniques. The balanced performance and recall of graph-based approaches have more recently garnered significant attention in ANNS algorithms, however, only a few studies have explored harnessing the power of GPUs and multi-core processors despite the widespread use of massively parallel and general-purpose computing. To bridge this gap, we introduce a novel parallel computing hardware-based proximity graph and search algorithm. By leveraging the high-performance capabilities of modern hardware, our approach achieves remarkable efficiency gains. In particular, our method surpasses existing CPU and GPU-based methods in constructing the proximity graph, demonstrating higher throughput in both large- and small-batch searches while maintaining compatible accuracy. In graph construction time, our method, CAGRA, is 2.2~27x faster than HNSW, which is one of the CPU SOTA implementations. In large-batch query throughput in the 90% to 95% recall range, our method is 33~77x faster than HNSW, and is 3.8~8.8x faster than the SOTA implementations for GPU. For a single query, our method is 3.4~53x faster than HNSW at 95% recall.

📄 PDF Abstract BibTeX arXiv:2308.15136

Code (2)

rapidsai/raft 공식 구현 pytorch
rapidsai/cuvs

Tasks

CPUGPUgraph constructionInformation RetrievalRecommendation Systems

Similar Papers 제목 키워드 기반

GPU-Accelerated ANNS: Quantized for Speed, Built for Change

2026-01-11 · Hunter McCoy, Zikun Wang, Prashant Pandey arxiv

Approximate nearest neighbor search (ANNS) is a core problem in machine learning and information retrieval applications. GPUs offer a promising path to high-performance ANNS: they provide massive parallelism for distance…

Information Retrieval

Parallel Mapper

2017-12-11 · Mustafa Hajij, Basem Assiri, Paul Rosen

The construction of Mapper has emerged in the last decade as a powerful and effective topological data analysis tool that approximates and generalizes other topological summaries, such as the Reeb graph, the contour tree…

Topological Data Analysis

Approximate k-space models and Deep Learning for fast photoacoustic reconstruction

2018-07-09 · Andreas Hauptmann, Ben Cox, Felix Lucka, Nam Huynh 외

We present a framework for accelerated iterative reconstructions using a fast and approximate forward model that is based on k-space methods for photoacoustic tomography. The approximate model introduces aliasing artefac…

Deep Learning

Conflict-Averse Gradient Descent for Multi-task Learning

2021-10-26 · NeurIPS 2021 12 · Bo Liu, Xingchao Liu, Xiaojie Jin, Peter Stone 외

The goal of multi-task learning is to enable more efficient learning than single task learning by sharing model structures for a diverse set of tasks. A standard multi-task learning objective is to minimize the average l…

Multi-Task Learning

Conflict-Averse Gradient Optimization of Ensembles for Effective Offline Model-Based Optimization

2023-03-31 · Sathvik Kolli

Data-driven offline model-based optimization (MBO) is an established practical approach to black-box computational design problems for which the true objective function is unknown and expensive to query. However, the sta…