Uncertainty Quantification in Deep Residual Neural Networks
Lukasz Wandzik, Raul Vicente Garcia, J\"org Kr\"uger

TL;DR
This paper introduces a novel method for uncertainty quantification in deep residual neural networks using stochastic depth, providing well-calibrated uncertainty estimates and improved robustness to out-of-distribution data.
Contribution
It presents a new approach that interprets stochastic depth as a variational approximation for Bayesian neural networks, enabling uncertainty estimation in residual networks.
Findings
Produces well-calibrated softmax probabilities
Enhances robustness to domain shift and out-of-distribution samples
Applicable to facial verification tasks
Abstract
Uncertainty quantification is an important and challenging problem in deep learning. Previous methods rely on dropout layers which are not present in modern deep architectures or batch normalization which is sensitive to batch sizes. In this work, we address the problem of uncertainty quantification in deep residual networks by using a regularization technique called stochastic depth. We show that training residual networks using stochastic depth can be interpreted as a variational approximation to the intractable posterior over the weights in Bayesian neural networks. We demonstrate that by sampling from a distribution of residual networks with varying depth and shared weights, meaningful uncertainty estimates can be obtained. Moreover, compared to the original formulation of residual networks, our method produces well-calibrated softmax probabilities with only minor changes to the…
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
TopicsGenerative Adversarial Networks and Image Synthesis · Adversarial Robustness in Machine Learning · Face recognition and analysis
MethodsSoftmax · Stochastic Depth · Dropout · Batch Normalization
