Do We Really Need to Learn Representations from In-domain Data for Outlier Detection?
Zhisheng Xiao, Qing Yan, Yali Amit

TL;DR
This paper investigates whether using a pre-trained, general-purpose network can replace task-specific representation learning for outlier detection, achieving comparable or better results without additional training.
Contribution
It demonstrates that a single pre-trained network can effectively replace in-domain training for outlier detection, simplifying the process and reducing computational costs.
Findings
Pre-trained ImageNet models perform competitively on outlier detection benchmarks.
Learning domain-specific representations may be unnecessary for effective outlier detection.
Using pre-trained models can simplify and accelerate outlier detection workflows.
Abstract
Unsupervised outlier detection, which predicts if a test sample is an outlier or not using only the information from unlabelled inlier data, is an important but challenging task. Recently, methods based on the two-stage framework achieve state-of-the-art performance on this task. The framework leverages self-supervised representation learning algorithms to train a feature extractor on inlier data, and applies a simple outlier detector in the feature space. In this paper, we explore the possibility of avoiding the high cost of training a distinct representation for each outlier detection task, and instead using a single pre-trained network as the universal feature extractor regardless of the source of in-domain data. In particular, we replace the task-specific feature extractor by one network pre-trained on ImageNet with a self-supervised loss. In experiments, we demonstrate competitive…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAnomaly Detection Techniques and Applications · Domain Adaptation and Few-Shot Learning · Adversarial Robustness in Machine Learning
