Accelerated Stochastic ExtraGradient: Mixing Hessian and Gradient Similarity to Reduce Communication in Distributed and Federated Learning
Dmitry Bylinkin, Kirill Degtyarev, Aleksandr Beznosikov
TL;DR
This work tackles the communication bottleneck in distributed and federated learning by exploiting Hessian similarity across clients and introducing a stochastic variant of Accelerated ExtraGradient (ASEG) that samples nodes and injects additive noise for privacy. The method delivers a communication-efficient scheme with provable convergence to a neighborhood under standard smoothness and convexity assumptions, and refined bounds when gradient similarity is incorporated. Theoretical results characterize how node sampling and noise affect convergence, and the subproblem is analyzed via SGD, SVRG, and loopless strategies, showing practical trade-offs. Empirical results on real datasets demonstrate favorable communication complexity and robustness to noise, highlighting ASEG as a promising approach for large-scale, privacy-preserving distributed optimization.
Abstract
Modern realities and trends in learning require more and more generalization ability of models, which leads to an increase in both models and training sample size. It is already difficult to solve such tasks in a single device mode. This is the reason why distributed and federated learning approaches are becoming more popular every day. Distributed computing involves communication between devices, which requires solving two key problems: efficiency and privacy. One of the most well-known approaches to combat communication costs is to exploit the similarity of local data. Both Hessian similarity and homogeneous gradients have been studied in the literature, but separately. In this paper, we combine both of these assumptions in analyzing a new method that incorporates the ideas of using data similarity and clients sampling. Moreover, to address privacy concerns, we apply the technique of additional noise and analyze its impact on the convergence of the proposed method. The theory is confirmed by training on real datasets.
