Disentangling Tabular Data Towards Better One-Class Anomaly Detection
Jianan Ye, Zhaorui Tan, Yijie Hu, Xi Yang, Guangliang Cheng, Kaizhu, Huang

TL;DR
This paper introduces a novel disentanglement approach for one-class anomaly detection in tabular data, effectively capturing attribute correlations to improve detection accuracy over existing methods.
Contribution
It proposes a new method that disentangles attribute subsets (CorrSets) to better learn normal data correlations, pioneering the use of disentanglement in tabular one-class anomaly detection.
Findings
Outperforms state-of-the-art methods on 20 datasets
Achieves 6.1% higher AUC-PR on average
Achieves 2.1% higher AUC-ROC on average
Abstract
Tabular anomaly detection under the one-class classification setting poses a significant challenge, as it involves accurately conceptualizing "normal" derived exclusively from a single category to discern anomalies from normal data variations. Capturing the intrinsic correlation among attributes within normal samples presents one promising method for learning the concept. To do so, the most recent effort relies on a learnable mask strategy with a reconstruction task. However, this wisdom may suffer from the risk of producing uniform masks, i.e., essentially nothing is masked, leading to less effective correlation learning. To address this issue, we presume that attributes related to others in normal samples can be divided into two non-overlapping and correlated subsets, defined as CorrSets, to capture the intrinsic correlation effectively. Accordingly, we introduce an innovative method…
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 · Digital Media Forensic Detection · Network Security and Intrusion Detection
