Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Uncertainty Weighted Gradients for Model Calibration

About

Model calibration is essential for ensuring that the predictions of deep neural networks accurately reflect true probabilities in real-world classification tasks. However, deep networks often produce over-confident or under-confident predictions, leading to miscalibration. Various methods have been proposed to address this issue by designing effective loss functions for calibration, such as focal loss. In this paper, we analyze its effectiveness and provide a unified loss framework of focal loss and its variants, where we mainly attribute their superiority in model calibration to the loss weighting factor that estimates sample-wise uncertainty. Based on our analysis, existing loss functions fail to achieve optimal calibration performance due to two main issues: including misalignment during optimization and insufficient precision in uncertainty estimation. Specifically, focal loss cannot align sample uncertainty with gradient scaling and the single logit cannot indicate the uncertainty. To address these issues, we reformulate the optimization from the perspective of gradients, which focuses on uncertain samples. Meanwhile, we propose using the Brier Score as the loss weight factor, which provides a more accurate uncertainty estimation via all the logits. Extensive experiments on various models and datasets demonstrate that our method achieves state-of-the-art (SOTA) performance.

Jinxu Lin, Linwei Tao, Minjing Dong, Chang Xu• 2025

Related benchmarks

TaskDatasetResultRank
Image ClassificationCIFAR100 (test)
Top-1 Accuracy80.28
377
Image ClassificationTinyImageNet (val)
Accuracy50.21
240
CalibrationCIFAR-100 (test)
ECE1.59
99
Image Classification CalibrationCIFAR100
Classwise ECE0.19
62
Model CalibrationCIFAR10 (test)
ECE0.74
56
Image Classification CalibrationCIFAR10
Classwise ECE0.35
56
Model CalibrationTiny ImageNet (test)
ECE1.47
25
Image Classification CalibrationTinyImageNet
Classwise ECE0.16
14
Model CalibrationCIFAR100 (test)
AdaECE1.52
10
Image ClassificationCIFAR-10 (test)
ECE0.93
3
Showing 10 of 11 rows

Other info

Code

Follow for update