English

Improving Calibration in Deep Metric Learning With Cross-Example Softmax

Machine Learning 2020-11-18 v1

Abstract

Modern image retrieval systems increasingly rely on the use of deep neural networks to learn embedding spaces in which distance encodes the relevance between a given query and image. In this setting, existing approaches tend to emphasize one of two properties. Triplet-based methods capture top-kk relevancy, where all top-kk scoring documents are assumed to be relevant to a given query Pairwise contrastive models capture threshold relevancy, where all documents scoring higher than some threshold are assumed to be relevant. In this paper, we propose Cross-Example Softmax which combines the properties of top-kk and threshold relevancy. In each iteration, the proposed loss encourages all queries to be closer to their matching images than all queries are to all non-matching images. This leads to a globally more calibrated similarity metric and makes distance more interpretable as an absolute measure of relevance. We further introduce Cross-Example Negative Mining, in which each pair is compared to the hardest negative comparisons across the entire batch. Empirically, we show in a series of experiments on Conceptual Captions and Flickr30k, that the proposed method effectively improves global calibration and also retrieval performance.

Keywords

Cite

@article{arxiv.2011.08824,
  title  = {Improving Calibration in Deep Metric Learning With Cross-Example Softmax},
  author = {Andreas Veit and Kimberly Wilber},
  journal= {arXiv preprint arXiv:2011.08824},
  year   = {2020}
}

Comments

9 pages

R2 v1 2026-06-23T20:19:27.057Z