paper-with-me

Papers

Synthetic data shuffling accelerates the convergence of federated learning under data heterogeneity

2023-06-23 · Bo Li, Yasin Esfandiari, Mikkel N. Schmidt, Tommy S. Alstrøm, Sebastian U. Stich

In federated learning, data heterogeneity is a critical challenge. A straightforward solution is to shuffle the clients' data to homogenize the distribution. However, this may violate data access rights, and how and when shuffling can accelerate the convergence of a federated optimization algorithm is not theoretically well understood. In this paper, we establish a precise and quantifiable correspondence between data heterogeneity and parameters in the convergence rate when a fraction of data is shuffled across clients. We prove that shuffling can quadratically reduce the gradient dissimilarity with respect to the shuffling percentage, accelerating convergence. Inspired by the theory, we propose a practical approach that addresses the data access rights issue by shuffling locally generated synthetic data. The experimental results show that shuffling synthetic data improves the performance of multiple existing federated learning algorithms by a large margin.

📄 PDF Abstract BibTeX arXiv:2306.13263

Code (1)

lyn1874/fedssyn 공식 구현 pytorch

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Mobility Accelerates Learning: Convergence Analysis on Hierarchical Federated Learning in Vehicular Networks

2024-01-18 · Tan Chen, Jintao Yan, Yuxuan Sun, Sheng Zhou 외

Hierarchical federated learning (HFL) enables distributed training of models across multiple devices with the help of several edge servers and a cloud edge server in a privacy-preserving manner. In this paper, we conside…

Federated LearningPrivacy Preserving

Minibatch vs Local SGD with Shuffling: Tight Convergence Bounds and Beyond

2021-10-20 · ICLR 2022 4 · Chulhee Yun, Shashank Rajput, Suvrit Sra

In distributed learning, local SGD (also known as federated averaging) and its simple baseline minibatch SGD are widely studied optimization methods. Most existing analyses of these methods assume independent and unbiase…

Server-Side Stepsizes and Sampling Without Replacement Provably Help in Federated Optimization

2022-01-26 · Grigory Malinovsky, Konstantin Mishchenko, Peter Richtárik

We present a theoretical study of server-side optimization in federated learning. Our results are the first to show that the widely popular heuristic of scaling the client updates with an extra parameter is very useful i…

Federated Learning

Federated Random Reshuffling with Compression and Variance Reduction

2022-05-08 · Grigory Malinovsky, Peter Richtárik

Random Reshuffling (RR), which is a variant of Stochastic Gradient Descent (SGD) employing sampling without replacement, is an immensely popular method for training supervised machine learning models via empirical risk m…

BIG-bench Machine LearningFederated Learning

Revisiting Convergence: Shuffling Complexity Beyond Lipschitz Smoothness

2025-07-11 · Qi He, Peiran Yu, Ziyi Chen, Heng Huang arxiv

Shuffling-type gradient methods are favored in practice for their simplicity and rapid empirical performance. Despite extensive development of convergence guarantees under various assumptions in recent years, most requir…