Error-Driven Uncertainty Aware Training
Pedro Mendes, Paolo Romano, David Garlan

TL;DR
EUAT is a novel training method that improves neural networks' ability to accurately estimate uncertainty, especially distinguishing between correct and incorrect predictions, enhancing trustworthiness in various settings.
Contribution
The paper introduces EUAT, a new training technique that dynamically adjusts loss functions based on prediction correctness to improve uncertainty estimation in neural networks.
Findings
EUAT outperforms existing uncertainty estimation methods in accuracy.
EUAT provides higher quality uncertainty estimates across diverse datasets.
EUAT enhances model trustworthiness under distributional shifts.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFault Detection and Control Systems · AI-based Problem Solving and Planning
MethodsAttentive Walk-Aggregating Graph Neural Network
