SSD: A Unified Framework for Self-Supervised Outlier Detection
Vikash Sehwag, Mung Chiang, Prateek Mittal

TL;DR
This paper introduces SSD, a self-supervised outlier detection framework that effectively identifies out-of-distribution samples using only unlabeled in-distribution data, outperforming existing methods and matching supervised approaches.
Contribution
The paper presents SSD, a novel self-supervised outlier detection method that leverages Mahalanobis distance in feature space, achieving state-of-the-art results without requiring labeled data.
Findings
SSD outperforms most unlabeled data detectors significantly.
SSD matches or exceeds the performance of supervised detectors.
Extensions to few-shot and labeled data scenarios further improve detection accuracy.
Abstract
We ask the following question: what training information is required to design an effective outlier/out-of-distribution (OOD) detector, i.e., detecting samples that lie far away from the training distribution? Since unlabeled data is easily accessible for many applications, the most compelling approach is to develop detectors based on only unlabeled in-distribution data. However, we observe that most existing detectors based on unlabeled data perform poorly, often equivalent to a random prediction. In contrast, existing state-of-the-art OOD detectors achieve impressive performance but require access to fine-grained data labels for supervised training. We propose SSD, an outlier detector based on only unlabeled in-distribution data. We use self-supervised representation learning followed by a Mahalanobis distance based detection in the feature space. We demonstrate that SSD outperforms…
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.
Code & Models
Videos
Taxonomy
TopicsAnomaly Detection Techniques and Applications · Adversarial Robustness in Machine Learning · Domain Adaptation and Few-Shot Learning
MethodsConvolution · 1x1 Convolution · Non Maximum Suppression · SSD
