Communication-Efficient Federated Learning by Exploiting Spatio-Temporal Correlations of Gradients
Shenlong Zheng, Zhen Zhang, Yuhui Deng, Geyong Min, Lin Cui
TL;DR
This paper tackles the communication bottleneck in Federated Learning by uncovering strong temporal correlations in client gradients across rounds and heterogeneous layer-wise parameter significance. It introduces GradESTC, a compression framework that represents gradients using a low-rank basis (captured by an orthonormal matrix $M$ and coefficients $A$) and maintains the basis over rounds with selective, incremental updates guided by temporal correlations. The method achieves substantial uplink reductions by transmitting lightweight coefficients and only a subset of updated basis vectors, while experiments show near-FedAvg convergence speed and accuracy across IID and non-IID settings. Theoretical convergence guarantees are provided under a probabilistic gradient-subspace assumption and inter-client error correlations, and empirical results demonstrate robust performance across multiple datasets and architectures, highlighting practical scalability for bandwidth-constrained FL deployments.
Abstract
Communication overhead is a critical challenge in federated learning, particularly in bandwidth-constrained networks. Although many methods have been proposed to reduce communication overhead, most focus solely on compressing individual gradients, overlooking the temporal correlations among them. Prior studies have shown that gradients exhibit spatial correlations, typically reflected in low-rank structures. Through empirical analysis, we further observe a strong temporal correlation between client gradients across adjacent rounds. Based on these observations, we propose GradESTC, a compression technique that exploits both spatial and temporal gradient correlations. GradESTC exploits spatial correlations to decompose each full gradient into a compact set of basis vectors and corresponding combination coefficients. By exploiting temporal correlations, only a small portion of the basis vectors need to be dynamically updated in each round. GradESTC significantly reduces communication overhead by transmitting lightweight combination coefficients and a limited number of updated basis vectors instead of the full gradients. Extensive experiments show that, upon reaching a target accuracy level near convergence, GradESTC reduces uplink communication by an average of 39.79% compared to the strongest baseline, while maintaining comparable convergence speed and final accuracy to uncompressed FedAvg. By effectively leveraging spatio-temporal gradient structures, GradESTC offers a practical and scalable solution for communication-efficient federated learning.
