MLLGJun 7, 2021

How to Evaluate Uncertainty Estimates in Machine Learning for Regression?

arXiv:2106.03395v252 citations
Originality Incremental advance
AI Analysis

This work addresses a critical problem for researchers and practitioners using neural networks, as it highlights fundamental limitations in evaluating uncertainty estimates, which is essential for reliable decision-making in applications like healthcare or finance.

The paper identifies serious flaws in existing methods for evaluating uncertainty estimates in machine learning regression, showing that current approaches like log-likelihood and prediction interval coverage fail to disentangle uncertainty components and ensure pointwise coverage. It proposes a simulation-based testing approach to address these issues.

As neural networks become more popular, the need for accompanying uncertainty estimates increases. There are currently two main approaches to test the quality of these estimates. Most methods output a density. They can be compared by evaluating their loglikelihood on a test set. Other methods output a prediction interval directly. These methods are often tested by examining the fraction of test points that fall inside the corresponding prediction intervals. Intuitively both approaches seem logical. However, we demonstrate through both theoretical arguments and simulations that both ways of evaluating the quality of uncertainty estimates have serious flaws. Firstly, both approaches cannot disentangle the separate components that jointly create the predictive uncertainty, making it difficult to evaluate the quality of the estimates of these components. Secondly, a better loglikelihood does not guarantee better prediction intervals, which is what the methods are often used for in practice. Moreover, the current approach to test prediction intervals directly has additional flaws. We show why it is fundamentally flawed to test a prediction or confidence interval on a single test set. At best, marginal coverage is measured, implicitly averaging out overconfident and underconfident predictions. A much more desirable property is pointwise coverage, requiring the correct coverage for each prediction. We demonstrate through practical examples that these effects can result in favoring a method, based on the predictive uncertainty, that has undesirable behaviour of the confidence or prediction intervals. Finally, we propose a simulation-based testing approach that addresses these problems while still allowing easy comparison between different methods.

Foundations

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

Your Notes