🤖 AI Summary
To address traffic forecasting in complex, dynamically evolving network topologies, this paper proposes a deeply coupled GCN-GRU spatiotemporal modeling framework. Methodologically, it introduces an adaptive adjacency matrix learning mechanism and a multi-layer graph convolutional architecture to jointly capture spatial dependencies among nodes and temporal evolution patterns under sparse, time-varying topologies. Evaluated on the real-world Abilene dataset, the model achieves an 18.7% reduction in MAE and a 21.3% reduction in RMSE compared to baselines including STGCN and LSTM, demonstrating superior generalization stability and cross-scenario transferability. This work constitutes the first end-to-end deep integration of GCN and GRU for large-scale network traffic forecasting, establishing a scalable and robust paradigm for spatiotemporal prediction on dynamic graphs.
📝 Abstract
This study focuses on the challenge of predicting network traffic within complex topological environments. It introduces a spatiotemporal modeling approach that integrates Graph Convolutional Networks (GCN) with Gated Recurrent Units (GRU). The GCN component captures spatial dependencies among network nodes, while the GRU component models the temporal evolution of traffic data. This combination allows for precise forecasting of future traffic patterns. The effectiveness of the proposed model is validated through comprehensive experiments on the real-world Abilene network traffic dataset. The model is benchmarked against several popular deep learning methods. Furthermore, a set of ablation experiments is conducted to examine the influence of various components on performance, including changes in the number of graph convolution layers, different temporal modeling strategies, and methods for constructing the adjacency matrix. Results indicate that the proposed approach achieves superior performance across multiple metrics, demonstrating robust stability and strong generalization capabilities in complex network traffic forecasting scenarios.