paper-with-me

홈 › Papers

FedSVD: Adaptive Orthogonalization for Private Federated Learning with LoRA

2025-05-19 · Seanie Lee, Sangwoo Park, Dong Bok Lee, Dominik Wagner, Haebin Seong, Tobias Bocklet, Juho Lee, Sung Ju Hwang

Low-Rank Adaptation (LoRA), which introduces a product of two trainable low-rank matrices into frozen pre-trained weights, is widely used for efficient fine-tuning of language models in federated learning (FL). However, when combined with differentially private stochastic gradient descent (DP-SGD), LoRA faces substantial noise amplification: DP-SGD perturbs per-sample gradients, and the matrix multiplication of the LoRA update ($BA$) intensifies this effect. Freezing one matrix (e.g., $A$) reduces the noise but restricts model expressiveness, often resulting in suboptimal adaptation. To address this, we propose FedSVD, a simple yet effective method that introduces a global reparameterization based on singular value decomposition (SVD). In our approach, each client optimizes only the $B$ matrix and transmits it to the server. The server aggregates the $B$ matrices, computes the product $BA$ using the previous $A$, and refactorizes the result via SVD. This yields a new adaptive $A$ composed of the orthonormal right singular vectors of $BA$, and an updated $B$ containing the remaining SVD components. This reparameterization avoids quadratic noise amplification, while allowing $A$ to better capture the principal directions of the aggregate updates. Moreover, the orthonormal structure of $A$ bounds the gradient norms of $B$ and preserves more signal under DP-SGD, as confirmed by our theoretical analysis. As a result, FedSVD consistently improves stability and performance across a variety of privacy settings and benchmarks, outperforming relevant baselines under both private and non-private regimes.

📄 PDF Abstract BibTeX arXiv:2505.12805

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Subspace-Constrained Federated Learning with Low-Rank Adaptation

2026-06-21 · Neranjan Senarath, Rohit Muralitharan, Sadia Asif arxiv

Federated low-rank adaptation methods are attractive for fine-tuning large models under communication and privacy constraints, but heterogeneous client data can induce geometric misalignment between local low-rank update…

Federated Learning

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

Random Orthogonalization for Federated Learning in Massive MIMO Systems

2022-10-18 · Xizixiang Wei, Cong Shen, Jing Yang, H. Vincent Poor

We propose a novel communication design, termed random orthogonalization, for federated learning (FL) in a massive multiple-input and multiple-output (MIMO) wireless system. The key novelty of random orthogonalization co…

Federated Learning

Fed-SB: A Silver Bullet for Extreme Communication Efficiency and Performance in (Private) Federated LoRA Fine-Tuning

2025-02-21 · Raghav Singhal, Kaustubh Ponkshe, Rohit Vartak, Lav R. Varshney 외

Low-Rank Adaptation (LoRA) has become ubiquitous for efficiently fine-tuning foundation models. However, federated fine-tuning using LoRA is challenging due to suboptimal updates arising from traditional federated averag…

Arithmetic Reasoning

Ravan: Multi-Head Low-Rank Adaptation for Federated Fine-Tuning

2025-06-05 · Arian Raje, Baris Askin, Divyansh Jhunjhunwala, Gauri Joshi

Large language models (LLMs) have not yet effectively leveraged the vast amounts of edge-device data, and federated learning (FL) offers a promising paradigm to collaboratively fine-tune LLMs without transferring private…

Federated Learning