paper-with-me

홈 › Papers

Can Multimodal LLMs Perform Time Series Anomaly Detection?

2025-02-25 · Xiongxiao Xu, Haoran Wang, Yueqing Liang, Philip S. Yu, Yue Zhao, Kai Shu

Large language models (LLMs) have been increasingly used in time series analysis. However, the potential of multimodal LLMs (MLLMs), particularly vision-language models, for time series remains largely under-explored. One natural way for humans to detect time series anomalies is through visualization and textual description. Motivated by this, we raise a critical and practical research question: Can multimodal LLMs perform time series anomaly detection? To answer this, we propose VisualTimeAnomaly benchmark to evaluate MLLMs in time series anomaly detection (TSAD). Our approach transforms time series numerical data into the image format and feed these images into various MLLMs, including proprietary models (GPT-4o and Gemini-1.5) and open-source models (LLaVA-NeXT and Qwen2-VL), each with one larger and one smaller variant. In total, VisualTimeAnomaly contains 12.4k time series images spanning 3 scenarios and 3 anomaly granularities with 9 anomaly types across 8 MLLMs. Starting with the univariate case (point- and range-wise anomalies), we extend our evaluation to more practical scenarios, including multivariate and irregular time series scenarios, and variate-wise anomalies. Our study reveals several key insights: 1) MLLMs detect range- and variate-wise anomalies more effectively than point-wise anomalies. 2) MLLMs are highly robust to irregular time series, even with 25% of the data missing. 3) Open-source MLLMs perform comparably to proprietary models in TSAD. While open-source MLLMs excel on univariate time series, proprietary MLLMs demonstrate superior effectiveness on multivariate time series. To the best of our knowledge, this is the first work to comprehensively investigate MLLMs for TSAD, particularly for multivariate and irregular time series scenarios. We release our dataset and code at https://github.com/mllm-ts/VisualTimeAnomaly to support future research.

📄 PDF Abstract BibTeX arXiv:2502.17812

Code (1)

mllm-ts/visualtimeanomaly 공식 구현 pytorch

Tasks

Anomaly DetectionIrregular Time SeriesTime SeriesTime Series AnalysisTime Series Anomaly Detection

Similar Papers 제목 키워드 기반

AnomSeer: Reinforcing Multimodal LLMs to Reason for Time-Series Anomaly Detection

2026-02-09 · Junru Zhang, Lang Feng, Haoran Shi, Xu Guo 외 arxiv

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,…

Anomaly ClassificationReinforcement LearningAnomaly Detection

Refining Time Series Anomaly Detectors using Large Language Models

2025-03-26 · Alan Yang, Yulin Chen, Sean Lee, Venus Montes

Time series anomaly detection (TSAD) is of widespread interest across many industries, including finance, healthcare, and manufacturing. Despite the development of numerous automatic methods for detecting anomalies, huma…

Anomaly DetectionTime SeriesTime Series Anomaly Detection

AAD-LLM: Adaptive Anomaly Detection Using Large Language Models

2024-11-01 · Alicia Russell-Gilbert, Alexander Sommers, Andrew Thompson, Logan Cummins 외

For data-constrained, complex and dynamic industrial environments, there is a critical need for transferable and multimodal methodologies to enhance anomaly detection and therefore, prevent costs associated with system f…

Anomaly Detection

SPEAR: Soft Prompt Enhanced Anomaly Recognition for Time Series Data

2025-10-04 · Hanzhe Wei, Jiajun Wu, Jialin Yang, Henry Leung 외 arxiv

Time series anomaly detection plays a crucial role in a wide range of fields, such as healthcare and internet traffic monitoring. The emergence of large language models (LLMs) offers new opportunities for detecting anoma…

Time Series Anomaly Detection

Can LLMs Serve As Time Series Anomaly Detectors?

2024-08-06 · Manqing Dong, Hao Huang, Longbing Cao

An emerging topic in large language models (LLMs) is their application to time series forecasting, characterizing mainstream and patternable characteristics of time series. A relevant but rarely explored and more challen…

Anomaly DetectionIn-Context LearningTime SeriesTime Series Anomaly Detection+1