Inhibited Softmax for Uncertainty Estimation in Neural Networks
Marcin Mo\.zejko, Mateusz Susik, Rafa{\l} Karczewski

TL;DR
This paper introduces Inhibited Softmax, a novel method for uncertainty estimation in neural networks that extends the softmax layer with an extra input to effectively gauge uncertainty without extra computational costs.
Contribution
The paper proposes Inhibited Softmax, a simple extension to softmax layers that accurately estimates uncertainty without additional parameters or multiple passes.
Findings
Performs comparably to computationally intensive methods
Outperforms baseline methods in image recognition
Effective in sentiment analysis tasks
Abstract
We present a new method for uncertainty estimation and out-of-distribution detection in neural networks with softmax output. We extend softmax layer with an additional constant input. The corresponding additional output is able to represent the uncertainty of the network. The proposed method requires neither additional parameters nor multiple forward passes nor input preprocessing nor out-of-distribution datasets. We show that our method performs comparably to more computationally expensive methods and outperforms baselines on our experiments from image recognition and sentiment analysis domains.
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
TopicsAdversarial Robustness in Machine Learning · Model Reduction and Neural Networks · Anomaly Detection Techniques and Applications
MethodsSoftmax
