paper-with-me

홈 › Papers

Large language models can be zero-shot anomaly detectors for time series?

2024-05-23 · Sarah Alnegheimish, Linh Nguyen, Laure Berti-Equille, Kalyan Veeramachaneni

Recent studies have shown the ability of large language models to perform a variety of tasks, including time series forecasting. The flexible nature of these models allows them to be used for many applications. In this paper, we present a novel study of large language models used for the challenging task of time series anomaly detection. This problem entails two aspects novel for LLMs: the need for the model to identify part of the input sequence (or multiple parts) as anomalous; and the need for it to work with time series data rather than the traditional text input. We introduce sigllm, a framework for time series anomaly detection using large language models. Our framework includes a time-series-to-text conversion module, as well as end-to-end pipelines that prompt language models to perform time series anomaly detection. We investigate two paradigms for testing the abilities of large language models to perform the detection task. First, we present a prompt-based detection method that directly asks a language model to indicate which elements of the input are anomalies. Second, we leverage the forecasting capability of a large language model to guide the anomaly detection process. We evaluated our framework on 11 datasets spanning various sources and 10 pipelines. We show that the forecasting method significantly outperformed the prompting method in all 11 datasets with respect to the F1 score. Moreover, while large language models are capable of finding anomalies, state-of-the-art deep learning models are still superior in performance, achieving results 30% better than large language models.

📄 PDF Abstract BibTeX arXiv:2405.14755

Code (1)

sintel-dev/sigllm 공식 구현

Tasks

Anomaly DetectionLanguage ModelingLanguage ModellingLarge Language ModelTime SeriesTime Series Anomaly DetectionTime Series Forecasting

Similar Papers 제목 키워드 기반

Rethinking Auxiliary Modalities in Multimodal Zero-shot Anomaly Detection: From Semantic Fusion to Conditional Modulation

2026-08-14 · Peng Wu, Xin Ge, Yujia Sun, Guansong Pang arxiv

Recent foundation model-based methods have endowed RGB images with strong zero-shot anomaly detection (ZSAD) through vision-language pretraining. However, RGB observations alone remain limited in perceiving anomalies dom…

Anomaly Detection

ZSG-IAD: A Multimodal Framework for Zero-Shot Grounded Industrial Anomaly Detection

2026-04-20 · Qiuhui Chen, Jiaxiang Song, Shuai Tan, Weimin Zhong arxiv

Deep learning-based industrial anomaly detectors often behave as black boxes, making it hard to justify decisions with physically meaningful defect evidence. We propose ZSG-IAD, a multimodal vision-language framework for…

Anomaly DetectionPoint Clouds

Zero-Shot Anomaly Detection via Batch Normalization

2023-02-15 · NeurIPS 2023 11 · Aodong Li, Chen Qiu, Marius Kloft, Padhraic Smyth 외

Anomaly detection (AD) plays a crucial role in many safety-critical application domains. The challenge of adapting an anomaly detector to drift in the normal data distribution, especially when no training data is availab…

Anomaly DetectionUnsupervised Anomaly Detectionzero-shot anomaly detectionZero-shot Generalization

AnomalyVFM -- Transforming Vision Foundation Models into Zero-Shot Anomaly Detectors

2026-01-28 · Matic Fučka, Vitjan Zavrtanik, Danijel Skočaj arxiv

Zero-shot anomaly detection aims to detect and localise abnormal regions in the image without access to any in-domain training images. While recent approaches leverage vision-language models (VLMs), such as CLIP, to tran…

Anomaly Detection

FADE: Few-shot/zero-shot Anomaly Detection Engine using Large Vision-Language Model

2024-08-31 · Yuanwei Li, Elizaveta Ivanova, Martins Bruveris

Automatic image anomaly detection is important for quality inspection in the manufacturing industry. The usual unsupervised anomaly detection approach is to train a model for each object class using a dataset of normal s…

Anomaly DetectionAnomaly SegmentationLanguage ModelingLanguage Modelling+2