🤖 AI Summary
Existing multivariate time series anomaly detection methods predominantly rely on a single graph structure, limiting their capacity to model complex, heterogeneous spatiotemporal dependencies among variables. To address this, we propose PMGC—a multi-graph collaborative anomaly detection framework—that jointly models long-term static prior graphs and short-term dynamic graphs. PMGC introduces a forward-looking graph construction strategy to capture real-time evolution of variable correlations and designs a graph condensation loss function to jointly optimize spatiotemporal dependencies. Notably, PMGC is the first framework to synergistically integrate static knowledge guidance with instance-level dynamic dependency learning within a graph neural network architecture. Extensive experiments on multiple real-world datasets demonstrate that PMGC significantly outperforms state-of-the-art methods, particularly exhibiting superior robustness and detection accuracy in high-dimensional and non-stationary scenarios.
📝 Abstract
Anomaly detection in high-dimensional time series data is pivotal for numerous industrial applications. Recent advances in multivariate time series anomaly detection (TSAD) have increasingly leveraged graph structures to model inter-variable relationships, typically employing Graph Neural Networks (GNNs). Despite their promising results, existing methods often rely on a single graph representation, which are insufficient for capturing the complex, diverse relationships inherent in multivariate time series. To address this, we propose the Prospective Multi-Graph Cohesion (PMGC) framework for multivariate TSAD. PMGC exploits spatial correlations by integrating a long-term static graph with a series of short-term instance-wise dynamic graphs, regulated through a graph cohesion loss function. Our theoretical analysis shows that this loss function promotes diversity among dynamic graphs while aligning them with the stable long-term relationships encapsulated by the static graph. Additionally, we introduce a "prospective graphing" strategy to mitigate the limitations of traditional forecasting-based TSAD methods, which often struggle with unpredictable future variations. This strategy allows the model to accurately reflect concurrent inter-series relationships under normal conditions, thereby enhancing anomaly detection efficacy. Empirical evaluations on real-world datasets demonstrate the superior performance of our method compared to existing TSAD techniques.