paper-with-me

홈 › Papers

CORE: In-Context Reconstruction for Unified Tabular Anomaly Detection

2026-07-30 · Yunfeng Zhao, Qingfeng Chen, Yue Tan, Shiyuan Li, Yili Wang, Yixin Liu, Shirui Pan 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 TAD, which seeks to detect anomalies across different datasets using a single generalizable model. In unified TAD, aligning heterogeneous data remains challenging. While existing methods often rely on distance-based unified feature construction, they may obscure the semantics of the original features. Moreover, existing approaches typically formulate anomaly detection as a binary classification task, which may overlook diverse anomaly patterns from various datasets and be misled by unrepresentative synthetic anomalies. To address these challenges, we propose an in-COntext REconstruction approach for unified TAD (CORE for short). It introduces a decorrelated feature alignment module to directly align heterogeneous features into a unified representation space, which retains their semantic information. Meanwhile, CORE formulates unified TAD as an in-context reconstruction problem, eliminating the need for labeled or synthesized anomalies. Specifically, the in-context reconstruction module reconstructs each sample by leveraging contextual normal samples to capture dataset-specific distributions, such that reconstruction errors reflect its deviation from normality, facilitating unified TAD on arbitrary unseen datasets.

📄 PDF Abstract BibTeX arXiv:2607.27615

Code (0)

등록된 구현이 없습니다.

Tasks

Binary ClassificationAnomaly Detection

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

Multi-Agent Debate: A Unified Agentic Framework for Tabular Anomaly Detection

2026-02-15 · Pinqiao Wang, Sheng Li arxiv

Tabular anomaly detection is often handled by single detectors or static ensembles, even though strong performance on tabular data typically comes from heterogeneous model families (e.g., tree ensembles, deep tabular net…

Anomaly Detection

LLM as Detector: An In-context Learning Approach for Tabular Anomaly Detection

2026-08-19 · Tu Anh Hoang Nguyen, Dang Nguyen, Thuc Duy Le, Trung Le 외 arxiv

Anomaly detection in tabular data is challenging because abnormal samples often arise as violations of cross-feature dependencies rather than simple marginal deviations. Existing detectors rely on geometric or reconstruc…

Anomaly DetectionCode Generation

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

Revisiting Energy-based Tabular Anomaly Detection: Energy and Reconstruction are Complementary

2026-08-14 · Junichiro Niimi arxiv

Tabular anomaly detection is dominated by classical density-proxy methods (Isolation Forest, OCSVM, LOF), reconstruction-based detectors (Autoencoders, VAEs), and modern non-parametric scorers (COPOD, ECOD, Deep SVDD), a…

Anomaly Detection