paper-with-me

홈 › Papers

Error-Driven Uncertainty Aware Training

2024-05-02 · Pedro Mendes, Paolo Romano, David Garlan

Neural networks are often overconfident about their predictions, which undermines their reliability and trustworthiness. In this work, we present a novel technique, named Error-Driven Uncertainty Aware Training (EUAT), which aims to enhance the ability of neural classifiers to estimate their uncertainty correctly, namely to be highly uncertain when they output inaccurate predictions and low uncertain when their output is accurate. The EUAT approach operates during the model's training phase by selectively employing two loss functions depending on whether the training examples are correctly or incorrectly predicted by the model. This allows for pursuing the twofold goal of i) minimizing model uncertainty for correctly predicted inputs and ii) maximizing uncertainty for mispredicted inputs, while preserving the model's misprediction rate. We evaluate EUAT using diverse neural models and datasets in the image recognition domains considering both non-adversarial and adversarial settings. The results show that EUAT outperforms existing approaches for uncertainty estimation (including other uncertainty-aware training techniques, calibration, ensembles, and DEUP) by providing uncertainty estimates that not only have higher quality when evaluated via statistical metrics (e.g., correlation with residuals) but also when employed to build binary classifiers that decide whether the model's output can be trusted or not and under distributional data shifts.

📄 PDF Abstract BibTeX arXiv:2405.01205

Code (1)

pedrogbmendes/euat 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…

Similar Papers 제목 키워드 기반

Uncertainty-Aware Unsupervised Image Deblurring with Deep Residual Prior

2022-10-09 · CVPR 2023 1 · Xiaole Tang, XiLe Zhao, Jun Liu, Jianli Wang 외

Non-blind deblurring methods achieve decent performance under the accurate blur kernel assumption. Since the kernel uncertainty (i.e. kernel error) is inevitable in practice, semi-blind deblurring is suggested to handle …

DeblurringImage Deblurring

Lightweight, Uncertainty-Aware Conformalized Visual Odometry

2023-03-03 · Alex C. Stutts, Danilo Erricolo, Theja Tulabandhula, Amit Ranjan Trivedi

Data-driven visual odometry (VO) is a critical subroutine for autonomous edge robotics, and recent progress in the field has produced highly accurate point predictions in complex environments. However, emerging autonomou…

Data AugmentationDecision MakingPose EstimationPrediction Intervals+1

Budget-Aware Uncertainty for Radiotherapy Segmentation QA Using nnU-Net

2026-04-13 · Ricardo Coimbra Brioso, Lorenzo Mondo, Damiano Dei, Nicola Lambri 외 arxiv

Accurate delineation of the Clinical Target Volume (CTV) is essential for radiotherapy planning, yet remains time-consuming and difficult to assess, especially for complex treatments such as Total Marrow and Lymph Node I…

Uncertainty-Aware Offline Data-Driven Multi-Objective Optimization

2025-11-09 · Huanbo Lyu, Miqing Li, Shiqiao Zhou, Daniel Herring 외 arxiv

In offline data-driven multi-objective optimization (MOO), optimization is performed using surrogate models trained only on an offline dataset. These surrogate models contain inherent errors and uncertainty. This epistem…

R-U-SURE? Uncertainty-Aware Code Suggestions By Maximizing Utility Across Random User Intents

2023-03-01 · Daniel D. Johnson, Daniel Tarlow, Christian Walder

Large language models show impressive results at predicting structured text such as code, but also commonly introduce errors and hallucinations in their output. When used to assist software developers, these models may m…