paper-with-me

홈 › Papers

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 the over-confidence problem and works by softening hard targets during training, typically by distributing part of the probability mass from a one-hot' label uniformly to all other labels. However, neither model nor human confidence in a label are likely to be uniformly distributed in this manner, with some labels more likely to be confused than others. In this paper we integrate notions of model confidence and human confidence with label smoothing, respectively \textit{Model Confidence LS} and \textit{Human Confidence LS}, to achieve better model calibration and generalization. To enhance model generalization, we show how our model and human confidence scores can be successfully applied to curriculum learning, a training strategy inspired by learning of easier to harder' tasks. A higher model or human confidence score indicates a more recognisable and therefore easier sample, and can therefore be used as a scoring function to rank samples in curriculum learning. We evaluate our proposed methods with four state-of-the-art architectures for image and text classification task, using datasets with multi-rater label annotations by humans. We report that integrating model or human confidence information in label smoothing and curriculum learning improves both model performance and model calibration. The code are available at \url{https://github.com/AoShuang92/Confidence_Calibration_CL}.

📄 PDF Abstract BibTeX arXiv:2301.12589

Code (1)

aoshuang92/confidence_calibration_cl 공식 구현 pytorch

Tasks

text-classificationText Classification

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 제목 키워드 기반

Confusion-Aware Transfer Teacher Curriculum Learning Framework: Disentangling Scoring and Pacing Effects

2026-06-16 · Savini Kommalage, Sanka Mohottala, Asiri Gawesha, Dulara Madhusanka 외 arxiv

Curriculum learning couples two design choices, how samples are scored by difficulty and how harder samples are paced into training, making it difficult to attribute observed gains to either component. We disentangle the…

Beyond Binary Rewards: Training LMs to Reason About Their Uncertainty

2025-07-22 · Mehul Damani, Isha Puri, Stewart Slocum, Idan Shenfeld 외

When language models (LMs) are trained via reinforcement learning (RL) to generate natural language "reasoning chains", their performance improves on a variety of difficult question answering tasks. Today, almost all suc…

Development and Comparison of Scoring Functions in Curriculum Learning

2022-02-10 · H. Toprak Kesgin, M. Fatih Amasyali

Curriculum Learning is the presentation of samples to the machine learning model in a meaningful order instead of a random order. The main challenge of Curriculum Learning is determining how to rank these samples. The ra…

text-classificationText ClassificationTransfer Learning

How Curriculum Learning Impacts Model Calibration

2021-09-29 · Stephen Obadinma, Xiaodan Zhu, Hongyu Guo

Despite the significant progress made on deep learning models, concerns yet exist when a trained model is deployed to real-world applications. Model calibration is a key consideration that has recently attracted more att…

model

On the Efficacy of Generalization Error Prediction Scoring Functions

2023-03-23 · Puja Trivedi, Danai Koutra, Jayaraman J. Thiagarajan

Generalization error predictors (GEPs) aim to predict model performance on unseen distributions by deriving dataset-level error estimates from sample-level scores. However, GEPs often utilize disparate mechanisms (e.g., …

DiversityPrediction