paper-with-me

Papers

Being Bayesian, Even Just a Bit, Fixes Overconfidence in ReLU Networks

2020-02-24 · ICML 2020 1 · Agustinus Kristiadi, Matthias Hein, Philipp Hennig

The point estimates of ReLU classification networks---arguably the most widely used neural network architecture---have been shown to yield arbitrarily high confidence far away from the training data. This architecture, in conjunction with a maximum a posteriori estimation scheme, is thus not calibrated nor robust. Approximate Bayesian inference has been empirically demonstrated to improve predictive uncertainty in neural networks, although the theoretical analysis of such Bayesian approximations is limited. We theoretically analyze approximate Gaussian distributions on the weights of ReLU networks and show that they fix the overconfidence problem. Furthermore, we show that even a simplistic, thus cheap, Bayesian approximation, also fixes these issues. This indicates that a sufficient condition for a calibrated uncertainty on a ReLU network is "to be a bit Bayesian". These theoretical results validate the usage of last-layer Bayesian approximation and motivate a range of a fidelity-cost trade-off. We further validate these findings empirically via various standard experiments using common deep ReLU networks and Laplace approximations.

📄 PDF Abstract BibTeX arXiv:2002.10118

Code (1)

wiseodd/last_layer_laplace 공식 구현 pytorch

Tasks

Bayesian Inference

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

An Infinite-Feature Extension for Bayesian ReLU Nets That Fixes Their Asymptotic Overconfidence

2020-10-06 · NeurIPS 2021 12 · Agustinus Kristiadi, Matthias Hein, Philipp Hennig

A Bayesian treatment can mitigate overconfidence in ReLU nets around the training data. But far away from them, ReLU Bayesian neural networks (BNNs) can still underestimate uncertainty and thus be asymptotically overconf…

Multi-class Classification

Conf-GNNRec: Quantifying and Calibrating the Prediction Confidence for GNN-based Recommendation Methods

2025-05-22 · Meng Yan, Cai Xu, Xujing Wang, Ziyu Guan 외

Recommender systems based on graph neural networks perform well in tasks such as rating and ranking. However, in real-world recommendation scenarios, noise such as user misuse and malicious advertisement gradually accumu…

PredictionRecommendation Systems

Being Bayesian about Categorical Probability

2020-02-19 · ICML 2020 1 · Taejong Joo, Uijung Chung, Min-Gwan Seo

Neural networks utilize the softmax as a building block in classification tasks, which contains an overconfidence problem and lacks an uncertainty representation ability. As a Bayesian alternative to the softmax, we cons…

BLoB: Bayesian Low-Rank Adaptation by Backpropagation for Large Language Models

2024-06-17 · Yibin Wang, Haizhou Shi, Ligong Han, Dimitris Metaxas 외

Large Language Models (LLMs) often suffer from overconfidence during inference, particularly when adapted to downstream domain-specific tasks with limited data. Previous work addresses this issue by employing approximate…

Uncalibrated Reasoning: GRPO Induces Overconfidence for Stochastic Outcomes

2025-08-15 · Michael Bereket, Jure Leskovec arxiv

Reinforcement learning (RL) has proven remarkably effective at improving the accuracy of language models in verifiable and deterministic domains like mathematics. Here, we examine if current RL methods are also effective…

Reinforcement Learning