paper-with-me

홈 › Papers

Rethinking LoRA for Privacy-Preserving Federated Learning in Large Models

2026-02-23 · Jin Liu, Yinbin Miao, Ning Xi, Junkang Liu arxiv

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 ($ε= 1$), LA-LoRA outperforms the best baseline, RoLoRA, by 16.83\% in test accuracy. Code is provided in \repolink.

📄 PDF Abstract BibTeX arXiv:2602.19926

Code (0)

등록된 구현이 없습니다.

Tasks

parameter-efficient fine-tuningFederated Learning

Similar Papers 제목 키워드 기반

DP-FedLoRA: Privacy-Enhanced Federated Fine-Tuning for On-Device Large Language Models

2025-09-11 · Honghui Xu, Shiva Shrestha, Wei Chen, Zhiyuan Li 외 arxiv

As on-device large language model (LLM) systems become increasingly prevalent, federated fine-tuning enables advanced language understanding and generation directly on edge devices; however, it also involves processing s…

Federated Learning

FedVLN: Privacy-preserving Federated Vision-and-Language Navigation

2022-03-28 · Kaiwen Zhou, Xin Eric Wang

Data privacy is a central problem for embodied agents that can perceive the environment, communicate with humans, and act in the real world. While helping humans complete tasks, the agent may observe and process sensitiv…

Privacy PreservingVision and Language Navigation

SDFLoRA: Selective Decoupled Federated LoRA for Privacy-preserving Fine-tuning with Heterogeneous Clients

2026-01-16 · Zhikang Shen, Jianrong Lu, Haiyuan Wan, Jianhai Chen arxiv

Federated learning (FL) for large language models (LLMs) has attracted increasing attention as a privacy-preserving approach for adapting models over distributed data, where parameter-efficient methods such as Low-Rank A…

Federated Learning

Improving LoRA in Privacy-preserving Federated Learning

2024-03-18 · Youbang Sun, Zitao Li, Yaliang Li, Bolin Ding

Low-rank adaptation (LoRA) is one of the most popular task-specific parameter-efficient fine-tuning (PEFT) methods on pre-trained language models for its good performance and computational efficiency. LoRA injects a prod…

Computational EfficiencyFederated Learningparameter-efficient fine-tuningPrivacy Preserving

Differentially Private Wireless Federated Learning Using Orthogonal Sequences

2023-06-14 · Xizixiang Wei, Tianhao Wang, Ruiquan Huang, Cong Shen 외

We propose a privacy-preserving uplink over-the-air computation (AirComp) method, termed FLORAS, for single-input single-output (SISO) wireless federated learning (FL) systems. From the perspective of communication desig…

Federated LearningPrivacy Preserving