Rethinking LoRA for Privacy-Preserving Federated Learning in Large Models
Abstract
Fine-tuning large vision models (LVMs) and large language models (LLMs) under differentially private federated learning (DPFL) is hindered by a fundamental privacy-utility trade-off. Low-Rank Adaptation (LoRA), a promising parameter-efficient fine-tuning (PEFT) method, reduces computational and communication costs by introducing two trainable low-rank matrices while freezing pre-trained weights. However, directly applying LoRA in DPFL settings leads to performance degradation, especially in LVMs. Our analysis reveals three previously underexplored challenges: (1) gradient coupling caused by the simultaneous update of two asymmetric low-rank matrices, (2) compounded noise amplification under differential privacy, and (3) sharpness of the global aggregated model in the parameter space. To address these issues, we propose LA-LoRA (\textbf{L}ocal \textbf{A}lternating \textbf{LoRA}), a novel approach that decouples gradient interactions and aligns update directions across clients to enhance robustness under stringent privacy constraints. Theoretically, LA-LoRA strengthens convergence guarantees in noisy federated environments. Extensive experiments demonstrate that LA-LoRA achieves state-of-the-art (SOTA) performance on Swin Transformer and RoBERTa models, showcasing robustness to DP noise and broad applicability across both LVMs and LLMs. For example, when fine-tuning the Swin-B model on the Tiny-ImageNet dataset under a strict privacy budget ($\epsilon = 1$), LA-LoRA outperforms the best baseline, RoLoRA, by 16.83\% in test accuracy. Code is provided in the Appendix.
Cite
Text
Liu et al. "Rethinking LoRA for Privacy-Preserving Federated Learning in Large Models." International Conference on Learning Representations, 2026.Markdown
[Liu et al. "Rethinking LoRA for Privacy-Preserving Federated Learning in Large Models." International Conference on Learning Representations, 2026.](https://mlanthology.org/iclr/2026/liu2026iclr-rethinking/)BibTeX
@inproceedings{liu2026iclr-rethinking,
title = {{Rethinking LoRA for Privacy-Preserving Federated Learning in Large Models}},
author = {Liu, Jin and Miao, Yinbin and Xi, Ning and Liu, Junkang},
booktitle = {International Conference on Learning Representations},
year = {2026},
url = {https://mlanthology.org/iclr/2026/liu2026iclr-rethinking/}
}