LGCLCVMLDec 11, 2018

Deep Anomaly Detection with Outlier Exposure

arXiv:1812.04606v31757 citations
Originality Highly original
AI Analysis

This addresses the challenge of distinguishing anomalies from in-distribution data for deploying reliable machine learning systems, offering a novel approach to enhance anomaly detection.

The paper tackles the problem of detecting anomalous inputs in deep learning systems by proposing Outlier Exposure (OE), which trains anomaly detectors on auxiliary outlier datasets, resulting in significant improvements in detection performance across NLP and vision tasks.

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.

Code Implementations9 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

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

Your Notes