paper-with-me

Papers

Implicit Gradient Alignment in Distributed and Federated Learning

2021-06-25 · Yatin Dandi, Luis Barba, Martin Jaggi

A major obstacle to achieving global convergence in distributed and federated learning is the misalignment of gradients across clients, or mini-batches due to heterogeneity and stochasticity of the distributed data. In this work, we show that data heterogeneity can in fact be exploited to improve generalization performance through implicit regularization. One way to alleviate the effects of heterogeneity is to encourage the alignment of gradients across different clients throughout training. Our analysis reveals that this goal can be accomplished by utilizing the right optimization method that replicates the implicit regularization effect of SGD, leading to gradient alignment as well as improvements in test accuracies. Since the existence of this regularization in SGD completely relies on the sequential use of different mini-batches during training, it is inherently absent when training with large mini-batches. To obtain the generalization benefits of this regularization while increasing parallelism, we propose a novel GradAlign algorithm that induces the same implicit regularization while allowing the use of arbitrarily large batches in each update. We experimentally validate the benefits of our algorithm in different distributed and federated learning settings.

📄 PDF Abstract BibTeX arXiv:2106.13897

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

Communication-Efficient Federated Hypergradient Computation via Aggregated Iterative Differentiation

2023-02-09 · Peiyao Xiao, Kaiyi Ji

Federated bilevel optimization has attracted increasing attention due to emerging machine learning and communication applications. The biggest challenge lies in computing the gradient of the upper-level objective functio…

Bilevel Optimization

On the Convergence of Local Descent Methods in Federated Learning

2019-10-31 · Farzin Haddadpour, Mehrdad Mahdavi

In federated distributed learning, the goal is to optimize a global training objective defined over distributed devices, where the data shard at each device is sampled from a possibly different distribution (a.k.a., hete…

Distributed OptimizationFederated Learning

Gradient Masked Federated Optimization

2021-04-21 · Irene Tenison, Sreya Francis, Irina Rish

Federated Averaging (FedAVG) has become the most popular federated learning algorithm due to its simplicity and low communication overhead. We use simple examples to show that FedAVG has the tendency to sew together the …

Federated Learning

Distributed Gradient Descent with Many Local Steps in Overparameterized Models

2024-12-10 · Heng Zhu, Harsh Vardhan, Arya Mazumdar

In distributed training of machine learning models, gradient descent with local iterative steps is a very popular method, variants of which are commonly known as Local-SGD or the Federated Averaging (FedAvg). In this met…

GCFL: A Gradient Correction-based Federated Learning Framework for Privacy-preserving CPSS

2025-06-04 · Jiayi Wan, Xiang Zhu, Fanzhen Liu, Wei Fan 외

Federated learning, as a distributed architecture, shows great promise for applications in Cyber-Physical-Social Systems (CPSS). In order to mitigate the privacy risks inherent in CPSS, the integration of differential pr…

Federated LearningPrivacy Preserving