paper-with-me

홈 › Papers

Recycling Model Updates in Federated Learning: Are Gradient Subspaces Low-Rank?

2022-02-01 · ICLR 2022 4 · Sheikh Shams Azam, Seyyedali Hosseinalipour, Qiang Qiu, Christopher Brinton

In this paper, we question the rationale behind propagating large numbers of parameters through a distributed system during federated learning. We start by examining the rank characteristics of the subspace spanned by gradients across epochs (i.e., the gradient-space) in centralized model training, and observe that this gradient-space often consists of a few leading principal components accounting for an overwhelming majority (95-99%) of the explained variance. Motivated by this, we propose the "Look-back Gradient Multiplier" (LBGM) algorithm, which exploits this low-rank property to enable gradient recycling between model update rounds of federated learning, reducing transmissions of large parameters to single scalars for aggregation. We analytically characterize the convergence behavior of LBGM, revealing the nature of the trade-off between communication savings and model performance. Our subsequent experimental results demonstrate the improvement LBGM obtains in communication overhead compared to conventional federated learning on several datasets and deep learning models. Additionally, we show that LBGM is a general plug-and-play algorithm that can be used standalone or stacked on top of existing sparsification techniques for distributed model training.

📄 PDF Abstract BibTeX arXiv:2202.00280

Code (1)

shams-sam/fedoptim 공식 구현 pytorch

Tasks

Distributed OptimizationFederated Learning

Similar Papers 제목 키워드 기반

Layer-wise Update Aggregation with Recycling for Communication-Efficient Federated Learning

2025-03-14 · Jisoo Kim, Sungmin Kang, Sunwoo Lee

Expensive communication cost is a common performance bottleneck in Federated Learning (FL), which makes it less appealing in real-world applications. Many communication-efficient FL methods focus on discarding a part of …

Federated Learning

Task-Agnostic Federated Continual Learning via Replay-Free Gradient Projection

2025-09-25 · Seohyeon Cha, Huancheng Chen, Haris Vikalo arxiv

Federated continual learning (FCL) enables collaborative model training across distributed clients on sequentially arriving tasks without revisiting past data. However, existing approaches often suffer from catastrophic …

Continual Learning

ILoRA: Federated Learning with Low-Rank Adaptation for Heterogeneous Client Aggregation

2025-11-20 · Junchao Zhou, Junkang Liu, Fanhua Shang arxiv

Federated Learning with Low-Rank Adaptation (LoRA) faces three critical challenges under client heterogeneity: (1) Initialization-Induced Instability due to random initialization misaligning client subspaces; (2) Rank In…

Federated Learning

FedRot-LoRA: Mitigating Rotational Misalignment in Federated LoRA

2026-02-27 · Haoran Zhang, Dongjun Kim, Seohyeon Cha, Haris Vikalo arxiv

Federated LoRA provides a communication-efficient mechanism for fine-tuning large language models on decentralized data. In practice, however, a discrepancy between the factor-wise averaging used to preserve low rank and…

Natural Language Understanding

Federated Knowledge Recycling: Privacy-Preserving Synthetic Data Sharing

2024-07-30 · Eugenio Lomurno, Matteo Matteucci

Federated learning has emerged as a paradigm for collaborative learning, enabling the development of robust models without the need to centralise sensitive data. However, conventional federated learning techniques have p…

Federated LearningPrivacy Preserving