AnomSeer: Reinforcing Multimodal LLMs to Reason for Time-Series Anomaly Detection
AI 摘要
AnomSeer通过强化MLLM对时序数据结构细节的推理,提升了异常检测、定位和解释的精度。
主要贡献
- 提出AnomSeer框架,用于增强MLLM的时序异常检测能力
- 引入专家CoT生成精细化推理过程
- 提出基于最优传输的时间序列优势函数TimerPO
方法论
构建专家CoT进行分析,使用TimerPO优化策略,通过时间序列优势函数和正交投影增强推理,实现异常检测。
原文摘要
Time-series anomaly detection (TSAD) with multimodal large language models (MLLMs) is an emerging area, yet a persistent challenge remains: MLLMs rely on coarse time-series heuristics but struggle with multi-dimensional, detailed reasoning, which is vital for understanding complex time-series data. We present AnomSeer to address this by reinforcing the model to ground its reasoning in precise, structural details of time series, unifying anomaly classification, localization, and explanation. At its core, an expert chain-of-thought trace is generated to provide a verifiable, fine-grained reasoning from classical analyses (e.g., statistical measures, frequency transforms). Building on this, we propose a novel time-series grounded policy optimization (TimerPO) that incorporates two additional components beyond standard reinforcement learning: a time-series grounded advantage based on optimal transport and an orthogonal projection to ensure this auxiliary granular signal does not interfere with the primary detection objective. Across diverse anomaly scenarios, AnomSeer, with Qwen2.5-VL-3B/7B-Instruct, outperforms larger commercial baselines (e.g., GPT-4o) in classification and localization accuracy, particularly on point- and frequency-driven exceptions. Moreover, it produces plausible time-series reasoning traces that support its conclusions.