paper-with-me

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 model updates mostly based on gradient magnitude. In this study, we find that recycling previous updates, rather than simply dropping them, more effectively reduces the communication cost while maintaining FL performance. We propose FedLUAR, a Layer-wise Update Aggregation with Recycling scheme for communication-efficient FL. We first define a useful metric that quantifies the extent to which the aggregated gradients influences the model parameter values in each layer. FedLUAR selects a few layers based on the metric and recycles their previous updates on the server side. Our extensive empirical study demonstrates that the update recycling scheme significantly reduces the communication cost while maintaining model accuracy. For example, our method achieves nearly the same AG News accuracy as FedAvg, while reducing the communication cost to just 17%.

📄 PDF Abstract BibTeX arXiv:2503.11146

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Adaptive Selection of LoRA Components in Privacy-Preserving Federated Learning

2026-05-07 · Myoungjun Kim, Sangwoo Park, Yoseob Han, Jin-Hyun Ahn arxiv

Differentially private federated fine-tuning of large models with LoRA suffers from aggregation error caused by LoRA's multiplicative structure, which is further amplified by DP noise and degrades both stability and accu…

Federated Learning

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 gr…

Distributed OptimizationFederated Learning

Layer-wise Adaptive Model Aggregation for Scalable Federated Learning

2021-10-19 · Sunwoo Lee, Tuo Zhang, Chaoyang He, Salman Avestimehr

In Federated Learning, a common approach for aggregating local models across clients is periodic averaging of the full model parameters. It is, however, known that different layers of neural networks can have a different…

Federated Learning

Spectral Transformation for Layer-wise Global Rank Discovery in Federated LoRA for Vision Transformers

2026-07-23 · Hariharan Ramesh, Jyotikrishna Dass arxiv

Fine-tuning Vision Transformers (ViTs) with low-rank adapters (LoRA) promises better communication efficiency under federated setup, yet existing aggregation strategies face fundamental limitations. Independently averagi…

Achieving Byzantine-Resilient Federated Learning via Layer-Adaptive Sparsified Model Aggregation

2024-09-02 · Jiahao Xu, Zikai Zhang, Rui Hu

Federated Learning (FL) enables multiple clients to collaboratively train a model without sharing their local data. Yet the FL system is vulnerable to well-designed Byzantine attacks, which aim to disrupt the model train…

Federated Learning