LGNov 7, 2023

Preventing Arbitrarily High Confidence on Far-Away Data in Point-Estimated Discriminative Neural Networks

arXiv:2311.03683v2h-index: 13
Originality Highly original
AI Analysis

This addresses a critical reliability issue for neural networks in safety-critical applications like autonomous systems or medical diagnosis, though it is an incremental improvement over existing OOD detection methods.

The paper tackles the problem of overconfident predictions in discriminative neural networks on out-of-distribution (OOD) data by adding an extra class logit that dominates as data moves away from the training set, provably preventing arbitrarily high confidence and demonstrating strong performance on benchmarks.

Discriminatively trained, deterministic neural networks are the de facto choice for classification problems. However, even though they achieve state-of-the-art results on in-domain test sets, they tend to be overconfident on out-of-distribution (OOD) data. For instance, ReLU networks - a popular class of neural network architectures - have been shown to almost always yield high confidence predictions when the test data are far away from the training set, even when they are trained with OOD data. We overcome this problem by adding a term to the output of the neural network that corresponds to the logit of an extra class, that we design to dominate the logits of the original classes as we move away from the training data.This technique provably prevents arbitrarily high confidence on far-away test data while maintaining a simple discriminative point-estimate training. Evaluation on various benchmarks demonstrates strong performance against competitive baselines on both far-away and realistic OOD data.

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