paper-with-me

Papers

Towards Trustworthy Predictions from Deep Neural Networks with Fast Adversarial Calibration

2020-12-20 · Christian Tomani, Florian Buettner

To facilitate a wide-spread acceptance of AI systems guiding decision making in real-world applications, trustworthiness of deployed models is key. That is, it is crucial for predictive models to be uncertainty-aware and yield well-calibrated (and thus trustworthy) predictions for both in-domain samples as well as under domain shift. Recent efforts to account for predictive uncertainty include post-processing steps for trained neural networks, Bayesian neural networks as well as alternative non-Bayesian approaches such as ensemble approaches and evidential deep learning. Here, we propose an efficient yet general modelling approach for obtaining well-calibrated, trustworthy probabilities for samples obtained after a domain shift. We introduce a new training strategy combining an entropy-encouraging loss term with an adversarial calibration loss term and demonstrate that this results in well-calibrated and technically trustworthy predictions for a wide range of domain drifts. We comprehensively evaluate previously proposed approaches on different data modalities, a large range of data sets including sequence data, network architectures and perturbation strategies. We observe that our modelling approach substantially outperforms existing state-of-the-art approaches, yielding well-calibrated predictions under domain drift.

📄 PDF Abstract BibTeX arXiv:2012.10923

Code (1)

tochris/falcon 공식 구현 tf

Tasks

Decision Making

Similar Papers 제목 키워드 기반

Faster Recalibration of an Online Predictor via Approachability

2023-10-25 · Princewill Okoroafor, Robert Kleinberg, Wen Sun

Predictive models in ML need to be trustworthy and reliable, which often at the very least means outputting calibrated probabilities. This can be particularly difficult to guarantee in the online prediction setting when …

Enhance GNNs with Reliable Confidence Estimation via Adversarial Calibration Learning

2025-03-23 · Yilong Wang, Jiahao Zhang, Tianxiang Zhao, Suhang Wang

Despite their impressive predictive performance, GNNs often exhibit poor confidence calibration, i.e., their predicted confidence scores do not accurately reflect true correctness likelihood. This issue raises concerns a…

Fraud Detection

Be Confident! Towards Trustworthy Graph Neural Networks via Confidence Calibration

2021-09-29 · NeurIPS 2021 12 · Xiao Wang, Hongrui Liu, Chuan Shi, Cheng Yang

Despite Graph Neural Networks (GNNs) have achieved remarkable accuracy, whether the results are trustworthy is still unexplored. Previous studies suggest that many modern neural networks are over-confident on the predict…

The Confidence Trap: Calibration Attacks for Graph Neural Networks

2026-06-07 · Cuong Dang, Jiahao Zhang, Hieu Ta Quang, Dung Le 외 arxiv

While confidence calibration is essential for trustworthy decision-making in safety-critical applications, the robustness of calibrated GNNs to adversarial structural perturbations remains largely unexplored. However, st…

Identifying Untrustworthy Predictions in Neural Networks by Geometric Gradient Analysis

2021-02-24 · Leo Schwinn, An Nguyen, René Raab, Leon Bungert 외

The susceptibility of deep neural networks to untrustworthy predictions, including out-of-distribution (OOD) data and adversarial examples, still prevent their widespread use in safety-critical applications. Most existin…