English

Hard negative examples are hard, but useful

Computer Vision and Pattern Recognition 2021-03-01 v2 Machine Learning Machine Learning

Abstract

Triplet loss is an extremely common approach to distance metric learning. Representations of images from the same class are optimized to be mapped closer together in an embedding space than representations of images from different classes. Much work on triplet losses focuses on selecting the most useful triplets of images to consider, with strategies that select dissimilar examples from the same class or similar examples from different classes. The consensus of previous research is that optimizing with the \textit{hardest} negative examples leads to bad training behavior. That's a problem -- these hardest negatives are literally the cases where the distance metric fails to capture semantic similarity. In this paper, we characterize the space of triplets and derive why hard negatives make triplet loss training fail. We offer a simple fix to the loss function and show that, with this fix, optimizing with hard negative examples becomes feasible. This leads to more generalizable features, and image retrieval results that outperform state of the art for datasets with high intra-class variance.

Keywords

Cite

@article{arxiv.2007.12749,
  title  = {Hard negative examples are hard, but useful},
  author = {Hong Xuan and Abby Stylianou and Xiaotong Liu and Robert Pless},
  journal= {arXiv preprint arXiv:2007.12749},
  year   = {2021}
}

Comments

CV, Triplet loss, Image embedding, 14 pages, 9 figures, ECCV 2020

R2 v1 2026-06-23T17:23:27.239Z