Class Adaptive Network Calibration
Bingyuan Liu, J\'er\^ome Rony, Adrian Galdran, Jose Dolz, Ismail Ben, Ayed

TL;DR
This paper introduces Class Adaptive Label Smoothing (CALS), a novel method that learns class-wise calibration multipliers during training, improving deep neural network calibration across various tasks and addressing limitations of fixed, class-agnostic penalties.
Contribution
The paper proposes CALS, an adaptive, class-specific calibration technique using an augmented Lagrangian approach, enhancing calibration without extensive hyper-parameter tuning.
Findings
CALS outperforms existing calibration methods on multiple benchmarks.
It effectively handles class imbalance and intrinsic class difficulty.
The method improves both calibration and accuracy across tasks.
Abstract
Recent studies have revealed that, beyond conventional accuracy, calibration should also be considered for training modern deep neural networks. To address miscalibration during learning, some methods have explored different penalty functions as part of the learning objective, alongside a standard classification loss, with a hyper-parameter controlling the relative contribution of each term. Nevertheless, these methods share two major drawbacks: 1) the scalar balancing weight is the same for all classes, hindering the ability to address different intrinsic difficulties or imbalance among classes; and 2) the balancing weight is usually fixed without an adaptive strategy, which may prevent from reaching the best compromise between accuracy and calibration, and requires hyper-parameter search for each application. We propose Class Adaptive Label Smoothing (CALS) for calibrating deep…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Anomaly Detection Techniques and Applications · Imbalanced Data Classification Techniques
MethodsLabel Smoothing
