paper-with-me

Papers

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 arbitrary inputs. This motivates the study of inner product aware quantization schemes that approximately preserve inner products with unseen vectors -- in contrast to simply minimizing the mean-squared error. In this work, we formulate objectives that capture natural desiderata and develop adaptive and unbiased quantization methods that approximately preserve inner products with worst-case and average-case inputs. An analysis of these objectives shows a tight connection with the well-studied notion of Adaptive Stochastic Quantization (ASQ). We develop provably fast exact and approximate algorithms for our objectives. Our theoretical results inspire efficient practical algorithms that perform well across a variety of workload distributions. They also lead to practical algorithms for standard ASQ which are 2-10$\times$ faster than prior state-of-the-art methods while maintaining quality. These theoretical and empirical results contribute towards making adaptive quantization techniques more efficient and tractable in practical settings.

📄 PDF Abstract BibTeX arXiv:2606.00289

Code (0)

등록된 구현이 없습니다.

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

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 …

Quantization

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

Asymmetric LSH (ALSH) for Sublinear Time Maximum Inner Product Search (MIPS)

2014-05-22 · NeurIPS 2014 12 · Anshumali Shrivastava, Ping Li

We present the first provably sublinear time algorithm for approximate \emph{Maximum Inner Product Search} (MIPS). Our proposal is also the first hashing algorithm for searching with (un-normalized) inner product as the …

Collaborative Filtering

Givens Coordinate Descent Methods for Rotation Matrix Learning in Trainable Embedding Indexes

2022-03-09 · ICLR 2022 4 · Yunjiang Jiang, Han Zhang, Yiming Qiu, Yun Xiao 외

Product quantization (PQ) coupled with a space rotation, is widely used in modern approximate nearest neighbor (ANN) search systems to significantly compress the disk storage for embeddings and speed up the inner product…

Quantization