paper-with-me

Papers

Improving Calibration in Deep Metric Learning With Cross-Example Softmax

2020-11-17 · Andreas Veit, Kimberly Wilber

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-$k$ relevancy, where all top-$k$ 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-$k$ 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.

📄 PDF Abstract BibTeX arXiv:2011.08824

Code (0)

등록된 구현이 없습니다.

Tasks

AllImage RetrievalMetric LearningRetrievalTriplet

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Box-Constrained Softmax Function and Its Application for Post-Hoc Calibration

2025-06-12 · Kyohei Atarashi, Satoshi Oyama, Hiromi Arai, Hisashi Kashima

Controlling the output probabilities of softmax-based models is a common problem in modern machine learning. Although the $\mathrm{Softmax}$ function provides soft control via its temperature parameter, it lacks the abil…

Decision Making

Calibration of ordinal regression networks

2024-10-21 · Daehwan Kim, Haejun Chung, Ikbeom Jang

Recent studies have shown that deep neural networks are not well-calibrated and often produce over-confident predictions. The miscalibration issue primarily stems from using cross-entropy in classifications, which aims t…

regression

The Silent Vote: Improving Zero-Shot LLM Reliability by Aggregating Semantic Neighborhoods

2026-05-10 · Sanket Badhe, Priyanka Tiwari, Deep Shah arxiv

Large Language Models are increasingly used as zero-shot classifiers in complex reasoning tasks. However, standard constrained decoding suffers from a phenomenon we define as Renormalization Bias. When a model is restric…

Dirichlet-Based Prediction Calibration for Learning with Noisy Labels

2024-01-13 · Chen-Chen Zong, Ye-Wen Wang, Ming-Kun Xie, Sheng-Jun Huang

Learning with noisy labels can significantly hinder the generalization performance of deep neural networks (DNNs). Existing approaches address this issue through loss correction or example selection methods. However, the…

Learning with noisy labelsTranslation

Demystifying Loss Functions for Classification

2021-01-01 · Simon Kornblith, Honglak Lee, Ting Chen, Mohammad Norouzi

It is common to use the softmax cross-entropy loss to train neural networks on classification datasets where a single class label is assigned to each example. However, it has been shown that modifying softmax cross-entro…

ClassificationGeneral Classificationimage-classificationImage Classification