Uncertainty Quantification With Noise Injection in Neural Networks: A Bayesian Perspective
Xueqiong Yuan, Jipeng Li, Ercan Engin Kuruoglu
TL;DR
This work tackles model uncertainty in neural networks by establishing that injecting noise into weights is a Bayesian approximation of a deep Gaussian process ($\mathcal{GP}$) in the infinite-width limit. It then introduces Monte Carlo Noise Injection (MCNI), a scalable method that trains with weight noise and uses multiple forward passes at inference to estimate predictive uncertainty via a Bayesian posterior. The authors prove an ELBO-equivalence to a GP-based objective and demonstrate improved predictive accuracy, calibration, and selective performance on toy data, UCI regression tasks, and CIFAR-10 compared with MC dropout. Overall, MCNI provides a principled, practical approach to uncertainty quantification in deep networks with competitive performance across regression and classification benchmarks.
Abstract
Model uncertainty quantification involves measuring and evaluating the uncertainty linked to a model's predictions, helping assess their reliability and confidence. Noise injection is a technique used to enhance the robustness of neural networks by introducing randomness. In this paper, we establish a connection between noise injection and uncertainty quantification from a Bayesian standpoint. We theoretically demonstrate that injecting noise into the weights of a neural network is equivalent to Bayesian inference on a deep Gaussian process. Consequently, we introduce a Monte Carlo Noise Injection (MCNI) method, which involves injecting noise into the parameters during training and performing multiple forward propagations during inference to estimate the uncertainty of the prediction. Through simulation and experiments on regression and classification tasks, our method demonstrates superior performance compared to the baseline model.
