paper-with-me

홈 › Papers

Class-Similarity Based Label Smoothing for Confidence Calibration

2020-06-24 · Chihuang Liu, Joseph JaJa

Generating confidence calibrated outputs is of utmost importance for the applications of deep neural networks in safety-critical decision-making systems. The output of a neural network is a probability distribution where the scores are estimated confidences of the input belonging to the corresponding classes, and hence they represent a complete estimate of the output likelihood relative to all classes. In this paper, we propose a novel form of label smoothing to improve confidence calibration. Since different classes are of different intrinsic similarities, more similar classes should result in closer probability values in the final output. This motivates the development of a new smooth label where the label values are based on similarities with the reference class. We adopt different similarity measurements, including those that capture feature-based similarities or semantic similarity. We demonstrate through extensive experiments, on various datasets and network architectures, that our approach consistently outperforms state-of-the-art calibration techniques including uniform label smoothing.

📄 PDF Abstract BibTeX arXiv:2006.14028

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingSemantic SimilaritySemantic Textual Similarity

Methods 이 논문이 사용한 방법론

Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

Instance-based Label Smoothing For Better Calibrated Classification Networks

2021-10-11 · Mohamed Maher, Meelis Kull

Label smoothing is widely used in deep neural networks for multi-class classification. While it enhances model generalization and reduces overconfidence by aiming to lower the probability for the predicted class, it dist…

Classificationimage-classificationImage ClassificationMulti-class Classification

FedLAS: Feature-Modulated Bidirectional Label Smoothing for Neural Network Calibration

2026-06-26 · Thiru Thillai Nadarasar Bahavan, Sachith Seneviratne, Saman Halgamuge arxiv

Deep Neural Network (DNN) classifiers suffer from poor calibration when their softmax outputs (predictive confidence) deviate from the empirical likelihoods. This manifests itself as either overconfident incorrect predic…

Confidence-Aware Calibration and Scoring Functions for Curriculum Learning

2023-01-29 · Shuang Ao, Stefan Rueger, Advaith Siddharthan

Despite the great success of state-of-the-art deep neural networks, several studies have reported models to be over-confident in predictions, indicating miscalibration. Label Smoothing has been proposed as a solution to …

text-classificationText Classification

Calibrating Histopathology Image Classifiers using Label Smoothing

2022-01-28 · Jerry Wei, Lorenzo Torresani, Jason Wei, Saeed Hassanpour

The classification of histopathology images fundamentally differs from traditional image classification tasks because histopathology images naturally exhibit a range of diagnostic features, resulting in a diverse range o…

ClassificationDiagnosticimage-classificationImage Classification

Context-Aware Selective Label Smoothing for Calibrating Sequence Recognition Model

2023-03-13 · Shuangping Huang, Yu Luo, Zhenzhou Zhuang, Jin-Gang Yu 외

Despite the success of deep neural network (DNN) on sequential data (i.e., scene text and speech) recognition, it suffers from the over-confidence problem mainly due to overfitting in training with the cross-entropy loss…

Decision MakingScene Text Recognitionspeech-recognitionSpeech Recognition