LGAIDec 15, 2023

Entropy Causal Graphs for Multivariate Time Series Anomaly Detection

arXiv:2312.09478v29 citationsh-index: 7ACM Trans Intell Syst Technol
AI Analysis

This addresses the limitation of ignoring causal relationships in multivariate time series anomaly detection, which is important for applications like industrial monitoring or healthcare, though it appears incremental as it builds on existing graph and temporal modeling techniques.

The paper tackles the problem of multivariate time series anomaly detection by proposing CGAD, a framework that models causal relationships between variables using transfer entropy and graph convolutional networks, achieving a 9% average improvement over state-of-the-art methods on real-world datasets.

Many multivariate time series anomaly detection frameworks have been proposed and widely applied. However, most of these frameworks do not consider intrinsic relationships between variables in multivariate time series data, thus ignoring the causal relationship among variables and degrading anomaly detection performance. This work proposes a novel framework called CGAD, an entropy Causal Graph for multivariate time series Anomaly Detection. CGAD utilizes transfer entropy to construct graph structures that unveil the underlying causal relationships among time series data. Weighted graph convolutional networks combined with causal convolutions are employed to model both the causal graph structures and the temporal patterns within multivariate time series data. Furthermore, CGAD applies anomaly scoring, leveraging median absolute deviation-based normalization to improve the robustness of the anomaly identification process. Extensive experiments demonstrate that CGAD outperforms state-of-the-art methods on real-world datasets with a 9% average improvement in terms of three different multivariate time series anomaly detection metrics.

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