RBUE: A ReLU-Based Uncertainty Estimation Method of Deep Neural Networks
Yufeng Xia, Jun Zhang, Zhiqiang Gong, Tingsong Jiang, Wen Yao

TL;DR
RBUE introduces a novel, efficient uncertainty estimation method for deep neural networks by adding randomness to activation functions, offering a competitive alternative to existing methods with lower training costs.
Contribution
The paper proposes RBUE, a new uncertainty estimation approach that modifies activation functions to generate diverse outputs without retraining, improving efficiency over traditional methods.
Findings
RBUE achieves comparable uncertainty estimation performance to Deep Ensemble and MC-Dropout.
RBUE requires less training time and memory, making it more practical for large-scale applications.
Experimental results on CIFAR datasets validate the effectiveness of RBUE.
Abstract
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…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Anomaly Detection Techniques and Applications · Explainable Artificial Intelligence (XAI)
