LGCVMLApr 27, 2019

Analysis of Confident-Classifiers for Out-of-distribution Detection

arXiv:1904.12220v120 citations
Originality Synthesis-oriented
AI Analysis

This addresses the problem of unreliable neural classifiers for practitioners by highlighting a limitation in current OOD detection methods and suggesting an incremental improvement.

The paper analyzes confident-classifiers for out-of-distribution (OOD) detection in image classification, finding that they can still assign high confidence to distant OOD samples, and proposes adding an explicit reject class to address this issue.

Discriminatively trained neural classifiers can be trusted, only when the input data comes from the training distribution (in-distribution). Therefore, detecting out-of-distribution (OOD) samples is very important to avoid classification errors. In the context of OOD detection for image classification, one of the recent approaches proposes training a classifier called "confident-classifier" by minimizing the standard cross-entropy loss on in-distribution samples and minimizing the KL divergence between the predictive distribution of OOD samples in the low-density regions of in-distribution and the uniform distribution (maximizing the entropy of the outputs). Thus, the samples could be detected as OOD if they have low confidence or high entropy. In this paper, we analyze this setting both theoretically and experimentally. We conclude that the resulting confident-classifier still yields arbitrarily high confidence for OOD samples far away from the in-distribution. We instead suggest training a classifier by adding an explicit "reject" class for OOD samples.

Code Implementations1 repo
Foundations

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

Your Notes