paper-with-me

Papers

Revisiting Reweighted Risk for Calibration: AURC, Focal Loss, and Inverse Focal Loss

2025-05-29 · Han Zhou, Sebastian G. Gruber, Teodora Popordanoska, Matthew B. Blaschko

Several variants of reweighted risk functionals, such as focal losss, inverse focal loss, and the Area Under the Risk-Coverage Curve (AURC), have been proposed in the literature and claims have been made in relation to their calibration properties. However, focal loss and inverse focal loss propose vastly different weighting schemes. In this paper, we revisit a broad class of weighted risk functions commonly used in deep learning and establish a principled connection between these reweighting schemes and calibration errors. We show that minimizing calibration error is closely linked to the selective classification paradigm and demonstrate that optimizing a regularized variant of the AURC naturally leads to improved calibration. This regularized AURC shares a similar reweighting strategy with inverse focal loss, lending support to the idea that focal loss is less principled when calibration is a desired outcome. Direct AURC optimization offers greater flexibility through the choice of confidence score functions (CSFs). To enable gradient-based optimization, we introduce a differentiable formulation of the regularized AURC using the SoftRank technique. Empirical evaluations demonstrate that our AURC-based loss achieves competitive class-wise calibration performance across a range of datasets and model architectures.

📄 PDF Abstract BibTeX arXiv:2505.23463

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

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

A Novel Characterization of the Population Area Under the Risk Coverage Curve (AURC) and Rates of Finite Sample Estimators

2024-10-20 · Han Zhou, Jordy Van Landeghem, Teodora Popordanoska, Matthew B. Blaschko

The selective classifier (SC) has garnered increasing interest in areas such as medical diagnostics, autonomous driving, and the justice system. The Area Under the Risk-Coverage Curve (AURC) has emerged as the foremost e…

Autonomous Driving

GroundControl: Anticipating Navigation Failures in Vision-Language Agents via Trajectory-Consistent Uncertainty Estimates

2026-06-18 · Nastaran Darabi, Divake Kumar, Sina Tayebati, Devashri Naik 외 arxiv

Vision-language navigation agents achieve competitive average success on benchmark tasks, yet failures often arise through predictable trajectory-level breakdowns such as oscillation, stagnation, or inefficient detours. …

Vision-Language Navigation

BAS: A Decision-Theoretic Approach to Evaluating Large Language Model Confidence

2026-04-03 · Sean Wu, Fredrik K. Gustafsson, Edward Phillips, Boyan Gao 외 arxiv

Large language models (LLMs) often produce confident but incorrect answers in settings where abstention would be safer. Standard evaluation protocols, however, require a response and do not account for how confidence sho…

Decision Making

AdaFocal: Calibration-aware Adaptive Focal Loss

2022-11-21 · Arindam Ghosh, Thomas Schaaf, Matthew R. Gormley

Much recent work has been devoted to the problem of ensuring that a neural network's confidence scores match the true probability of being correct, i.e. the calibration problem. Of note, it was found that training with f…

Out-of-Distribution Detection

Improving Calibration by Relating Focal Loss, Temperature Scaling, and Properness

2024-08-21 · Viacheslav Komisarenko, Meelis Kull

Proper losses such as cross-entropy incentivize classifiers to produce class probabilities that are well-calibrated on the training data. Due to the generalization gap, these classifiers tend to become overconfident on t…

image-classificationImage Classification