Papers › Exposing Outlier Exposure: What Can Be Learned From Few, One, and Zero Outlier Images
Exposing Outlier Exposure: What Can Be Learned From Few, One, and Zero Outlier Images
Philipp Liznerski, Lukas Ruff, Robert A. Vandermeulen, Billy Joe Franks, Klaus-Robert Müller, Marius Kloft
Due to the intractability of characterizing everything that looks unlike the normal data, anomaly detection (AD) is traditionally treated as an unsupervised problem utilizing only normal samples. However, it has recently been found that unsupervised image AD can be drastically improved through the utilization of huge corpora of random images to represent anomalousness; a technique which is known as Outlier Exposure. In this paper we show that specialized AD learning methods seem unnecessary for state-of-the-art performance, and furthermore one can achieve strong performance with just a small collection of Outlier Exposure data, contradicting common assumptions in the field of AD. We find that standard classifiers and semi-supervised one-class methods trained to discern between normal samples and relatively few random natural images are able to outperform the current state of the art on an established AD benchmark with ImageNet. Further experiments reveal that even one well-chosen outlier sample is sufficient to achieve decent performance on this benchmark (79.3% AUC). We investigate this phenomenon and find that one-class methods are more robust to the choice of training outliers, indicating that there are scenarios where these are still more useful than standard classifiers. Additionally, we include experiments that delineate the scenarios where our results hold. Lastly, no training samples are necessary when one uses the representations learned by CLIP, a recent foundation model, which achieves state-of-the-art AD results on CIFAR-10 and ImageNet in a zero-shot setting.
In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.
For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2205.11474")
Code
Syntology Ran 0 of 1 code samples harvested from 1 repository linked to this paper; 1 has no recorded run.
By repository: official repository: 1 sample from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.
Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.
Code Syntology ran Syntology
1 sample harvested; 0 ran; 0 honoured the contract we drafted; 1 has no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.
Licence: 0 of the 1 sample are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.
Harvested from liznerski/eoe. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.
Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.
Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.
95ff8c10f19afc85 · report
Tasks
Results from the paper archive 2025-07-28
| Task | Dataset | Model | Metric | Value | Rank at snapshot | Leaderboard | Report |
|---|---|---|---|---|---|---|---|
| Anomaly Detection | Leave-One-Class-Out CIFAR-10 | BCE-CLIP | AUROC | 98.4 | #1 of 6 | Archive leaderboard | report |
| Anomaly Detection | Leave-One-Class-Out CIFAR-10 | CLIP (zero shot) | AUROC | 92.2 | #2 of 6 | Archive leaderboard | report |
| Anomaly Detection | Leave-One-Class-Out CIFAR-10 | Binary Cross Entropy (OE) | AUROC | 86.6 | #3 of 6 | Archive leaderboard | report |
| Anomaly Detection | Leave-One-Class-Out CIFAR-10 | HSC | AUROC | 84.8 | #4 of 6 | Archive leaderboard | report |
| Anomaly Detection | Leave-One-Class-Out CIFAR-10 | DSAD | AUROC | 84.2 | #5 of 6 | Archive leaderboard | report |
| Anomaly Detection | Leave-One-Class-Out CIFAR-10 | DSVDD | AUROC | 52.2 | #6 of 6 | Archive leaderboard | report |
| Anomaly Detection | Leave-One-Class-Out ImageNet-30 | BCE-CLIP (OE) | AUROC | 99.3 | #1 of 6 | Archive leaderboard | report |
| Anomaly Detection | Leave-One-Class-Out ImageNet-30 | CLIP (zero shot) | AUROC | 97.8 | #2 of 6 | Archive leaderboard | report |
| Anomaly Detection | Leave-One-Class-Out ImageNet-30 | DSAD | AUROC | 88.8 | #3 of 6 | Archive leaderboard | report |
| Anomaly Detection | Leave-One-Class-Out ImageNet-30 | HSC (OE) | AUROC | 88.3 | #4 of 6 | Archive leaderboard | report |
| Anomaly Detection | Leave-One-Class-Out ImageNet-30 | Binary Cross Entropy (OE) | AUROC | 88.2 | #5 of 6 | Archive leaderboard | report |
| Anomaly Detection | Leave-One-Class-Out ImageNet-30 | DSVDD | AUROC | 49.7 | #6 of 6 | Archive leaderboard | report |
| Anomaly Detection | One-class CIFAR-10 | CLIP (OE) | AUROC | 99.6 | #1 of 36 | Archive leaderboard | report |
| Anomaly Detection | One-class CIFAR-10 | CLIP (zero shot) | AUROC | 98.5 | #7 of 36 | Archive leaderboard | report |
| Anomaly Detection | One-class ImageNet-30 | BCE-Clip (OE) | AUROC | 99.90 | #1 of 11 | Archive leaderboard | report |
| Anomaly Detection | One-class ImageNet-30 | CLIP (Zero Shot) | AUROC | 99.88 | #2 of 11 | Archive leaderboard | report |
| Anomaly Detection | One-class ImageNet-30 | Binary Cross Entropy (OE) | AUROC | 97.7 | #3 of 11 | Archive leaderboard | report |
Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.
Methods
Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections