Dirichlet-Based Prediction Calibration for Learning with Noisy Labels
Chen-Chen Zong, Ye-Wen Wang, Ming-Kun Xie, Sheng-Jun Huang

TL;DR
This paper introduces Dirichlet-based Prediction Calibration (DPC), a novel method that improves the reliability of deep neural network predictions in noisy label scenarios by calibrating softmax outputs and using a Dirichlet distribution for stable training.
Contribution
The paper proposes a new calibration method that breaks softmax translation invariance and employs a Dirichlet distribution with a novel loss for better learning with noisy labels.
Findings
DPC achieves state-of-the-art results on benchmark datasets.
The calibrated softmax improves prediction reliability under label noise.
The evidence deep learning loss enhances class separation and model robustness.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsMachine Learning and Data Classification · Text and Document Classification Technologies · Music and Audio Processing
MethodsSoftmax
