MLLGJul 23, 2017

Pairing an arbitrary regressor with an artificial neural network estimating aleatoric uncertainty

arXiv:1707.07287v311 citations
Originality Incremental advance
AI Analysis

This work addresses uncertainty estimation for regression in machine learning, offering a novel approach that is more flexible than classical methods, though it appears incremental in the context of uncertainty quantification techniques.

The paper tackles the problem of quantifying aleatoric uncertainty in regression tasks using neural networks by proposing a method that trains two networks jointly with a hyperparameter to control contributions from noisy and clean input regions, resulting in improved predictions compared to existing methods, with small values of the hyperparameter enhancing performance.

We suggest a general approach to quantification of different forms of aleatoric uncertainty in regression tasks performed by artificial neural networks. It is based on the simultaneous training of two neural networks with a joint loss function and a specific hyperparameter $λ>0$ that allows for automatically detecting noisy and clean regions in the input space and controlling their {\em relative contribution} to the loss and its gradients. After the model has been trained, one of the networks performs predictions and the other quantifies the uncertainty of these predictions by estimating the locally averaged loss of the first one. Unlike in many classical uncertainty quantification methods, we do not assume any a priori knowledge of the ground truth probability distribution, neither do we, in general, maximize the likelihood of a chosen parametric family of distributions. We analyze the learning process and the influence of clean and noisy regions of the input space on the loss surface, depending on $λ$. In particular, we show that small values of $λ$ increase the relative contribution of clean regions to the loss and its gradients. This explains why choosing small $λ$ allows for better predictions compared with neural networks without uncertainty counterparts and those based on classical likelihood maximization. Finally, we demonstrate that one can naturally form ensembles of pairs of our networks and thus capture both aleatoric and epistemic uncertainty and avoid overfitting.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes