SLA$^2$P: Self-supervised Anomaly Detection with Adversarial Perturbation
Yizhou Wang, Can Qin, Rongzhe Wei, Yi Xu, Yue Bai, Yun Fu

TL;DR
SLA$^2$P introduces a self-supervised anomaly detection framework that leverages adversarial perturbations and pseudo-label classification to distinguish normal data from anomalies across various data types.
Contribution
The paper presents a novel unsupervised anomaly detection method using adversarial perturbations and pseudo-label classification, achieving state-of-the-art results on multiple datasets.
Findings
Outperforms existing methods on image, text, and tabular datasets.
Robustness of normal data features to perturbations aids anomaly detection.
Effective in diverse data modalities and benchmark datasets.
Abstract
Anomaly detection is a fundamental yet challenging problem in machine learning due to the lack of label information. In this work, we propose a novel and powerful framework, dubbed as SLAP, for unsupervised anomaly detection. After extracting representative embeddings from raw data, we apply random projections to the features and regard features transformed by different projections as belonging to distinct pseudo classes. We then train a classifier network on these transformed features to perform self-supervised learning. Next we add adversarial perturbation to the transformed features to decrease their softmax scores of the predicted labels and design anomaly scores based on the predictive uncertainties of the classifier on these perturbed features. Our motivation is that because of the relatively small number and the decentralized modes of anomalies, 1) the pseudo label…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAnomaly Detection Techniques and Applications · Network Security and Intrusion Detection · Advanced Malware Detection Techniques
MethodsSoftmax
