Unlocking Dynamic Inter-Client Spatial Dependencies: A Federated Spatio-Temporal Graph Learning Method for Traffic Flow Forecasting
Feng Wang, Tianxiang Chen, Shuyue Wei, Qian Chu, Yi Zhang, Yifan Sun, Zhiming Zheng
TL;DR
Traffic flow forecasting in federated settings suffers from dynamic inter-client spatial dependencies under data locality constraints. FedSTGD presents a TGCRN-based federated framework with three core components: federated nonlinear computation decomposition, graph node embedding augmentation, and a client-server collective learning protocol to reconstruct dynamic inter-client spatial dependencies. The approach enables privacy-preserving distributed computation and demonstrates superior performance over state-of-the-art baselines on four real-world datasets, closely matching centralized results; ablation and sensitivity analyses confirm the contributions and robustness of the framework. This work advances scalable, privacy-conscious TFF by effectively capturing evolving inter-client spatial dynamics across multiple stakeholders.
Abstract
Spatio-temporal graphs are powerful tools for modeling complex dependencies in traffic time series. However, the distributed nature of real-world traffic data across multiple stakeholders poses significant challenges in modeling and reconstructing inter-client spatial dependencies while adhering to data locality constraints. Existing methods primarily address static dependencies, overlooking their dynamic nature and resulting in suboptimal performance. In response, we propose Federated Spatio-Temporal Graph with Dynamic Inter-Client Dependencies (FedSTGD), a framework designed to model and reconstruct dynamic inter-client spatial dependencies in federated learning. FedSTGD incorporates a federated nonlinear computation decomposition module to approximate complex graph operations. This is complemented by a graph node embedding augmentation module, which alleviates performance degradation arising from the decomposition. These modules are coordinated through a client-server collective learning protocol, which decomposes dynamic inter-client spatial dependency learning tasks into lightweight, parallelizable subtasks. Extensive experiments on four real-world datasets demonstrate that FedSTGD achieves superior performance over state-of-the-art baselines in terms of RMSE, MAE, and MAPE, approaching that of centralized baselines. Ablation studies confirm the contribution of each module in addressing dynamic inter-client spatial dependencies, while sensitivity analysis highlights the robustness of FedSTGD to variations in hyperparameters.
