MLLGFeb 13, 2018

Learning Confidence for Out-of-Distribution Detection in Neural Networks

arXiv:1802.04865v1654 citations
AI Analysis

This addresses the issue of unreliable predictions in neural networks for users in safety-critical applications, though it is incremental as it builds on existing out-of-distribution detection methods.

The paper tackles the problem of neural networks being unable to recognize when their predictions are wrong, particularly in out-of-distribution detection, by proposing a method to learn confidence estimates that surpasses recent techniques without needing extra labels or out-of-distribution examples.

Modern neural networks are very powerful predictive models, but they are often incapable of recognizing when their predictions may be wrong. Closely related to this is the task of out-of-distribution detection, where a network must determine whether or not an input is outside of the set on which it is expected to safely perform. To jointly address these issues, we propose a method of learning confidence estimates for neural networks that is simple to implement and produces intuitively interpretable outputs. We demonstrate that on the task of out-of-distribution detection, our technique surpasses recently proposed techniques which construct confidence based on the network's output distribution, without requiring any additional labels or access to out-of-distribution examples. Additionally, we address the problem of calibrating out-of-distribution detectors, where we demonstrate that misclassified in-distribution examples can be used as a proxy for out-of-distribution examples.

Code Implementations5 repos
Foundations

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

Your Notes