paper-with-me

홈 › Papers

Improving model calibration with accuracy versus uncertainty optimization

2020-12-14 · NeurIPS 2020 12 · Ranganath Krishnan, Omesh Tickoo

Obtaining reliable and accurate quantification of uncertainty estimates from deep neural networks is important in safety-critical applications. A well-calibrated model should be accurate when it is certain about its prediction and indicate high uncertainty when it is likely to be inaccurate. Uncertainty calibration is a challenging problem as there is no ground truth available for uncertainty estimates. We propose an optimization method that leverages the relationship between accuracy and uncertainty as an anchor for uncertainty calibration. We introduce a differentiable accuracy versus uncertainty calibration (AvUC) loss function that allows a model to learn to provide well-calibrated uncertainties, in addition to improved accuracy. We also demonstrate the same methodology can be extended to post-hoc uncertainty calibration on pretrained models. We illustrate our approach with mean-field stochastic variational inference and compare with state-of-the-art methods. Extensive experiments demonstrate our approach yields better model calibration than existing methods on large-scale image classification tasks under distributional shift.

📄 PDF Abstract BibTeX arXiv:2012.07923

Code (1)

IntelLabs/AVUC 공식 구현 pytorch

Tasks

image-classificationImage ClassificationmodelVariational Inference

Methods 이 논문이 사용한 방법론

Variational Inference 설명 없음

Similar Papers 제목 키워드 기반

Optimal Uncertainty-Aware Calibration for the AX=YB Problem

2026-05-06 · Yanjia Chen, Xiangfei Li, Huan Zhao, Yiyuan Hong 외 arxiv

This article proposes a general optimization framework for solving hand-eye calibration problem. Unlike traditional methods, an iterative algorithm based on Lie algebra that achieves approximately global optimal solution…

Calibration-Aware Policy Optimization for Reasoning LLMs

2026-04-14 · Ziqi Wang, Xingzhou Lou, Meiqi Wu, Zhengqi Wen 외 arxiv

Group Relative Policy Optimization (GRPO) enhances LLM reasoning but often induces overconfidence, where incorrect responses yield lower perplexity than correct ones, degrading relative calibration as described by the Ar…

Mathematical Reasoning

Improving Uncertainty Calibration of Deep Neural Networks via Truth Discovery and Geometric Optimization

2021-06-25 · Chunwei Ma, Ziyun Huang, Jiayi Xian, Mingchen Gao 외

Deep Neural Networks (DNNs), despite their tremendous success in recent years, could still cast doubts on their predictions due to the intrinsic uncertainty associated with their learning process. Ensemble techniques and…

Progressive Autonomy as Preference Learning: A Formalization of Trust Calibration for Agentic Tool Use

2026-05-18 · Changkun Ou arxiv

We formalize trust calibration for agentic tool use (deciding when an automated agent's proposed action may execute autonomously versus require human approval) as a preference-learning problem. A policy gateway maintains…

Shifting Uncertainty to Critical Moments: Towards Reliable Uncertainty Quantification for VLA Model

2026-03-18 · Yanchuan Tang, Taowen Wang, Yuefei Chen, Boxuan Zhang 외 arxiv

Vision-Language-Action (VLA) models enable general-purpose robotic policies by mapping visual observations and language instructions to low-level actions, but they often lack reliable introspection. A common practice is …

Continuous Control