LGMLNov 21, 2023

Explainable Time Series Anomaly Detection using Masked Latent Generative Modeling

arXiv:2311.12550v543 citationsh-index: 8Has Code
Originality Highly original
AI Analysis

This addresses the problem of interpretable anomaly detection for time series data, offering a novel method with strong specific gains.

The paper tackles time series anomaly detection by proposing TimeVQVAE-AD, which achieves excellent detection accuracy and superior explainability, significantly surpassing existing methods on the UCR Time Series Anomaly archive.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes