PulseAugur
EN
LIVE 06:08:10

LLMs and Flow Matching Advance Tabular Anomaly Detection · 2 papers

Two new research papers explore advanced techniques for anomaly detection in tabular data. The first paper, "LLM as Detector," proposes a framework that leverages Large Language Models (LLMs) for in-context learning to derive anomaly detection logic from structured normal-state knowledge, outperforming 15 state-of-the-art baselines across 24 datasets without requiring LLM fine-tuning. The second paper investigates unsupervised anomaly detection using flow matching, specifically comparing Time-Conditioned Contraction Matching (TCCM) with Forest-Flow under contaminated training data, and highlights the critical role of anomaly scoring functions like deviation and reconstruction scores for robust performance in financial contexts. AI

IMPACT These papers introduce novel methods for anomaly detection in tabular data, potentially improving accuracy and efficiency in financial and other data-intensive applications.

RANK_REASON Two academic papers published on arXiv detailing new methods for tabular anomaly detection.

Read on arXiv cs.LG →

AI-generated summary · Google Gemini · from 2 sources. How we write summaries →

LLMs and Flow Matching Advance Tabular Anomaly Detection · 2 papers

COVERAGE [2]

  1. arXiv cs.LG TIER_1 English(EN) · Tu Anh Hoang Nguyen, Dang Nguyen, Thuc Duy Le, Trung Le, Sunil Gupta ·

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

    arXiv:2608.19463v1 Announce Type: new Abstract: 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 reconstruction signals…

  2. arXiv cs.LG TIER_1 English(EN) · Philip Konz, Tejaswini Medi, Margret Keuper ·

    Unsupervised Anomaly Detection Using Flow Matching on Tabular Data

    arXiv:2608.19801v1 Announce Type: new Abstract: Financial anomaly detection often relies on large unlabeled transaction logs, where anomalous samples may already be present during training. Such training-set contamination violates the clean-normal data assumption underlying many …