paper-with-me

Papers

Sample-dependent Adaptive Temperature Scaling for Improved Calibration

2022-07-13 · Tom Joy, Francesco Pinto, Ser-Nam Lim, Philip H. S. Torr, Puneet K. Dokania

It is now well known that neural networks can be wrong with high confidence in their predictions, leading to poor calibration. The most common post-hoc approach to compensate for this is to perform temperature scaling, which adjusts the confidences of the predictions on any input by scaling the logits by a fixed value. Whilst this approach typically improves the average calibration across the whole test dataset, this improvement typically reduces the individual confidences of the predictions irrespective of whether the classification of a given input is correct or incorrect. With this insight, we base our method on the observation that different samples contribute to the calibration error by varying amounts, with some needing to increase their confidence and others needing to decrease it. Therefore, for each input, we propose to predict a different temperature value, allowing us to adjust the mismatch between confidence and accuracy at a finer granularity. Furthermore, we observe improved results on OOD detection and can also extract a notion of hardness for the data-points. Our method is applied post-hoc, consequently using very little computation time and with a negligible memory footprint and is applied to off-the-shelf pre-trained classifiers. We test our method on the ResNet50 and WideResNet28-10 architectures using the CIFAR10/100 and Tiny-ImageNet datasets, showing that producing per-data-point temperatures is beneficial also for the expected calibration error across the whole test set. Code is available at: https://github.com/thwjoy/adats.

📄 PDF Abstract BibTeX arXiv:2207.06211

Code (1)

thwjoy/adats 공식 구현 pytorch

Tasks

Out of Distribution (OOD) Detection

Methods 이 논문이 사용한 방법론

Test 설명 없음
BASE 설명 없음

Similar Papers 제목 키워드 기반

Long Horizon Temperature Scaling

2023-02-07 · Andy Shih, Dorsa Sadigh, Stefano Ermon

Temperature scaling is a popular technique for tuning the sharpness of a model distribution. It is used extensively for sampling likely generations and calibrating model uncertainty, and even features as a controllable p…

Multiple-choice

Thermal Chameleon: Task-Adaptive Tone-mapping for Radiometric Thermal-Infrared images

2024-10-24 · Dong-Guw Lee, Jeongyun Kim, Younggun Cho, Ayoung Kim

Thermal Infrared (TIR) imaging provides robust perception for navigating in challenging outdoor environments but faces issues with poor texture and low image contrast due to its 14/16-bit format. Conventional methods uti…

Depth EstimationImage RescalingMonocular Depth Estimationobject-detection+2

AOE: Exhaustive Out-of-Distribution Detection via Recalibrating Outlier Labels

2026-05-27 · Fengqiang Wan, Qing-Yuan Jiang, Yang Yang arxiv

Out-of-distribution (OOD) detection is essential for deploying machine learning models in open-world and safety-critical scenarios, where test inputs may deviate from the training distribution and overconfident predictio…

Out-of-Distribution Detection

Sample Margin-Aware Recalibration of Temperature Scaling

2025-06-30 · Haolan Guo, Linwei Tao, Haoyang Luo, Minjing Dong 외 arxiv

Recent advances in deep learning have significantly improved predictive accuracy. However, modern neural networks remain systematically overconfident, posing risks for deployment in safety-critical scenarios. Current pos…

Quantile Adaptive Temperature Scaling for Confidence Calibration

2026-06-19 · Omprakash Chakraborty, Leo Fillioux, Ismail Ben Ayed, Jose Dolz arxiv

Deep neural networks often produce poorly calibrated confidence estimates, overstating their certainty even when predictions are incorrect. Temperature Scaling remains the most widely used posthoc calibration method due …