Descriptor Learning for Efficient Retrieval

Abstract

Many visual search and matching systems represent images using sparse sets of “visual words”: descriptors that have been quantized by assignment to the best-matching symbol in a discrete vocabulary. Errors in this quantization procedure propagate throughout the rest of the system, either harming performance or requiring correction using additional storage or processing. This paper aims to reduce these quantization errors at source , by learning a projection from descriptor space to a new Euclidean space in which standard clustering techniques are more likely to assign matching descriptors to the same cluster, and non-matching descriptors to different clusters. To achieve this, we learn a non-linear transformation model by minimizing a novel margin-based cost function, which aims to separate matching descriptors from two classes of non-matching descriptors. Training data is generated automatically by leveraging geometric consistency. Scalable, stochastic gradient methods are used for the optimization. For the case of particular object retrieval, we demonstrate impressive gains in performance on a ground truth dataset: our learnt 32-D descriptor without spatial re-ranking outperforms a baseline method using 128-D SIFT descriptors with spatial re-ranking.

Cite

Text

Philbin et al. "Descriptor Learning for Efficient Retrieval." European Conference on Computer Vision, 2010. doi:10.1007/978-3-642-15558-1_49

Markdown

[Philbin et al. "Descriptor Learning for Efficient Retrieval." European Conference on Computer Vision, 2010.](https://mlanthology.org/eccv/2010/philbin2010eccv-descriptor/) doi:10.1007/978-3-642-15558-1_49

BibTeX

@inproceedings{philbin2010eccv-descriptor,
  title     = {{Descriptor Learning for Efficient Retrieval}},
  author    = {Philbin, James and Isard, Michael and Sivic, Josef and Zisserman, Andrew},
  booktitle = {European Conference on Computer Vision},
  year      = {2010},
  pages     = {677-691},
  doi       = {10.1007/978-3-642-15558-1_49},
  url       = {https://mlanthology.org/eccv/2010/philbin2010eccv-descriptor/}
}