🤖 AI Summary
Detecting sparse anomalies in graph-structured multivariate time series is challenging due to the extreme scarcity of anomalous samples, complex topological dependencies among nodes, and their dynamic evolution. To address this, we propose a Graph-Enhanced LSTM (GE-LSTM) model. Our key innovation lies in explicitly encoding the graph structure into the LSTM’s hidden state update mechanism—enabling joint modeling of topological relationships and temporal dynamics for the first time. The architecture integrates graph neural network (GNN)-based feature aggregation, gated temporal modeling, and a residual-driven anomaly scoring strategy, significantly enhancing sensitivity and robustness to cross-node sparse anomalies. Evaluated on Yahoo S5 and METR-LA benchmarks, GE-LSTM achieves up to a 10% improvement in F1-score over the best baseline, with concurrent gains in both precision and recall—demonstrating its effectiveness in real-world sparse anomaly detection scenarios.
📝 Abstract
Detecting anomalies in time series data is a critical task across many domains. The challenge intensifies when anomalies are sparse and the data are multivariate with relational dependencies across sensors or nodes. Traditional univariate anomaly detectors struggle to capture such cross-node dependencies, particularly in sparse anomaly settings. To address this, we propose a graph-augmented time series forecasting approach that explicitly integrates the graph of relationships among time series into an LSTM forecasting model. This enables the model to detect rare anomalies that might otherwise go unnoticed in purely univariate approaches. We evaluate the approach on two benchmark datasets - the Yahoo Webscope S5 anomaly dataset and the METR-LA traffic sensor network - and compare the performance of the Graph-Augmented LSTM against LSTM-only, ARIMA, and Prophet baselines. Results demonstrate that the graph-augmented model achieves significantly higher precision and recall, improving F1-score by up to 10% over the best baseline