paper-with-me

Papers

Locally-Adaptive Quantization for Streaming Vector Search

2024-02-03 · Cecilia Aguerrebere, Mark Hildebrand, Ishwar Singh Bhati, Theodore Willke, Mariano Tepper

Retrieving the most similar vector embeddings to a given query among a massive collection of vectors has long been a key component of countless real-world applications. The recently introduced Retrieval-Augmented Generation is one of the most prominent examples. For many of these applications, the database evolves over time by inserting new data and removing outdated data. In these cases, the retrieval problem is known as streaming similarity search. While Locally-Adaptive Vector Quantization (LVQ), a highly efficient vector compression method, yields state-of-the-art search performance for non-evolving databases, its usefulness in the streaming setting has not been yet established. In this work, we study LVQ in streaming similarity search. In support of our evaluation, we introduce two improvements of LVQ: Turbo LVQ and multi-means LVQ that boost its search performance by up to 28% and 27%, respectively. Our studies show that LVQ and its new variants enable blazing fast vector search, outperforming its closest competitor by up to 9.4x for identically distributed data and by up to 8.8x under the challenging scenario of data distribution shifts (i.e., where the statistical distribution of the data changes over time). We release our contributions as part of Scalable Vector Search, an open-source library for high-performance similarity search.

📄 PDF Abstract BibTeX arXiv:2402.02044

Code (0)

등록된 구현이 없습니다.

Tasks

QuantizationRetrievalRetrieval-augmented Generation

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

Low-Precision Streaming PCA

2025-10-25 · Sanjoy Dasgupta, Syamantak Kumar, Shourya Pandey, Purnamrita Sarkar arxiv

Low-precision streaming PCA estimates the top principal component in a streaming setting under limited precision. We establish an information-theoretic lower bound on the quantization resolution required to achieve a tar…

Similarity search in the blink of an eye with compressed indices

2023-04-07 · Cecilia Aguerrebere, Ishwar Bhati, Mark Hildebrand, Mariano Tepper 외

Nowadays, data is represented by vectors. Retrieving those vectors, among millions and billions, that are similar to a given query is a ubiquitous problem, known as similarity search, of relevance for a wide range of app…

Quantization

Local Orthogonal Decomposition for Maximum Inner Product Search

2019-03-25 · Xiang Wu, Ruiqi Guo, Sanjiv Kumar, David Simcha

Inverted file and asymmetric distance computation (IVFADC) have been successfully applied to approximate nearest neighbor search and subsequently maximum inner product search. In such a framework, vector quantization is …

Quantization

CAGS: Color-Adaptive Volumetric Video Streaming with Dynamic 3D Gaussian Splatting

2026-05-10 · Daheng Yin, Yili Jin, Jianxin Shi, Isaac Ding 외 arxiv

Volumetric video (VV) streaming enables real-time, immersive access to remote 3D environments, powering telepresence, ecological monitoring, and robotic teleoperation. These applications turn VV streaming into a real-tim…

Locally Optimized Product Quantization for Approximate Nearest Neighbor Search

2014-06-01 · CVPR 2014 6 · Yannis Kalantidis, Yannis Avrithis

We present a simple vector quantizer that combines low distortion with fast search and apply it to approximate nearest neighbor (ANN) search in high dimensional spaces. Leveraging the very same data structure that is use…

Quantization