paper-with-me

홈 › Papers

Inhibited Softmax for Uncertainty Estimation in Neural Networks

2018-10-03 · Marcin Możejko, Mateusz Susik, Rafał Karczewski

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.

📄 PDF Abstract BibTeX arXiv:1810.01861

Code (1)

MSusik/Inhibited-softmax 공식 구현 pytorch

Tasks

Out-of-Distribution DetectionSentiment Analysis

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Density-Softmax: Efficient Test-time Model for Uncertainty Estimation and Robustness under Distribution Shifts

2023-02-13 · Ha Manh Bui, Anqi Liu

Sampling-based methods, e.g., Deep Ensembles and Bayesian Neural Nets have become promising approaches to improve the quality of uncertainty estimation and robust generalization. However, they suffer from a large model s…

Computational Efficiency

Inhibited Self-Attention: Sharpening Focus in Vision Transformers

2026-07-14 · Peter R. D. van der Wal, Nicola Strisciuglio, George Azzopardi arxiv

Vision Transformers (ViTs) have demonstrated remarkable performance in computer vision tasks. However, their self-attention mechanism often diffuses focus across background regions, relying on spurious correlations rathe…

Revisiting Softmax for Uncertainty Approximation in Text Classification

2022-10-25 · Andreas Nugaard Holm, Dustin Wright, Isabelle Augenstein

Uncertainty approximation in text classification is an important area with applications in domain adaptation and interpretability. One of the most widely used uncertainty approximation methods is Monte Carlo (MC) Dropout…

ClassificationDomain Adaptationtext-classificationText Classification

AdUE: Improving uncertainty estimation head for LoRA adapters in LLMs

2025-05-21 · Artem Zabolotnyi, Roman Makarov, Mile Mitrovic, Polina Proskura 외

Uncertainty estimation remains a critical challenge in adapting pre-trained language models to classification tasks, particularly under parameter-efficient fine-tuning approaches such as adapters. We introduce AdUE1, an …

parameter-efficient fine-tuning

Plug-in Losses for Evidential Deep Learning: A Simplified Framework for Uncertainty Estimation that Includes the Softmax Classifier

2026-05-21 · Berk Hayta, Hannah Laus, Simon Mittermaier, Felix Krahmer arxiv

Real-world sensor-based learning systems require uncertainty estimation that is both reliable and computationally efficient. Evidential Deep Learning (EDL) provides single-pass uncertainty estimation by modeling the clas…

Speech Recognition