Table Of Contents

Aggregating local descriptors into a compact representation

We provide a simple Matlab implementation of the method described in this paper:

@InProceedings{JDSP10,
  author       = "Herv\'e J\'egou and Matthijs Douze and Cordelia Schmid and Patrick P\'erez",
  title        = "Aggregating local descriptors into a compact image representation",
  booktitle    = "IEEE Conference on Computer Vision \& Pattern Recognition",
  month        = "jun",
  year         = "2010",
  url          = "http://lear.inrialpes.fr/pubs/2010/JDSP10"
}

This technique allows very large scale image indexing with a very compact image representation (typically 16 to 40 bytes per image).

Download Matlab package (71MB)

Note

This package was written by Herve Jegou, June 2010.
Copyright (C) INRIA 2010.
This version is provided for research purposes only, without any support/guarantee.

The package makes use of Mex-files.
It has been tested on Linux and MacOS.
We will not provide a Windows version.

Remark: This is an independent implementation of the method, not the one we used to generate the results of our the paper.

Therefore,

  • It is sufficient to reproduce the results in terms of accuracy and memory
  • but the timings are not as good as the one we obtained with our optimized C implementation.
  • Alhtough the results are the same as those reported in our paper, Using powerlaw component-wise normalization further improves the results. See the improved journal version.