LGJan 26, 2022

A dual approach for federated learning

arXiv:2201.11183v23 citations
AI Analysis

This work addresses federated learning optimization, offering incremental improvements for researchers and practitioners in distributed machine learning.

The paper tackles federated optimization by proposing a dual perspective algorithm, FedDCD, enhanced with inexact gradient oracles and Nesterov's acceleration, achieving better theoretical convergence rates than state-of-the-art primal methods in certain situations, as supported by numerical experiments on real-world datasets.

We study the federated optimization problem from a dual perspective and propose a new algorithm termed federated dual coordinate descent (FedDCD), which is based on a type of coordinate descent method developed by Necora et al.[Journal of Optimization Theory and Applications, 2017]. Additionally, we enhance the FedDCD method with inexact gradient oracles and Nesterov's acceleration. We demonstrate theoretically that our proposed approach achieves better convergence rates than the state-of-the-art primal federated optimization algorithms under certain situations. Numerical experiments on real-world datasets support our analysis.

Code Implementations1 repo
Foundations

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

Your Notes