Lessons from Generalization Error Analysis of Federated Learning: You May Communicate Less Often!
Milad Sefidgaran, Romain Chor, Abdellatif Zaidi, Yijun Wan
TL;DR
This work analyzes how the generalization error in Federated Learning evolves as the number of communication rounds R increases, introducing a formal multi-round FL model with K clients and a parameter server. It develops both PAC-Bayes and rate-distortion bounds that explicitly capture the impact of R, alongside the number of clients K and per-client data size n, and applies these results to Federated SVM (FSVM) showing that higher communication frequency can degrade generalization. The FSVM analysis is complemented by experiments with MNIST and CIFAR-10 (ResNet-56) demonstrating that population risk may degrade more slowly than empirical risk and can even rise past a critical R*. The bounds also imply that FSVM generalization improves relative to centralized learning by a factor of order sqrt(log(K)/K). Overall, the paper provides a theoretical framework for understanding the trade-offs in FL between communication, data distribution, and generalization, with practical guidance on choosing the number of rounds R and potential regularization strategies.
Abstract
We investigate the generalization error of statistical learning models in a Federated Learning (FL) setting. Specifically, we study the evolution of the generalization error with the number of communication rounds $R$ between $K$ clients and a parameter server (PS), i.e., the effect on the generalization error of how often the clients' local models are aggregated at PS. In our setup, the more the clients communicate with PS the less data they use for local training in each round, such that the amount of training data per client is identical for distinct values of $R$. We establish PAC-Bayes and rate-distortion theoretic bounds on the generalization error that account explicitly for the effect of the number of rounds $R$, in addition to the number of participating devices $K$ and individual datasets size $n$. The bounds, which apply to a large class of loss functions and learning algorithms, appear to be the first of their kind for the FL setting. Furthermore, we apply our bounds to FL-type Support Vector Machines (FSVM); and derive (more) explicit bounds in this case. In particular, we show that the generalization bound of FSVM increases with $R$, suggesting that more frequent communication with PS diminishes the generalization power. This implies that the population risk decreases less fast with $R$ than does the empirical risk. Moreover, our bound suggests that the generalization error of FSVM decreases faster than that of centralized learning by a factor of $\mathcal{O}(\sqrt{\log(K)/K})$. Finally, we provide experimental results obtained using neural networks (ResNet-56) which show evidence that not only may our observations for FSVM hold more generally but also that the population risk may even start to increase beyond some value of $R$.
