paper-with-me

홈 › Papers

Enhancing Tabular Anomaly Detection via Pseudo-Label-Guided Generation

2026-04-20 · Wei Huang, Yuxuan Xiong, Hezhe Qiao, Yu-Ming Shang, Xiangling Fu, Guansong Pang 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 unsupervised anomaly detection models, or exploit a small number of labeled anomalies to facilitate detection via sample generation or contrastive learning. However, unsupervised methods lack sufficient anomaly awareness, while current generation and contrastive approaches tend to compute anomalies globally, overlooking the localized anomaly patterns of tabular features, resulting in suboptimal detection performance. To address these limitations, we propose PLAG, a pseudo-label-guided anomaly generation method designed to enhance tabular anomaly detection. Specifically, by utilizing pseudo-anomalies as guidance signals and decoupling the overall anomaly quantification of a sample into an accumulation of feature-level abnormalities, PLAG not only effectively obviates the need for scarce ground-truth labels but also provides a novel perspective for the model to comprehend localized anomalous signals at a fine-grained level. Furthermore, a two-stage data selection strategy is proposed, integrating format verification and uncertainty estimation to rigorously filter candidate samples, thereby ensuring the fidelity and diversity of the synthetic anomalies. Ultimately, these filtered synthetic anomalies serve as robust discriminative guidance, empowering the model to better separate normal and anomalous instances. Extensive experiments demonstrate that PLAG achieves state-of-the-art performance against eight representative baselines. Moreover, as a flexible framework, it integrates seamlessly with existing unsupervised detectors, consistently boosting F1-scores by 0.08 to 0.21.

📄 PDF Abstract BibTeX arXiv:2604.18266

Code (0)

등록된 구현이 없습니다.

Tasks

Unsupervised Anomaly DetectionContrastive Learning

Similar Papers 제목 키워드 기반

SPADE: Semi-supervised Anomaly Detection under Distribution Mismatch

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

Semi-supervised anomaly detection is a common problem, as often the datasets containing anomalies are partially labeled. We propose a canonical framework: Semi-supervised Pseudo-labeler Anomaly Detection with Ensembling …

Anomaly DetectionSemi-supervised Anomaly DetectionSupervised Anomaly Detection

When Normality Shifts: Risk-Aware Test-Time Adaptation for Unsupervised Tabular Anomaly Detection

2026-05-11 · Wei Huang, Hezhe Qiao, Kailai Zhang, Zaisheng Ye 외 arxiv

Unsupervised tabular anomaly detection methods typically learn feature patterns from normal samples during training and subsequently identify samples that deviate from these patterns as anomalies during testing. However,…

Test-time AdaptationContrastive LearningAnomaly Detection

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

SLA$^2$P: Self-supervised Anomaly Detection with Adversarial Perturbation

2021-11-25 · Yizhou Wang, Can Qin, Rongzhe Wei, Yi Xu 외

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 SLA$^2$P, for unsupervised anomaly d…

Anomaly DetectionPseudo LabelSelf-Supervised Anomaly DetectionSelf-Supervised Learning+2

Cross Pseudo Labeling For Weakly Supervised Video Anomaly Detection

2026-02-19 · Dayeon Lee, Donghyeong Kim, Chaewon Park, Sungmin Woo 외 arxiv

Weakly supervised video anomaly detection aims to detect anomalies and identify abnormal categories with only video-level labels. We propose CPL-VAD, a dual-branch framework with cross pseudo labeling. The binary anomaly…

Video Anomaly Detection