FedSVD: Adaptive Orthogonalization for Private Federated Learning with LoRA
Abstract
FedSVD introduces a method for stable and effective fine-tuning of pre-trained language models in federated learning with differential privacy by using singular value decomposition to handle noise and maintain performance.
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.
Community
We propose FedSVD, a simple yet effective method that introduces a global reparameterization based on singular value decomposition (SVD) for differentially private (DP) federated learning (FL).
This is an automated message from the Librarian Bot. I found the following papers similar to this paper.
The following papers were recommended by the Semantic Scholar API
- Communication-Efficient and Personalized Federated Foundation Model Fine-Tuning via Tri-Matrix Adaptation (2025)
- Communication-Efficient Wireless Federated Fine-Tuning for Large-Scale AI Models (2025)
- A Survey on Parameter-Efficient Fine-Tuning for Foundation Models in Federated Learning (2025)
- Accelerating Differentially Private Federated Learning via Adaptive Extrapolation (2025)
- Sculpting Subspaces: Constrained Full Fine-Tuning in LLMs for Continual Learning (2025)
- DP2FL: Dual Prompt Personalized Federated Learning in Foundation Models (2025)
- ElaLoRA: Elastic & Learnable Low-Rank Adaptation for Efficient Model Fine-Tuning (2025)
Please give a thumbs up to this comment if you found it helpful!
If you want recommendations for any Paper on Hugging Face checkout this Space
You can directly ask Librarian Bot for paper recommendations by tagging it in a comment:
@librarian-bot
recommend
Models citing this paper 0
No model linking this paper
Datasets citing this paper 0
No dataset linking this paper
Spaces citing this paper 0
No Space linking this paper
Collections including this paper 0
No Collection including this paper