paper-with-me

Papers

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 structured data has been limited. Recent research has introduced retrieval-augmented models to address this gap, demonstrating promising results in supervised tasks such as classification and regression. In this work, we investigate using retrieval-augmented models for anomaly detection on tabular data. We propose a reconstruction-based approach in which a transformer model learns to reconstruct masked features of \textit{normal} samples. We test the effectiveness of KNN-based and attention-based modules to select relevant samples to help in the reconstruction process of the target sample. Our experiments on a benchmark of 31 tabular datasets reveal that augmenting this reconstruction-based anomaly detection (AD) method with sample-sample dependencies via retrieval modules significantly boosts performance. The present work supports the idea that retrieval module are useful to augment any deep AD method to enhance anomaly detection on tabular data.

📄 PDF Abstract BibTeX arXiv:2401.17052

Code (2)

hugothimonier/making-parametric-anomaly-detection-on-tabular-data-non-parametric-again 공식 구현 pytorch
hugothimonier/retrieval-augmented-deep-anomaly-detection-for-tabular-data 공식 구현 pytorch

Tasks

Anomaly DetectionRetrieval

Similar Papers 제목 키워드 기반

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

Retrieval Augmented Anomaly Detection (RAAD): Nimble Model Adjustment Without Retraining

2025-02-26 · Sam Pastoriza, Iman Yousfi, Christopher Redino, Marc Vucovich 외

We propose a novel mechanism for real-time (human-in-the-loop) feedback focused on false positive reduction to enhance anomaly detection models. It was designed for the lightweight deployment of a behavioral network anom…

Anomaly DetectionLightweight DeploymentRetrievalRetrieval-augmented Generation

TaskFusion: Continual Anomaly Detection for Heterogeneous Tabular Data

2026-06-10 · Dayananda Herurkar, Federico Raue, Joachim Folz, Jörn Hees 외 arxiv

Continual anomaly detection in tabular data is challenging and remains largely underexplored, particularly in settings with heterogeneous feature schemas, distribution shifts, and severe class imbalance. In many real-wor…

Continual 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

RAID: Retrieval-Augmented Anomaly Detection

2026-02-23 · Mingxiu Cai, Zhe Zhang, Gaochang Wu, Tianyou Chai 외 arxiv

Unsupervised Anomaly Detection (UAD) aims to identify abnormal regions by establishing correspondences between test images and normal templates. Existing methods primarily rely on image reconstruction or template retriev…

Unsupervised Anomaly DetectionImage Reconstruction