LGMLJun 25, 2021

Implicit Gradient Alignment in Distributed and Federated Learning

arXiv:2106.13897v344 citations
Originality Incremental advance
AI Analysis

This work addresses a key bottleneck in distributed and federated learning for improving model generalization, though it is incremental as it builds on existing SGD regularization concepts.

The paper tackles the problem of gradient misalignment due to data heterogeneity in distributed and federated learning, showing that exploiting this heterogeneity through implicit regularization improves generalization, with the proposed GradAlign algorithm enabling large-batch training while maintaining these benefits.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes