Graph Pruning Based Spatial and Temporal Graph Convolutional Network with Transfer Learning for Traffic Prediction
Zihao Jing
TL;DR
TL-GPSTGN tackles traffic prediction under data-scarce conditions by integrating graph pruning with transfer learning in a spatial-temporal graph convolutional framework. The Graph Pruning Processor distills the road network via information entropy and degree-based pruning, enabling robust migration of a pre-trained STGCN to new networks with limited data. Empirical results on METR-LA, PEMS-BAY, and PEMS-D7-M show competitive single-dataset accuracy and superior transfer performance, highlighting strong generalization and deployment potential. The theoretical analysis via Rademacher complexity supports the model’s generalization capacity, and the framework offers practical utility for scalable, transferable smart transportation systems.
Abstract
With the process of urbanization and the rapid growth of population, the issue of traffic congestion has become an increasingly critical concern. Intelligent transportation systems heavily rely on real-time and precise prediction algorithms to address this problem. While Recurrent Neural Network (RNN) and Graph Convolutional Network (GCN) methods in deep learning have demonstrated high accuracy in predicting road conditions when sufficient data is available, forecasting in road networks with limited data remains a challenging task. This study proposed a novel Spatial-temporal Convolutional Network (TL-GPSTGN) based on graph pruning and transfer learning framework to tackle this issue. Firstly, the essential structure and information of the graph are extracted by analyzing the correlation and information entropy of the road network structure and feature data. By utilizing graph pruning techniques, the adjacency matrix of the graph and the input feature data are processed, resulting in a significant improvement in the model's migration performance. Subsequently, the well-characterized data are inputted into the spatial-temporal graph convolutional network to capture the spatial-temporal relationships and make predictions regarding the road conditions. Furthermore, this study conducts comprehensive testing and validation of the TL-GPSTGN method on real datasets, comparing its prediction performance against other commonly used models under identical conditions. The results demonstrate the exceptional predictive accuracy of TL-GPSTGN on a single dataset, as well as its robust migration performance across different datasets.
