English

Deep Anomaly Detection with Outlier Exposure

Machine Learning 2019-01-30 v3 Computation and Language Computer Vision and Pattern Recognition Machine Learning

Abstract

It is important to detect anomalous inputs when deploying machine learning systems. The use of larger and more complex inputs in deep learning magnifies the difficulty of distinguishing between anomalous and in-distribution examples. At the same time, diverse image and text data are available in enormous quantities. We propose leveraging these data to improve deep anomaly detection by training anomaly detectors against an auxiliary dataset of outliers, an approach we call Outlier Exposure (OE). This enables anomaly detectors to generalize and detect unseen anomalies. In extensive experiments on natural language processing and small- and large-scale vision tasks, we find that Outlier Exposure significantly improves detection performance. We also observe that cutting-edge generative models trained on CIFAR-10 may assign higher likelihoods to SVHN images than to CIFAR-10 images; we use OE to mitigate this issue. We also analyze the flexibility and robustness of Outlier Exposure, and identify characteristics of the auxiliary dataset that improve performance.

Keywords

Cite

@article{arxiv.1812.04606,
  title  = {Deep Anomaly Detection with Outlier Exposure},
  author = {Dan Hendrycks and Mantas Mazeika and Thomas Dietterich},
  journal= {arXiv preprint arXiv:1812.04606},
  year   = {2019}
}

Comments

ICLR 2019; PyTorch code available at https://github.com/hendrycks/outlier-exposure

R2 v1 2026-06-23T06:39:23.809Z