paper-with-me

홈 › Papers

A Comprehensive Survey and Experimental Comparison of Graph-Based Approximate Nearest Neighbor Search

2021-01-29 · Mengzhao Wang, Xiaoliang Xu, Qiang Yue, Yuxiang Wang

Approximate nearest neighbor search (ANNS) constitutes an important operation in a multitude of applications, including recommendation systems, information retrieval, and pattern recognition. In the past decade, graph-based ANNS algorithms have been the leading paradigm in this domain, with dozens of graph-based ANNS algorithms proposed. Such algorithms aim to provide effective, efficient solutions for retrieving the nearest neighbors for a given query. Nevertheless, these efforts focus on developing and optimizing algorithms with different approaches, so there is a real need for a comprehensive survey about the approaches' relative performance, strengths, and pitfalls. Thus here we provide a thorough comparative analysis and experimental evaluation of 13 representative graph-based ANNS algorithms via a new taxonomy and fine-grained pipeline. We compared each algorithm in a uniform test environment on eight real-world datasets and 12 synthetic datasets with varying sizes and characteristics. Our study yields novel discoveries, offerings several useful principles to improve algorithms, thus designing an optimized method that outperforms the state-of-the-art algorithms. This effort also helped us pinpoint algorithms' working portions, along with rule-of-thumb recommendations about promising research directions and suitable algorithms for practitioners in different fields.

📄 PDF Abstract BibTeX arXiv:2101.12631

Code (1)

Lsyhprum/WEAVESS 공식 구현

Tasks

Information RetrievalRecommendation SystemsRetrieval

Similar Papers 제목 키워드 기반

Experimental comparison of graph-based approximate nearest neighbor search algorithms on edge devices

2024-11-21 · Ali Ganbarov, Jicheng Yuan, Anh Le-Tuan, Manfred Hauswirth 외

In this paper, we present an experimental comparison of various graph-based approximate nearest neighbor (ANN) search algorithms deployed on edge devices for real-time nearest neighbor search applications, such as smart …

Autonomous Vehicles

A Comprehensive Survey of Dynamic Graph Neural Networks: Models, Frameworks, Benchmarks, Experiments and Challenges

2024-05-01 · ZhengZhao Feng, Rui Wang, Tianxing Wang, Mingli Song 외

Dynamic Graph Neural Networks (GNNs) combine temporal information with GNNs to capture structural, temporal, and contextual relationships in dynamic graphs simultaneously, leading to enhanced performance in various appli…

GPU

Tutorial and Survey on Probabilistic Graphical Model and Variational Inference in Deep Reinforcement Learning

2019-08-25 · Xudong Sun, Bernd Bischl

Aiming at a comprehensive and concise tutorial survey, recap of variational inference and reinforcement learning with Probabilistic Graphical Models are given with detailed derivations. Reviews and comparisons on recent …

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)+2

A Comprehensive Survey on Graph Summarization with Graph Neural Networks

2023-02-13 · Nasrin Shabani, Jia Wu, Amin Beheshti, Quan Z. Sheng 외

As large-scale graphs become more widespread, more and more computational challenges with extracting, processing, and interpreting large graph data are being exposed. It is therefore natural to search for ways to summari…

Graph AttentionSurvey

GPU-Accelerated Algorithms for Graph Vector Search: Taxonomy, Empirical Study, and Research Directions

2026-02-10 · Yaowen Liu, Xuejia Chen, Anxin Tian, Haoyang Li 외 arxiv

Approximate Nearest Neighbor Search (ANNS) underpins many large-scale data mining and machine learning applications, with efficient retrieval increasingly hinging on GPU acceleration as dataset sizes grow. Although graph…