FedSVD: Adaptive Orthogonalization for Private Federated Learning with LoRA
Seanie Lee, Sangwoo Park, Dong Bok Lee, Dominik Wagner, Haebin Seong, Tobias Bocklet, Juho Lee, Sung Ju Hwang

TL;DR
FedSVD introduces a global SVD-based reparameterization in federated learning with LoRA, reducing noise amplification from DP-SGD and improving model adaptation and stability.
Contribution
The paper proposes FedSVD, a novel SVD-based method that enhances privacy-preserving federated learning with LoRA by optimizing only one matrix and maintaining orthonormality, leading to better performance.
Findings
FedSVD outperforms baseline methods in privacy-preserving federated learning.
The orthonormal structure of A bounds gradient norms and preserves signal.
FedSVD improves stability and accuracy across various benchmarks.
Abstract
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 () intensifies this effect. Freezing one matrix (e.g., ) reduces the noise but restricts model expressiveness, often resulting in suboptimal adaptation. To address this, we propose , a simple yet effective method that introduces a global reparameterization based on singular value decomposition (SVD). In our approach, each client optimizes only the matrix and transmits it to the server. The server aggregates the matrices, computes…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsPrivacy-Preserving Technologies in Data · Stochastic Gradient Optimization Techniques · Cryptography and Data Security
