paper-with-me

Papers

Norm-Explicit Quantization: Improving Vector Quantization for Maximum Inner Product Search

2019-11-12 · Xinyan Dai, Xiao Yan, Kelvin K. W. Ng, Jie Liu, James Cheng

Vector quantization (VQ) techniques are widely used in similarity search for data compression, fast metric computation and etc. Originally designed for Euclidean distance, existing VQ techniques (e.g., PQ, AQ) explicitly or implicitly minimize the quantization error. In this paper, we present a new angle to analyze the quantization error, which decomposes the quantization error into norm error and direction error. We show that quantization errors in norm have much higher influence on inner products than quantization errors in direction, and small quantization error does not necessarily lead to good performance in maximum inner product search (MIPS). Based on this observation, we propose norm-explicit quantization (NEQ) --- a general paradigm that improves existing VQ techniques for MIPS. NEQ quantizes the norms of items in a dataset explicitly to reduce errors in norm, which is crucial for MIPS. For the direction vectors, NEQ can simply reuse an existing VQ technique to quantize them without modification. We conducted extensive experiments on a variety of datasets and parameter configurations. The experimental results show that NEQ improves the performance of various VQ techniques for MIPS, including PQ, OPQ, RQ and AQ.

📄 PDF Abstract BibTeX arXiv:1911.04654

Code (2)

xinyandai/product-quantization 공식 구현
WallaceLiu/product-quantization

Tasks

Data CompressionQuantization

Similar Papers 제목 키워드 기반

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

b-bit Marginal Regression

2015-12-01 · NeurIPS 2015 12 · Martin Slawski, Ping Li

We consider the problem of sparse signal recovery from $m$ linear measurements quantized to $b$ bits. $b$-bit Marginal Regression is proposed as recovery algorithm. We study the question of choosing $b$ in the setting of…

Quantizationregression

RSLM: Training-Free Vector Quantization for Approximate Nearest Neighbor Search

2026-08-31 · Rastislav Lenhardt, Teodora Dobos, Thomas Vecchiato, Jiri Isa 외 arxiv

By introducing RSLM (Rotated Scaled Lloyd-Max), a family of training-free vector quantization codecs compressing embeddings to 1--4 bits per dimension, we reduce memory cost and memory bandwidth of a typical large-scale …

Accelerating Large-Scale Inference with Anisotropic Vector Quantization

2019-08-27 · ICML 2020 1 · Ruiqi Guo, Philip Sun, Erik Lindgren, Quan Geng 외

Quantization based techniques are the current state-of-the-art for scaling maximum inner product search to massive databases. Traditional approaches to quantization aim to minimize the reconstruction error of the databas…

BenchmarkingQuantization

NDVQ: Robust Neural Audio Codec with Normal Distribution-Based Vector Quantization

2024-09-19 · Zhikang Niu, Sanyuan Chen, Long Zhou, Ziyang Ma 외

Built upon vector quantization (VQ), discrete audio codec models have achieved great success in audio compression and auto-regressive audio generation. However, existing models face substantial challenges in perceptual q…

Audio CompressionAudio GenerationDecoderQuantization+1