paper-with-me

홈 › Papers

Sketched Adaptive Federated Deep Learning: A Sharp Convergence Analysis

2024-11-11 · Zhijie Chen, Qiaobo Li, Arindam Banerjee

Combining gradient compression methods (e.g., CountSketch, quantization) and adaptive optimizers (e.g., Adam, AMSGrad) is a desirable goal in federated learning (FL), with potential benefits on both fewer communication rounds and less per-round communication. In spite of the preliminary empirical success of sketched adaptive methods, existing convergence analyses show the communication cost to have a linear dependence on the ambient dimension, i.e., number of parameters, which is prohibitively high for modern deep learning models. In this work, we introduce specific sketched adaptive federated learning (SAFL) algorithms and, as our main contribution, provide theoretical convergence analyses in different FL settings with guarantees on communication cost depending only logarithmically (instead of linearly) on the ambient dimension. Unlike existing analyses, we show that the entry-wise sketching noise existent in the preconditioners and the first moments of SAFL can be implicitly addressed by leveraging the recently-popularized anisotropic curvatures in deep learning losses, e.g., fast decaying loss Hessian eigen-values. In the i.i.d. client setting of FL, we show that SAFL achieves asymptotic $O(1/\sqrt{T})$ convergence, and converges faster in the initial epochs. In the non-i.i.d. client setting, where non-adaptive methods lack convergence guarantees, we show that SACFL (SAFL with clipping) algorithms can provably converge in spite of the additional heavy-tailed noise. Our theoretical claims are supported by empirical studies on vision and language tasks, and in both fine-tuning and training-from-scratch regimes. Surprisingly, as a by-product of our analysis, the proposed SAFL methods are competitive with the state-of-the-art communication-efficient federated learning algorithms based on error feedback.

📄 PDF Abstract BibTeX arXiv:2411.06770

Code (0)

등록된 구현이 없습니다.

Tasks

Deep LearningFederated LearningQuantization

Methods 이 논문이 사용한 방법론

Adam 설명 없음

Similar Papers 제목 키워드 기반

Beyond Johnson-Lindenstrauss: Uniform Bounds for Sketched Bilinear Forms

2025-09-26 · Rohan Deb, Qiaobo Li, Mayank Shrivastava, Arindam Banerjee arxiv

Uniform bounds on sketched inner products of vectors or matrices underpin several important computational and statistical results in machine learning and randomized algorithms, including the Johnson-Lindenstrauss (J-L) l…

Federated Learning

Sketched Gaussian Mechanism for Private Federated Learning

2025-09-09 · Qiaobo Li, Zhijie Chen, Arindam Banerjee arxiv

Communication cost and privacy are two major considerations in federated learning (FL). For communication cost, gradient compression by sketching the clients' transmitted model updates is often used for reducing per-roun…

Federated Learning

Communication-Efficient Federated Learning with Sketching

2020-01-01 · ICML 2020 1 · Daniel Rothchild, Ashwinee Panda, Enayat Ullah, Nikita Ivkin 외

Existing approaches to federated learning suffer from a communication bottleneck as well as convergence issues due to sparse client participation. In this paper we introduce a novel algorithm, called FedSketchedSGD, to o…

Federated Learning

FedNS: A Fast Sketching Newton-Type Algorithm for Federated Learning

2024-01-05 · Jian Li, Yong liu, Wei Wang, Haoran Wu 외

Recent Newton-type federated learning algorithms have demonstrated linear convergence with respect to the communication rounds. However, communicating Hessian matrices is often unfeasible due to their quadratic communica…

Federated Learning

Adaptive Sketching for Fast and Convergent Canonical Polyadic Decomposition

2020-01-01 · ICML 2020 1 · Kareem Aggour, Bülent Yener

This work considers the canonical polyadic decomposition (CPD) of tensors using proximally regularized sketched alternating least squares algorithms. First, it establishes a sublinear rate of convergence for proximally r…