paper-with-me

Papers

Dropout Prediction Uncertainty Estimation Using Neuron Activation Strength

2021-10-13 · Haichao Yu, Zhe Chen, Dong Lin, Gil Shamir, Jie Han

Dropout has been commonly used to quantify prediction uncertainty, i.e, the variations of model predictions on a given input example. However, using dropout in practice can be expensive as it requires running dropout inferences many times. In this paper, we study how to estimate dropout prediction uncertainty in a resource-efficient manner. We demonstrate that we can use neuron activation strengths to estimate dropout prediction uncertainty under different dropout settings and on a variety of tasks using three large datasets, MovieLens, Criteo, and EMNIST. Our approach provides an inference-once method to estimate dropout prediction uncertainty as a cheap auxiliary task. We also demonstrate that using activation features from a subset of the neural network layers can be sufficient to achieve uncertainty estimation performance almost comparable to that of using activation features from all layers, thus reducing resources even further for uncertainty estimation.

📄 PDF Abstract BibTeX arXiv:2110.06435

Code (0)

등록된 구현이 없습니다.

Tasks

Prediction

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Dropout Strikes Back: Improved Uncertainty Estimation via Diversity Sampling

2020-03-06 · Kirill Fedyanin, Evgenii Tsymbalov, Maxim Panov

Uncertainty estimation for machine learning models is of high importance in many scenarios such as constructing the confidence intervals for model predictions and detection of out-of-distribution or adversarially generat…

DiversityPoint Processes

On the Robustness of Monte Carlo Dropout Trained with Noisy Labels

2021-03-22 · Purvi Goel, Li Chen

The memorization effect of deep learning hinders its performance to effectively generalize on test set when learning with noisy labels. Prior study has discovered that epistemic uncertainty techniques are robust when tra…

Learning with noisy labelsMemorization

RBUE: A ReLU-Based Uncertainty Estimation Method of Deep Neural Networks

2021-07-15 · Yufeng Xia, Jun Zhang, Zhiqiang Gong, Tingsong Jiang 외

Deep neural networks (DNNs) have successfully learned useful data representations in various tasks. However, assessing the reliability of these representations remains a challenge. Deep Ensemble is widely considered the …

Diversity

Unreliable Uncertainty Estimates with Monte Carlo Dropout

2025-12-16 · Aslak Djupskås, Alexander Johannes Stasik, Signe Riemer-Sørensen arxiv

Reliable uncertainty estimation is crucial for machine learning models, especially in safety-critical domains. While exact Bayesian inference offers a principled approach, it is often computationally infeasible for deep …

Bayesian InferenceGaussian Processes

Joint Inference for Neural Network Depth and Dropout Regularization

2021-11-08 · NeurIPS 2021 12 · Kishan K C, Rui Li, MohammadMahdi Gilany

Dropout regularization methods prune a neural network's pre-determined backbone structure to avoid overfitting. However, a deep model still tends to be poorly calibrated with high confidence on incorrect predictions. We …

Continual LearningModel Selection