paper-with-me

홈 › Papers

Understanding the limitations of self-supervised learning for tabular anomaly detection

2023-09-15 · Kimberly T. Mai, Toby Davies, Lewis D. Griffin

While self-supervised learning has improved anomaly detection in computer vision and natural language processing, it is unclear whether tabular data can benefit from it. This paper explores the limitations of self-supervision for tabular anomaly detection. We conduct several experiments spanning various pretext tasks on 26 benchmark datasets to understand why this is the case. Our results confirm representations derived from self-supervision do not improve tabular anomaly detection performance compared to using the raw representations of the data. We show this is due to neural networks introducing irrelevant features, which reduces the effectiveness of anomaly detectors. However, we demonstrate that using a subspace of the neural network's representation can recover performance.

📄 PDF Abstract BibTeX arXiv:2309.08374

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionSelf-Supervised Learning

Similar Papers 제목 키워드 기반

SORTAD: Self-Supervised Optimized Random Transformations for Anomaly Detection in Tabular Data

2023-11-18 · Guy Hay, Pablo Liberman

We consider a self-supervised approach to anomaly detection in tabular data. Random transformations are applied to the data, and then each transformation is identified based on its output. These predicted transformations…

Anomaly Detection

Self-supervise, Refine, Repeat: Improving Unsupervised Anomaly Detection

2021-06-11 · Jinsung Yoon, Kihyuk Sohn, Chun-Liang Li, Sercan O. Arik 외

Anomaly detection (AD), separating anomalies from normal data, has many applications across domains, from security to healthcare. While most previous works were shown to be effective for cases with fully or partially lab…

Anomaly DetectionClassificationOne-Class ClassificationOne-class classifier+2

Enhancing Tabular Anomaly Detection via Pseudo-Label-Guided Generation

2026-04-20 · Wei Huang, Yuxuan Xiong, Hezhe Qiao, Yu-Ming Shang 외 arxiv

Identifying anomalous instances in tabular data is essential for improving data reliability and maintaining system stability. Due to the scarcity of ground-truth anomaly labels, existing methods mainly rely on unsupervis…

Unsupervised Anomaly DetectionContrastive Learning

ICLAD: In-Context Learning for Unified Tabular Anomaly Detection Across Supervision Regimes

2026-03-19 · Jack Yi Wei, Narges Armanfard arxiv

Anomaly detection on tabular data is commonly studied under three supervision regimes, including one-class settings that assume access to anomaly-free training samples, fully unsupervised settings with unlabeled and pote…

Anomaly Detection

RGLD: Randomized Global-Local Density Estimation for Tabular Anomaly Detection

2026-06-27 · Quanling Zhao, Jiaying Yang, Ye Tian, Josh Victoria 외 arxiv

Unsupervised tabular anomaly detection requires methods that are accurate, robust across heterogeneous datasets, and computationally efficient. Classical statistical detectors are often efficient, but they usually rely o…

Density EstimationAnomaly Detection