Quantization Based Fast Inner Product Search

Abstract

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.

Cite

Text

Guo et al. "Quantization Based Fast Inner Product Search." International Conference on Artificial Intelligence and Statistics, 2016.

Markdown

[Guo et al. "Quantization Based Fast Inner Product Search." International Conference on Artificial Intelligence and Statistics, 2016.](https://mlanthology.org/aistats/2016/guo2016aistats-quantization/)

BibTeX

@inproceedings{guo2016aistats-quantization,
  title     = {{Quantization Based Fast Inner Product Search}},
  author    = {Guo, Ruiqi and Kumar, Sanjiv and Choromanski, Krzysztof and Simcha, David},
  booktitle = {International Conference on Artificial Intelligence and Statistics},
  year      = {2016},
  pages     = {482-490},
  url       = {https://mlanthology.org/aistats/2016/guo2016aistats-quantization/}
}