A Simple Approach to Improve Single-Model Deep Uncertainty via Distance-Awareness
Jeremiah Zhe Liu, Shreyas Padhy, Jie Ren, Zi Lin, Yeming Wen, Ghassen, Jerfel, Zack Nado, Jasper Snoek, Dustin Tran, Balaji Lakshminarayanan

TL;DR
This paper introduces SNGP, a simple method to enhance uncertainty estimation in single deep neural networks by improving distance-awareness through spectral normalization and Gaussian process layers, outperforming other approaches.
Contribution
The paper formalizes the importance of distance-awareness for uncertainty and proposes SNGP, a scalable technique that significantly improves uncertainty quantification in single models.
Findings
SNGP outperforms other single-model methods in calibration and out-of-domain detection.
Spectral normalization enforces smoothness, enhancing distance-awareness.
Combining SNGP with techniques like data augmentation yields further benefits.
Abstract
Accurate uncertainty quantification is a major challenge in deep learning, as neural networks can make overconfident errors and assign high confidence predictions to out-of-distribution (OOD) inputs. The most popular approaches to estimate predictive uncertainty in deep learning are methods that combine predictions from multiple neural networks, such as Bayesian neural networks (BNNs) and deep ensembles. However their practicality in real-time, industrial-scale applications are limited due to the high memory and computational cost. Furthermore, ensembles and BNNs do not necessarily fix all the issues with the underlying member networks. In this work, we study principled approaches to improve uncertainty property of a single network, based on a single, deterministic representation. By formalizing the uncertainty quantification as a minimax learning problem, we first identify distance…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFault Detection and Control Systems · Gaussian Processes and Bayesian Inference · Adversarial Robustness in Machine Learning
MethodsDeep Ensembles · Spectral Normalization · Gaussian Process
