Deep Out-of-Distribution Uncertainty Quantification via Weight Entropy Maximization
Antoine de Mathelin, François Deheeger, Mathilde Mougeot, Nicolas Vayatis
TL;DR
This work tackles over-confident predictions in deep learning by reframing epistemic uncertainty as sampling across the full space of weight-consistent hypotheses. It introduces MaxWEnt, an entropy-regularized objective that minimizes empirical risk while maximizing weight-space entropy, optimized via reparameterization tricks. The authors develop two practical weight-parameterizations (Scaling and SVD) and prove closed-form entropy expressions, with theoretical results in linear models and extensions to deep networks. Extensive experiments on synthetic data, UCI benchmarks, CityCam, and OSR/OpenOOD demonstrate that MaxWEnt, particularly with SVD parameterization, achieves state-of-the-art OOD detection and more faithful epistemic uncertainty estimates. The work also discusses Bayesian links, hyperparameter considerations, and practical guidelines for deploying entropy-based uncertainty quantification in real-world settings.
Abstract
This paper deals with uncertainty quantification and out-of-distribution detection in deep learning using Bayesian and ensemble methods. It proposes a practical solution to the lack of prediction diversity observed recently for standard approaches when used out-of-distribution (Ovadia et al., 2019; Liu et al., 2021). Considering that this issue is mainly related to a lack of weight diversity, we claim that standard methods sample in "over-restricted" regions of the weight space due to the use of "over-regularization" processes, such as weight decay and zero-mean centered Gaussian priors. We propose to solve the problem by adopting the maximum entropy principle for the weight distribution, with the underlying idea to maximize the weight diversity. Under this paradigm, the epistemic uncertainty is described by the weight distribution of maximal entropy that produces neural networks "consistent" with the training observations. Considering stochastic neural networks, a practical optimization is derived to build such a distribution, defined as a trade-off between the average empirical risk and the weight distribution entropy. We develop a novel weight parameterization for the stochastic model, based on the singular value decomposition of the neural network's hidden representations, which enables a large increase of the weight entropy for a small empirical risk penalization. We provide both theoretical and numerical results to assess the efficiency of the approach. In particular, the proposed algorithm appears in the top three best methods in all configurations of an extensive out-of-distribution detection benchmark including more than thirty competitors.
