paper-with-me

홈 › Papers

AnomaMind: Agentic Time Series Anomaly Detection with Tool-Augmented Reasoning

2026-02-14 · Xiaoyu Tao, Yuchong Wu, Mingyue Cheng, Ze Guo, Tian Gao arxiv

Time series anomaly detection is critical in many real-world applications, where effective solutions must localize anomalous regions and support reliable decision-making under complex settings. However, most existing methods frame anomaly detection as a purely discriminative prediction task with fixed feature representations, rather than an evidence-driven diagnostic process. As a result, they often struggle when anomalies exhibit strong context dependence, diverse patterns, or domain shifts across datasets. To address these challenges, we propose AnomaMind, an agentic time series anomaly detection framework that reformulates anomaly detection as a sequential decision-making process. AnomaMind operates through a coarse-to-fine workflow that first localizes suspicious intervals, then constructs diagnostic evidence through tool interaction, and finally refines anomaly decisions through self-reflection. The workflow is supported by a toolkit box that combines knowledge memory and numerical diagnostics: visual anomaly patterns mined from training data and domain knowledge provide contextual guidance, while statistical, value-based, change-based, and region-level operators provide measurable evidence for verification. AnomaMind further adopts a hybrid inference mechanism in which general-purpose models handle flexible reasoning, tool invocation, and refinement, while a detection-specific policy is optimized with rule-based rewards for parsable outputs, F1-score alignment, and false-positive control. Extensive experiments under both in-domain and cross-domain settings demonstrate that AnomaMind consistently improves anomaly detection performance and enhances generalization across heterogeneous anomaly patterns, validating the effectiveness of tool-augmented reasoning for anomaly detection. The code is available at https://github.com/Xiaoyu-Tao/AnomaMind-TS.

📄 PDF Abstract BibTeX arXiv:2602.13807

Code (0)

등록된 구현이 없습니다.

Tasks

Time Series Anomaly Detection

Similar Papers 제목 키워드 기반

Argos: Agentic Time-Series Anomaly Detection with Autonomous Rule Generation via Large Language Models

2025-01-24 · Yile Gu, Yifan Xiong, Jonathan Mace, Yuting Jiang 외

Observability in cloud infrastructure is critical for service providers, driving the widespread adoption of anomaly detection systems for monitoring metrics. However, existing systems often struggle to simultaneously ach…

Anomaly DetectionTime SeriesTime Series Anomaly Detection

TimeSage-MT: A Multi-Turn Benchmark for Evaluating Agentic Time Series Reasoning

2026-05-31 · Yaxuan Kong, Qingren Yao, Yuqi Nie, Yichen Li 외 arxiv

Time series data inform critical decisions across many real-world domains. While large language model (LLM) agents can analyze data through natural language and tools, it remains unclear whether they can conduct reliable…

Time Series AnalysisAnomaly DetectionDecision Making

TS-Haystack: A Multi-Task Retrieval Benchmark for Long-Context Time-Series Reasoning

2026-02-15 · Nicolas Zumarraga, Thomas Kaar, Ning Wang, William Tennien 외 arxiv

Time Series Language Models (TSLMs) promise reasoning over real-world temporal data, but their ability to retrieve and reason over long time-series remains largely untested. We introduce TS-Haystack, a multi-domain retri…

Anomaly Detection

Understanding Time Series Anomaly State Detection through One-Class Classification

2024-02-03 · Hanxu Zhou, Yuan Zhang, Guangjie Leng, Ruofan Wang 외

For a long time, research on time series anomaly detection has mainly focused on finding outliers within a given time series. Admittedly, this is consistent with some practical problems, but in other practical applicatio…

Anomaly DetectionOne-Class ClassificationTime SeriesTime Series Anomaly Detection+1

MSAD: A Deep Dive into Model Selection for Time series Anomaly Detection

2025-10-30 · Emmanouil Sylligardos, John Paparrizos, Themis Palpanas, Pierre Senellart 외 arxiv

Anomaly detection is a fundamental task for time series analytics with important implications for the downstream performance of many applications. Despite increasing academic interest and the large number of methods prop…

Time Series Anomaly DetectionTime Series Classification