paper-with-me

Papers

Deep Anomaly Detection with Outlier Exposure

2018-12-11 · ICLR 2019 5 · Dan Hendrycks, Mantas Mazeika, Thomas Dietterich

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.

📄 PDF Abstract BibTeX arXiv:1812.04606

Code (9)

hendrycks/outlier-exposure 공식 구현 pytorch
AlexMeinke/Provable-OOD-Detection pytorch
JakobCode/UncertaintyInNeuralNetworks_Resources pytorch
albertkx/conal pytorch
guyAmit/GLOD pytorch
jun-cen/unified_open_set_recognition pytorch
oliverzhang42/ood_medical_images pytorch
sayakpaul/Generalized-ODIN-TF tf
zjysteven/mixoe pytorch

Tasks

Anomaly DetectionOut-of-Distribution DetectionOut of Distribution (OOD) Detection

Methods 이 논문이 사용한 방법론

Average Pooling 설명 없음
Residual Connection 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Batch Normalization 설명 없음
Bottleneck Residual Block A Bottleneck Residual Block is a variant of the residual block that utilises 1x1 convolutions to create a bottleneck. The…
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Residual Block Residual Blocks are skip-connection blocks that learn residual functions with reference to the layer inputs, instead of learning unreferenced functions. They were introduced…

Similar Papers 제목 키워드 기반

An Outlier Exposure Approach to Improve Visual Anomaly Detection Performance for Mobile Robots

2022-09-20 · Dario Mantegazza, Alessandro Giusti, Luca Maria Gambardella, Jérôme Guzzi

We consider the problem of building visual anomaly detection systems for mobile robots. Standard anomaly detection models are trained using large datasets composed only of non-anomalous data. However, in robotics applica…

Anomaly Detection

Post-Hoc Calibrated Anomaly Detection

2025-03-25 · Sean Gloumeau

Deep unsupervised anomaly detection has seen improvements in a supervised binary classification paradigm in which auxiliary external data is included in the training set as anomalous data in a process referred to as outl…

Anomaly DetectionBinary ClassificationUnsupervised Anomaly Detection

Latent Outlier Exposure for Anomaly Detection with Contaminated Data

2022-02-16 · Chen Qiu, Aodong Li, Marius Kloft, Maja Rudolph 외

Anomaly detection aims at identifying data points that show systematic deviations from the majority of data in an unlabeled dataset. A common assumption is that clean training data (free of anomalies) is available, which…

Anomaly DetectionVideo Anomaly Detection

UMAD: Unsupervised Mask-Level Anomaly Detection for Autonomous Driving

2024-06-10 · Daniel Bogdoll, Noël Ollick, Tim Joseph, Svetlana Pavlitska 외

Dealing with atypical traffic scenarios remains a challenging task in autonomous driving. However, most anomaly detection approaches cannot be trained on raw sensor data but require exposure to outlier data and powerful …

Anomaly DetectionAutonomous DrivingImage SegmentationSegmentation+3

TaskFusion: Continual Anomaly Detection for Heterogeneous Tabular Data

2026-06-10 · Dayananda Herurkar, Federico Raue, Joachim Folz, Jörn Hees 외 arxiv

Continual anomaly detection in tabular data is challenging and remains largely underexplored, particularly in settings with heterogeneous feature schemas, distribution shifts, and severe class imbalance. In many real-wor…

Continual LearningAnomaly Detection