paper-with-me

Papers

Quantization based Fast Inner Product Search

2015-09-04 · Ruiqi Guo, Sanjiv Kumar, Krzysztof Choromanski, David Simcha

We propose a quantization based approach for fast approximate Maximum Inner Product Search (MIPS). Each database vector is quantized in multiple subspaces via a set of codebooks, learned directly by minimizing the inner product quantization error. Then, the inner product of a query to a database vector is approximated as the sum of inner products with the subspace quantizers. Different from recently proposed LSH approaches to MIPS, the database vectors and queries do not need to be augmented in a higher dimensional feature space. We also provide a theoretical analysis of the proposed approach, consisting of the concentration results under mild assumptions. Furthermore, if a small sample of example queries is given at the training time, we propose a modified codebook learning procedure which further improves the accuracy. Experimental results on a variety of datasets including those arising from deep neural networks show that the proposed approach significantly outperforms the existing state-of-the-art.

📄 PDF Abstract BibTeX arXiv:1509.01469

Code (0)

등록된 구현이 없습니다.

Tasks

Quantization

Similar Papers 제목 키워드 기반

New Loss Functions for Fast Maximum Inner Product Search

2020-01-01 · ICLR 2020 1 · Ruiqi Guo, Quan Geng, David Simcha, Felix Chern 외

Quantization based methods are popular for solving large scale maximum inner product search problems. However, in most traditional quantization works, the objective is to minimize the reconstruction error for datapoints …

BenchmarkingQuantization

Inner Product Aware Quantization: Provably Fast, Accurate, and Adaptive Algorithms

2026-05-29 · Nathan White, Krish Singal arxiv

Quantization is a fundamental tool used to compress datasets, neural network weights, and memory usage in a range of computational tasks. Many downstream applications of vector quantization perform inner products with ar…

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

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

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…

Data CompressionQuantization

Bolt: Accelerated Data Mining with Fast Vector Compression

2017-06-30 · Davis W. Blalock, John V. Guttag

Vectors of data are at the heart of machine learning and data mining. Recently, vector quantization methods have shown great promise in reducing both the time and space costs of operating on vectors. We introduce a vecto…

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