paper-with-me

Papers

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

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

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 state-of-the-art method which can estimate the uncertainty with higher quality, but it is very expensive to train and test. MC-Dropout is another popular method, which is less expensive but lacks the diversity of predictions. To estimate the uncertainty with higher quality in less time, we introduce a ReLU-Based Uncertainty Estimation (RBUE) method. Instead of randomly dropping some neurons of the network as in MC-Dropout or using the randomness of the initial weights of networks as in Deep Ensemble, RBUE adds randomness to the activation function module, making the outputs diverse. Under the method, we propose two strategies, MC-DropReLU and MC-RReLU, to estimate uncertainty. We analyze and compare the output diversity of MC-Dropout and our method from the variance perspective and obtain the relationship between the hyperparameters and predictive diversity in the two methods. Moreover, our method is simple to implement and does not need to modify the existing model. We experimentally validate the RBUE on three widely used datasets, CIFAR10, CIFAR100, and TinyImageNet. The experiments demonstrate that our method has competitive performance but is more favorable in training time and memory requirements.

📄 PDF Abstract BibTeX arXiv:2107.07197

Code (0)

등록된 구현이 없습니다.

Tasks

Diversity

Similar Papers 제목 키워드 기반

Confidence Interval Construction and Conditional Variance Estimation with Dense ReLU Networks

2024-12-29 · Carlos Misael Madrid Padilla, Oscar Hernan Madrid Padilla, Yik Lun Kei, Zhi Zhang 외

This paper addresses the problems of conditional variance estimation and confidence interval construction in nonparametric regression using dense networks with the Rectified Linear Unit (ReLU) activation function. We pre…

Uncertainty Quantification

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, i…

Bayesian Inference

Know Your Limits: Uncertainty Estimation with ReLU Classifiers Fails at Reliable OOD Detection

2020-12-09 · Dennis Ulmer, Giovanni Cinà

A crucial requirement for reliable deployment of deep learning models for safety-critical applications is the ability to identify out-of-distribution (OOD) data points, samples which differ from the training data and on …

General ClassificationOut of Distribution (OOD) Detection

TEDL: A Two-stage Evidential Deep Learning Method for Classification Uncertainty Quantification

2022-09-12 · Xue Li, Wei Shen, Denis Charles

In this paper, we propose TEDL, a two-stage learning approach to quantify uncertainty for deep learning models in classification tasks, inspired by our findings in experimenting with Evidential Deep Learning (EDL) method…

SensitivityUncertainty Quantification

Uncertainty Quantification for Sparse Deep Learning

2020-02-26 · Yuexi Wang, Veronika Ročková

Deep learning methods continue to have a decided impact on machine learning, both in theory and in practice. Statistical theoretical developments have been mostly concerned with approximability or rates of estimation whe…

Deep LearningUncertainty Quantificationvalid