A lightweight Spatial-Temporal Graph Neural Network for Long-term Time Series Forecasting
By: Henok Tenaw Moges, Deshendran Moodley
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.
Similar Papers
Leveraging Spatiotemporal Graph Neural Networks for Multi-Store Sales Forecasting
Machine Learning (CS)
Predicts store sales better by seeing how stores affect each other.
Evaluating Spatio-Temporal Forecasting Trade-offs Between Graph Neural Networks and Foundation Models
Machine Learning (CS)
Improves weather forecasts by choosing best sensors.
A Dynamic Stiefel Graph Neural Network for Efficient Spatio-Temporal Time Series Forecasting
Machine Learning (CS)
Predicts future events by understanding time and place.