When GNNs Fail: Quantifying and Overcoming Temporal Correlation Volatility in Time Series

📅 2026-08-07
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work addresses the limitation of existing graph neural networks (GNNs), which typically assume a static graph structure and thus struggle to capture rapidly evolving temporal dependencies among nodes, leading to significant performance degradation in dynamic settings. To overcome this, the authors propose GLIDE, a novel approach that constructs a dynamic graph where time series serve as nodes and their temporal correlations as edges. GLIDE introduces a Temporal Correlation Volatility (TCV) metric to quantify the degree of graph evolution over time and incorporates a new GNN layer featuring path-aware message passing and a mechanism that decouples static and dynamic information propagation. This design enhances adaptability to dynamic changes while preserving robustness to static structures. Experiments demonstrate that GLIDE achieves an average performance improvement of 45.6%—reaching up to 85.7%—over state-of-the-art models on both synthetic and real-world datasets.
📝 Abstract
Modeling multivariate time series by representing them as graphs, where individual series act as nodes and pairwise temporal corre- lations serve as edges, has gained significant traction. Recent advances in Graph Neural Networks (GNNs) have demonstrated strong perfor- mance by assuming a static graph topology and aggregating information from neighboring series. In this work, we investigate the representa- tional power of GNNs for forecasting under both static and dynamic settings (i.e., when pairwise correlations evolve drastically over time) and identify critical limitations in current architectures. To formalize this, we first propose Temporal Correlation Volatility (TCV), a model- agnostic metric designed to quantify the distributional evolution of these latent structures. We establish a clear connection between TCV and performance degradation, demonstrating that many popular models, including Transformers, generalize poorly in high-TCV settings and are often outperformed by simple structure-agnostic baselines. To address these limitations, we propose Graph Layer for Inference in Dynamic En- vironments (GLIDE), a novel GNN layer enhanced by two theoretically grounded design mechanisms: (D1) Path-based Message Passing, which captures path-based neighborhoods and (D2) Static and Dynamic Propagation Separation, which identifies optimal dynamics via local static approximation. These components significantly improve learning under dynamic topology while preserving robustness in static scenarios. Ex- tensive experiments on synthetic and real-world benchmarks show that GLIDE improves average performance by up to 45.6% across static and dynamic settings, with the largest gain reaching 85.7%. The source code is available at https://github.com/ChenS676/GLIDE.
Problem

Research questions and friction points this paper is trying to address.

Graph Neural Networks
Temporal Correlation Volatility
Dynamic Graph Topology
Time Series Forecasting
Multivariate Time Series
Innovation

Methods, ideas, or system contributions that make the work stand out.

Temporal Correlation Volatility
Graph Neural Networks
Dynamic Graph Learning
Path-based Message Passing
GLIDE
🔎 Similar Papers
No similar papers found.