The Inverted Multi-Index

Abstract

A new data structure for efficient similarity search in very large dataseis of high-dimensional vectors is introduced. This structure called the inverted multi-index generalizes the inverted index idea by replacing the standard quantization within inverted indices with product quantization. For very similar retrieval complexity and preprocessing time, inverted multi-indices achieve a much denser subdivision of the search space compared to inverted indices, while retaining their memory efficiency. Our experiments with large dataseis of SIFT and GIST vectors demonstrate that because of the denser subdivision, inverted multi-indices are able to return much shorter candidate lists with higher recall. Augmented with a suitable reranking procedure, multi-indices were able to improve the speed of approximate nearest neighbor search on the dataset of 1 billion SIFT vectors by an order of magnitude compared to the best previously published systems, while achieving better recall and incurring only few percent of memory overhead.

Cite

Text

Babenko and Lempitsky. "The Inverted Multi-Index." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2012. doi:10.1109/CVPR.2012.6248038

Markdown

[Babenko and Lempitsky. "The Inverted Multi-Index." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2012.](https://mlanthology.org/cvpr/2012/babenko2012cvpr-inverted/) doi:10.1109/CVPR.2012.6248038

BibTeX

@inproceedings{babenko2012cvpr-inverted,
  title     = {{The Inverted Multi-Index}},
  author    = {Babenko, Artem and Lempitsky, Victor S.},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2012},
  pages     = {3069-3076},
  doi       = {10.1109/CVPR.2012.6248038},
  url       = {https://mlanthology.org/cvpr/2012/babenko2012cvpr-inverted/}
}