Fast Image Search for Learned Metrics

Abstract

We introduce a method that enables scalable image search for learned metrics. Given pairwise similarity and dissimilarity constraints between some images, we learn a Mahalanobis distance function that captures the imagespsila underlying relationships well. To allow sub-linear time similarity search under the learned metric, we show how to encode the learned metric parameterization into randomized locality-sensitive hash functions. We further formulate an indirect solution that enables metric learning and hashing for vector spaces whose high dimensionality make it infeasible to learn an explicit weighting over the feature dimensions. We demonstrate the approach applied to a variety of image datasets. Our learned metrics improve accuracy relative to commonly-used metric baselines, while our hashing construction enables efficient indexing with learned distances and very large databases.

Cite

Text

Jain et al. "Fast Image Search for Learned Metrics." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2008. doi:10.1109/CVPR.2008.4587841

Markdown

[Jain et al. "Fast Image Search for Learned Metrics." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2008.](https://mlanthology.org/cvpr/2008/jain2008cvpr-fast/) doi:10.1109/CVPR.2008.4587841

BibTeX

@inproceedings{jain2008cvpr-fast,
  title     = {{Fast Image Search for Learned Metrics}},
  author    = {Jain, Prateek and Kulis, Brian and Grauman, Kristen},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2008},
  doi       = {10.1109/CVPR.2008.4587841},
  url       = {https://mlanthology.org/cvpr/2008/jain2008cvpr-fast/}
}