A lightweight Spatial-Temporal Graph Neural Network for Long-term Time Series Forecasting
Henok Tenaw Moges, Deshendran Moodley
TL;DR
Lite-STGNN addresses long-term multivariate forecasting by uniting a decomposition-based temporal backbone with a lightweight, learnable sparse spatial module. The low-rank adjacency with Top-K sparsification enables scalable spatial reasoning that acts as a conservative residual to a strong linear baseline, yielding state-of-the-art results up to 720 steps while maintaining low parameter counts and fast training. Ablation studies confirm substantial gains from spatial modules and sparsity, and learned graphs align with domain structures, offering interpretability. The approach demonstrates a practical balance of accuracy, efficiency, and deployability across energy, finance, traffic, and weather domains.
Abstract
We propose Lite-STGNN, a lightweight spatial-temporal graph neural network for long-term multivariate forecasting that integrates decomposition-based temporal modeling with learnable sparse graph structure. The temporal module applies trend-seasonal decomposition, while the spatial module performs message passing with low-rank Top-$K$ adjacency learning and conservative horizon-wise gating, enabling spatial corrections that enhance a strong linear baseline. Lite-STGNN achieves state-of-the-art accuracy on four benchmark datasets for horizons up to 720 steps, while being parameter-efficient and substantially faster to train than transformer-based methods. Ablation studies show that the spatial module yields 4.6% improvement over the temporal baseline, Top-$K$ enhances locality by 3.3%, and learned adjacency matrices reveal domain-specific interaction dynamics. Lite-STGNN thus offers a compact, interpretable, and efficient framework for long-term multivariate time series forecasting.
