LGAIMLOct 28, 2022

Beyond calibration: estimating the grouping loss of modern neural networks

arXiv:2210.16315v336 citationsh-index: 65
Originality Incremental advance
AI Analysis

This addresses the need for more reliable confidence estimation in neural networks, particularly for pre-production validation, though it is incremental as it builds on existing calibration work.

The paper tackles the problem that even perfectly calibrated classifiers can have confidence scores far from true posterior probabilities due to grouping loss, and proposes an estimator to approximate this loss, showing that modern neural networks exhibit grouping loss, especially under distribution shifts.

The ability to ensure that a classifier gives reliable confidence scores is essential to ensure informed decision-making. To this end, recent work has focused on miscalibration, i.e., the over or under confidence of model scores. Yet calibration is not enough: even a perfectly calibrated classifier with the best possible accuracy can have confidence scores that are far from the true posterior probabilities. This is due to the grouping loss, created by samples with the same confidence scores but different true posterior probabilities. Proper scoring rule theory shows that given the calibration loss, the missing piece to characterize individual errors is the grouping loss. While there are many estimators of the calibration loss, none exists for the grouping loss in standard settings. Here, we propose an estimator to approximate the grouping loss. We show that modern neural network architectures in vision and NLP exhibit grouping loss, notably in distribution shifts settings, which highlights the importance of pre-production validation.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes