paper-with-me

Papers

Explainable Time Series Anomaly Detection using Masked Latent Generative Modeling

2023-11-21 · Daesoo Lee, Sara Malacarne, Erlend Aune

We present a novel time series anomaly detection method that achieves excellent detection accuracy while offering a superior level of explainability. Our proposed method, TimeVQVAE-AD, leverages masked generative modeling adapted from the cutting-edge time series generation method known as TimeVQVAE. The prior model is trained on the discrete latent space of a time-frequency domain. Notably, the dimensional semantics of the time-frequency domain are preserved in the latent space, enabling us to compute anomaly scores across different frequency bands, which provides a better insight into the detected anomalies. Additionally, the generative nature of the prior model allows for sampling likely normal states for detected anomalies, enhancing the explainability of the detected anomalies through counterfactuals. Our experimental evaluation on the UCR Time Series Anomaly archive demonstrates that TimeVQVAE-AD significantly surpasses the existing methods in terms of detection accuracy and explainability. We provide our implementation on GitHub: https://github.com/ML4ITS/TimeVQVAE-AnomalyDetection.

📄 PDF Abstract BibTeX arXiv:2311.12550

Code (1)

ml4its/timevqvae-anomalydetection 공식 구현 pytorch

Tasks

Anomaly DetectionTime SeriesTime Series Anomaly DetectionTime Series Generation

Similar Papers 제목 키워드 기반

MIXAD: Memory-Induced Explainable Time Series Anomaly Detection

2024-10-30 · Minha Kim, Kishor Kumar Bhaumik, Amin Ahsan Ali, Simon S. Woo

For modern industrial applications, accurately detecting and diagnosing anomalies in multivariate time series data is essential. Despite such need, most state-of-the-art methods often prioritize detection performance ove…

Anomaly DetectionTime SeriesTime Series Anomaly Detection

MAD: Self-Supervised Masked Anomaly Detection Task for Multivariate Time Series

2022-05-04 · Yiwei Fu, Feng Xue

In this paper, we introduce Masked Anomaly Detection (MAD), a general self-supervised learning task for multivariate time series anomaly detection. With the increasing availability of sensor data from industrial systems,…

Anomaly DetectionSelf-Supervised LearningTime SeriesTime Series Analysis+1

AXIS: Explainable Time Series Anomaly Detection with Large Language Models

2025-09-29 · Tian Lan, Hao Duong Le, Jinbo Li, Wenjun He 외 arxiv

Time-series anomaly detection (TSAD) increasingly demands explanations that articulate not only if an anomaly occurred, but also what pattern it exhibits and why it is anomalous. Leveraging the impressive explanatory cap…

Time Series Anomaly Detection

Exathlon: A Benchmark for Explainable Anomaly Detection over Time Series

2020-10-10 · Vincent Jacob, Fei Song, Arnaud Stiegler, Bijan Rad 외

Access to high-quality data repositories and benchmarks have been instrumental in advancing the state of the art in many experimental research domains. While advanced analytics tasks over time series data have been gaini…

Anomaly DetectionTime SeriesTime Series Analysis

Explainable multi-class anomaly detection on functional data

2022-05-03 · Mathieu Cura, Katarina Firdova, Céline Labart, Arthur Martel

In this paper we describe an approach for anomaly detection and its explainability in multivariate functional data. The anomaly detection procedure consists of transforming the series into a vector of features and using …

Anomaly DetectionMulti-class Anomaly Detection