paper-with-me

Papers

Graph-Based Vector Search: An Experimental Evaluation of the State-of-the-Art

2025-02-08 · Ilias Azizi, Karima Echihabi, Themis Palpanas

Vector data is prevalent across business and scientific applications, and its popularity is growing with the proliferation of learned embeddings. Vector data collections often reach billions of vectors with thousands of dimensions, thus, increasing the complexity of their analysis. Vector search is the backbone of many critical analytical tasks, and graph-based methods have become the best choice for analytical tasks that do not require guarantees on the quality of the answers. We briefly survey in-memory graph-based vector search, outline the chronology of the different methods and classify them according to five main design paradigms: seed selection, incremental insertion, neighborhood propagation, neighborhood diversification, and divide-and-conquer. We conduct an exhaustive experimental evaluation of twelve state-of-the-art methods on seven real data collections, with sizes up to 1 billion vectors. We share key insights about the strengths and limitations of these methods; e.g., the best approaches are typically based on incremental insertion and neighborhood diversification, and the choice of the base graph can hurt scalability. Finally, we discuss open research directions, such as the importance of devising more sophisticated data-adaptive seed selection and diversification strategies.

📄 PDF Abstract BibTeX arXiv:2502.05575

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Fast Neighborhood Graph Search using Cartesian Concatenation

2013-12-11 · Jingdong Wang, Jing Wang, Gang Zeng, Rui Gan 외

In this paper, we propose a new data structure for approximate nearest neighbor search. This structure augments the neighborhood graph with a bridge graph. We propose to exploit Cartesian concatenation to produce a large…

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…

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

VectorTalker: SVG Talking Face Generation with Progressive Vectorisation

2023-12-18 · Hao Hu, Xuan Wang, Jingxiang Sun, Yanbo Fan 외

High-fidelity and efficient audio-driven talking head generation has been a key research topic in computer graphics and computer vision. In this work, we study vector image based audio-driven talking head generation. Com…

Face GenerationImage ReconstructionTalking Face GenerationTalking Head Generation

An Efficient Index for Visual Search in Appearance-based SLAM

2013-09-27 · Kiana Hajebi, Hong Zhang

Vector-quantization can be a computationally expensive step in visual bag-of-words (BoW) search when the vocabulary is large. A BoW-based appearance SLAM needs to tackle this problem for an efficient real-time operation.…

ClusteringQuantization