MGCP: A Multi-Grained Correlation based Prediction Network for Multivariate Time Series
Zhicheng Chen, Xi Xiao, Ke Xu, Zhong Zhang, Yu Rong, Qing Li, Guojun Gan, Zhiqiang Xu, Peilin Zhao
TL;DR
MGCP tackles multivariate time series forecasting by explicitly modeling correlations at fine-, medium-, and coarse-grained levels. It integrates Adaptive Fourier Neural Operators for global spatiotemporal patterns, Graph Convolutional Networks for inter-series relations, and a Transformer-based predictor with a conditional Wasserstein GAN discriminator to align forecasts with the true distribution. Across real-world datasets, MGCP achieves state-of-the-art performance without requiring predefined graph structures, and ablations confirm the essential roles of AFNO, GCN, and adversarial training. This approach advances robust, distribution-aware forecasting for complex, multi-variate data across diverse domains.
Abstract
Multivariate time series prediction is widely used in daily life, which poses significant challenges due to the complex correlations that exist at multi-grained levels. Unfortunately, the majority of current time series prediction models fail to simultaneously learn the correlations of multivariate time series at multi-grained levels, resulting in suboptimal performance. To address this, we propose a Multi-Grained Correlations-based Prediction (MGCP) Network, which simultaneously considers the correlations at three granularity levels to enhance prediction performance. Specifically, MGCP utilizes Adaptive Fourier Neural Operators and Graph Convolutional Networks to learn the global spatiotemporal correlations and inter-series correlations, enabling the extraction of potential features from multivariate time series at fine-grained and medium-grained levels. Additionally, MGCP employs adversarial training with an attention mechanism-based predictor and conditional discriminator to optimize prediction results at coarse-grained level, ensuring high fidelity between the generated forecast results and the actual data distribution. Finally, we compare MGCP with several state-of-the-art time series prediction algorithms on real-world benchmark datasets, and our results demonstrate the generality and effectiveness of the proposed model.
