paper-with-me

홈 › Papers

Consistency Calibration: Improving Uncertainty Calibration via Consistency among Perturbed Neighbors

2024-10-16 · Linwei Tao, Haolan Guo, Minjing Dong, Chang Xu

Calibration is crucial in deep learning applications, especially in fields like healthcare and autonomous driving, where accurate confidence estimates are vital for decision-making. However, deep neural networks often suffer from miscalibration, with reliability diagrams and Expected Calibration Error (ECE) being the only standard perspective for evaluating calibration performance. In this paper, we introduce the concept of consistency as an alternative perspective on model calibration, inspired by uncertainty estimation literature in large language models (LLMs). We highlight its advantages over the traditional reliability-based view. Building on this concept, we propose a post-hoc calibration method called Consistency Calibration (CC), which adjusts confidence based on the model's consistency across perturbed inputs. CC is particularly effective in locally uncertainty estimation, as it requires no additional data samples or label information, instead generating input perturbations directly from the source data. Moreover, we show that performing perturbations at the logit level significantly improves computational efficiency. We validate the effectiveness of CC through extensive comparisons with various post-hoc and training-time calibration methods, demonstrating state-of-the-art performance on standard datasets such as CIFAR-10, CIFAR-100, and ImageNet, as well as on long-tailed datasets like ImageNet-LT.

📄 PDF Abstract BibTeX arXiv:2410.12295

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingComputational EfficiencyDecision Making

Similar Papers 제목 키워드 기반

Calibration in Machine Learning Uncertainty Quantification: beyond consistency to target adaptivity

2023-09-12 · Pascal Pernot

Reliable uncertainty quantification (UQ) in machine learning (ML) regression tasks is becoming the focus of many studies in materials and chemical science. It is now well understood that average calibration is insufficie…

Uncertainty Quantification

Mirror-Consistency: Harnessing Inconsistency in Majority Voting

2024-10-07 · Siyuan Huang, Zhiyuan Ma, Jintao Du, Changhua Meng 외

Self-Consistency, a widely-used decoding strategy, significantly boosts the reasoning capabilities of Large Language Models (LLMs). However, it depends on the plurality voting rule, which focuses on the most frequent ans…

Calibrating Uncertainty Quantification of Multi-Modal LLMs using Grounding

2025-04-30 · Trilok Padhi, Ramneet Kaur, Adam D. Cobb, Manoj Acharya 외

We introduce a novel approach for calibrating uncertainty quantification (UQ) tailored for multi-modal large language models (LLMs). Existing state-of-the-art UQ methods rely on consistency among multiple responses gener…

Medical Question AnsweringQuestion AnsweringUncertainty QuantificationVisual Question Answering

Can bin-wise scaling improve consistency and adaptivity of prediction uncertainty for machine learning regression ?

2023-10-18 · Pascal Pernot

Binwise Variance Scaling (BVS) has recently been proposed as a post hoc recalibration method for prediction uncertainties of machine learning regression problems that is able of more efficient corrections than uniform va…

regression

Decoupling of neural network calibration measures

2024-06-04 · Dominik Werner Wolf, Prasannavenkatesh Balaji, Alexander Braun, Markus Ulrich

A lot of effort is currently invested in safeguarding autonomous driving systems, which heavily rely on deep neural networks for computer vision. We investigate the coupling of different neural network calibration measur…

Autonomous Driving