paper-with-me

Papers

Contextual Learning for Anomaly Detection in Tabular Data

2025-09-10 · Spencer King, Zhilu Zhang, Ruofan Yu, Baris Coskun, Wei Ding, Qian Cui arxiv

Anomaly detection is critical in domains such as cybersecurity and finance, especially when working with large-scale tabular data. Yet, unsupervised anomaly detection-where no labeled anomalies are available-remains challenging because traditional deep learning methods model a single global distribution, assuming all samples follow the same behavior. In contrast, real-world data often contain heterogeneous contexts (e.g., different users, accounts, or devices), where globally rare events may be normal within specific conditions. We introduce a contextual learning framework that explicitly models how normal behavior varies across contexts by learning conditional data distributions $P(\mathbf{Y} \mid \mathbf{C})$ rather than a global joint distribution $P(\mathbf{X})$. The framework encompasses (1) a probabilistic formulation for context-conditioned learning, (2) a principled bilevel optimization strategy for automatically selecting informative context features using early validation loss, and (3) theoretical grounding through variance decomposition and discriminative learning principles. We instantiate this framework using a novel conditional Wasserstein autoencoder as a simple yet effective model for tabular anomaly detection. Extensive experiments across eight benchmark datasets demonstrate that contextual learning consistently outperforms global approaches-even when the optimal context is not intuitively obvious-establishing a new foundation for anomaly detection in heterogeneous tabular data.

📄 PDF Abstract BibTeX arXiv:2509.09030

Code (0)

등록된 구현이 없습니다.

Tasks

Unsupervised Anomaly DetectionBilevel Optimization

Similar Papers 제목 키워드 기반

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

CORE: In-Context Reconstruction for Unified Tabular Anomaly Detection

2026-07-30 · Yunfeng Zhao, Qingfeng Chen, Yue Tan, Shiyuan Li 외 arxiv

Tabular anomaly detection (TAD), which focuses on identifying abnormal samples that deviate from the majority in tabular data, has received growing attention. Recently, there has been an emerging trend towards unified TA…

Binary ClassificationAnomaly Detection

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-superv…

Anomaly DetectionSelf-Supervised Learning

Beyond Individual Input for Deep Anomaly Detection on Tabular Data

2023-05-24 · Hugo Thimonier, Fabrice Popineau, Arpad Rimmel, Bich-Liên Doan

Anomaly detection is vital in many domains, such as finance, healthcare, and cybersecurity. In this paper, we propose a novel deep anomaly detection method for tabular data that leverages Non-Parametric Transformers (NPT…

Anomaly Detection

Retrieval Augmented Deep Anomaly Detection for Tabular Data

2024-01-30 · Hugo Thimonier, Fabrice Popineau, Arpad Rimmel, Bich-Liên Doan

Deep learning for tabular data has garnered increasing attention in recent years, yet employing deep models for structured data remains challenging. While these models excel with unstructured data, their efficacy with st…

Anomaly DetectionRetrieval