Deep Weakly-supervised Anomaly Detection
Guansong Pang, Chunhua Shen, Huidong Jin, Anton van den Hengel

TL;DR
This paper introduces PReNet, a deep weakly-supervised anomaly detection method that learns pairwise relations to effectively identify both seen and unseen anomalies, outperforming existing approaches on multiple datasets.
Contribution
The paper proposes a novel pairwise relation prediction network for anomaly detection that generalizes to unseen anomalies and enhances training data through pairwise learning.
Findings
PReNet outperforms nine competing methods on 12 datasets.
The model is robust to anomaly contamination in unlabeled data.
Theoretical and empirical analysis supports PReNet's robustness.
Abstract
Recent semi-supervised anomaly detection methods that are trained using small labeled anomaly examples and large unlabeled data (mostly normal data) have shown largely improved performance over unsupervised methods. However, these methods often focus on fitting abnormalities illustrated by the given anomaly examples only (i.e.,, seen anomalies), and consequently they fail to generalize to those that are not, i.e., new types/classes of anomaly unseen during training. To detect both seen and unseen anomalies, we introduce a novel deep weakly-supervised approach, namely Pairwise Relation prediction Network (PReNet), that learns pairwise relation features and anomaly scores by predicting the relation of any two randomly sampled training instances, in which the pairwise relation can be anomaly-anomaly, anomaly-unlabeled, or unlabeled-unlabeled. Since unlabeled instances are mostly normal,…
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 · Machine Learning and Data Classification
