# Outlier Exposure with Confidence Control for Out-of-Distribution   Detection

**Authors:** Aristotelis-Angelos Papadopoulos, Mohammad Reza Rajati, Nazim Shaikh,, Jiamian Wang

arXiv: 1906.03509 · 2021-03-16

## TL;DR

This paper introduces OECC, a novel training method that enhances neural networks' ability to detect out-of-distribution samples effectively, without sacrificing classification accuracy on known classes.

## Contribution

The paper proposes OECC, a new loss function and training approach that improves OOD detection and can be combined with existing post-training methods for better performance.

## Key findings

- OECC outperforms existing methods in OOD detection on image and text tasks.
- Combining OECC with post-training methods further enhances detection accuracy.
- OECC maintains high classification accuracy on known classes.

## Abstract

Deep neural networks have achieved great success in classification tasks during the last years. However, one major problem to the path towards artificial intelligence is the inability of neural networks to accurately detect samples from novel class distributions and therefore, most of the existent classification algorithms assume that all classes are known prior to the training stage. In this work, we propose a methodology for training a neural network that allows it to efficiently detect out-of-distribution (OOD) examples without compromising much of its classification accuracy on the test examples from known classes. We propose a novel loss function that gives rise to a novel method, Outlier Exposure with Confidence Control (OECC), which achieves superior results in OOD detection with OE both on image and text classification tasks without requiring access to OOD samples. Additionally, we experimentally show that the combination of OECC with state-of-the-art post-training OOD detection methods, like the Mahalanobis Detector (MD) and the Gramian Matrices (GM) methods, further improves their performance in the OOD detection task, demonstrating the potential of combining training and post-training methods for OOD detection.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1906.03509/full.md

## Figures

6 figures with captions in the complete paper: https://tomesphere.com/paper/1906.03509/full.md

## References

60 references — full list in the complete paper: https://tomesphere.com/paper/1906.03509/full.md

---
Source: https://tomesphere.com/paper/1906.03509