paper-with-me

Papers

Uncertainty Weighted Gradients for Model Calibration

2025-03-26 · CVPR 2025 1 · Jinxu Lin, Linwei Tao, Minjing Dong, Chang Xu

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.

📄 PDF Abstract BibTeX arXiv:2503.22725

Code (1)

Jinxu-Lin/BSCE-GRA 공식 구현 pytorch

Tasks

Attributemodel

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
Focal Loss A Focal Loss function addresses class imbalance during training in tasks like object detection. Focal loss applies a modulating term to the cross entropy loss in order to…

Similar Papers 제목 키워드 기반

Multi-Modal Learning with Bayesian-Oriented Gradient Calibration

2025-05-29 · Peizheng Guo, Jingyao Wang, Huijie Guo, Jiangmeng Li 외

Multi-Modal Learning (MML) integrates information from diverse modalities to improve predictive accuracy. However, existing methods mainly aggregate gradients with fixed weights and treat all dimensions equally, overlook…

Model Optimization

Calibration Attention: Learning Reliability-Aware Representations for Vision Transformers

2025-08-12 · Wenhao Liang, Wei Emma Zhang, Lin Yue, Miao Xu 외 arxiv

Most calibration methods operate at the logit level, implicitly assuming that miscalibration can be corrected without changing the underlying representation. We challenge this assumption and propose \textbf{Calibration A…

Unsupervised Temperature Scaling: Robust Post-processing Calibration for Domain Shift

2019-09-25 · Azadeh Sadat Mozafari, Hugo Siqueira Gomes, Christian Gagne

The uncertainty estimation is critical in real-world decision making applications, especially when distributional shift between the training and test data are prevalent. Many calibration methods in the literature have be…

Decision Making

Model Merging by Uncertainty-Based Gradient Matching

2023-10-19 · Nico Daheim, Thomas Möllenhoff, Edoardo Maria Ponti, Iryna Gurevych 외

Models trained on different datasets can be merged by a weighted-averaging of their parameters, but why does it work and when can it fail? Here, we connect the inaccuracy of weighted-averaging to mismatches in the gradie…

modelTask Arithmetic

A Novel Unsupervised Post-Processing Calibration Method for DNNS with Robustness to Domain Shift

2019-11-25 · Azadeh Sadat Mozafari, Hugo Siqueira Gomes, Christian Gagne

The uncertainty estimation is critical in real-world decision making applications, especially when distributional shift between the training and test data are prevalent. Many calibration methods in the literature have be…

Decision Making