STRGCN: Capturing Asynchronous Spatio-Temporal Dependencies for Irregular Multivariate Time Series Forecasting
Yulong Wang, Xiaofeng Hu, Xiaojian Cui, Kai Wang
TL;DR
This work tackles irregular multivariate time series forecasting by avoiding costly pre-alignment and instead modeling all observations as nodes in a fully connected graph. The STRGCN framework uses a Spatio-Temporal Relational Graph Convolution that decouples temporal and spatial edge components, enabling robust handling of asynchronous dependencies, while a hierarchical Sandwich structure aggregates information to balance local detail with global context and reduce computation. Empirical results across four public IMTS datasets show STRGCN achieving state-of-the-art MSE and competitive MAE, with notable memory and training-speed advantages driven by the Sandwich and low-rank edge modeling. The approach advances practical forecasting in domains with heterogeneous sensor frequencies and irregular observations, offering scalable, expressive modeling of complex spatio-temporal relationships.
Abstract
Irregular multivariate time series (IMTS) are prevalent in real-world applications across many fields, where varying sensor frequencies and asynchronous measurements pose significant modeling challenges. Existing solutions often rely on a pre-alignment strategy to normalize data, which can distort intrinsic patterns and escalate computational and memory demands. Addressing these limitations, we introduce STRGCN, a Spatio-Temporal Relational Graph Convolutional Network that avoids pre-alignment and directly captures the complex interdependencies in IMTS by representing them as a fully connected graph. Each observation is represented as a node, allowing the model to effectively handle misaligned timestamps by mapping all inter-node relationships, thus faithfully preserving the asynchronous nature of the data. Moreover, we enhance this model with a hierarchical ``Sandwich'' structure that strategically aggregates nodes to optimize graph embeddings, reducing computational overhead while maintaining detailed local and global context. Extensive experiments on four public datasets demonstrate that STRGCN achieves state-of-the-art accuracy, competitive memory usage and training speed.
