paper-with-me

Papers

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, these methods often rely on the model's predictions obtained from the softmax function, which can be over-confident and unreliable. In this study, we identify the translation invariance of the softmax function as the underlying cause of this problem and propose the \textit{Dirichlet-based Prediction Calibration} (DPC) method as a solution. Our method introduces a calibrated softmax function that breaks the translation invariance by incorporating a suitable constant in the exponent term, enabling more reliable model predictions. To ensure stable model training, we leverage a Dirichlet distribution to assign probabilities to predicted labels and introduce a novel evidence deep learning (EDL) loss. The proposed loss function encourages positive and sufficiently large logits for the given label, while penalizing negative and small logits for other labels, leading to more distinct logits and facilitating better example selection based on a large-margin criterion. Through extensive experiments on diverse benchmark datasets, we demonstrate that DPC achieves state-of-the-art performance. The code is available at https://github.com/chenchenzong/DPC.

📄 PDF Abstract BibTeX arXiv:2401.07062

Code (1)

chenchenzong/dpc 공식 구현 pytorch

Tasks

Learning with noisy labelsTranslation

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

Label Calibration in Source Free Domain Adaptation

2025-01-13 · Shivangi Rai, Rini Smita Thakur, Kunal Jangid, Vinod K Kurmi

Source-free domain adaptation (SFDA) utilizes a pre-trained source model with unlabeled target data. Self-supervised SFDA techniques generate pseudolabels from the pre-trained source model, but these pseudolabels often c…

Deep LearningDomain AdaptationLearning with noisy labelsSource-Free Domain Adaptation

From Noisy Prediction to True Label: Noisy Prediction Calibration via Generative Model

2022-05-02 · HeeSun Bae, Seungjae Shin, Byeonghu Na, JoonHo Jang 외

Noisy labels are inevitable yet problematic in machine learning society. It ruins the generalization of a classifier by making the classifier over-fitted to noisy labels. Existing methods on noisy label have focused on m…

Learning with noisy labelsPrediction

Bi-level Meta-Policy Control for Dynamic Uncertainty Calibration in Evidential Deep Learning

2025-10-10 · Zhen Yang, Yansong Ma, Lei Chen arxiv

Traditional Evidence Deep Learning (EDL) methods rely on static hyperparameter for uncertainty calibration, limiting their adaptability in dynamic data distributions, which results in poor calibration and generalization …

Dirichlet-based Uncertainty Calibration for Active Domain Adaptation

2023-02-27 · Mixue Xie, Shuang Li, Rui Zhang, Chi Harold Liu

Active domain adaptation (DA) aims to maximally boost the model adaptation on a new target domain by actively selecting limited target data to annotate, whereas traditional active learning methods may be less effective s…

Active LearningDomain Adaptationimage-classificationImage Classification+2

Beyond temperature scaling: Obtaining well-calibrated multiclass probabilities with Dirichlet calibration

2019-10-28 · Meelis Kull, Miquel Perello-Nieto, Markus Kängsepp, Telmo Silva Filho 외

Class probabilities predicted by most multiclass classifiers are uncalibrated, often tending towards over-confidence. With neural networks, calibration can be improved by temperature scaling, a method to learn a single c…

Binary Classification