paper-with-me

홈 › 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, Zhipeng Cai 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 sensitive, user-specific data, raising significant privacy concerns within the federated learning framework. To address these challenges, we propose DP-FedLoRA, a privacy-enhanced federated fine-tuning framework that integrates LoRA-based adaptation with differential privacy in a communication-efficient setting. Each client locally clips and perturbs its LoRA matrices using Gaussian noise to satisfy ($ε$, $δ$)-differential privacy. We further provide a theoretical analysis demonstrating the unbiased nature of the updates and deriving bounds on the variance introduced by noise, offering practical guidance for privacy-budget calibration. Experimental results across mainstream benchmarks show that DP-FedLoRA delivers competitive performance while offering strong privacy guarantees, paving the way for scalable and privacy-preserving LLM deployment in on-device environments.

📄 PDF Abstract BibTeX arXiv:2509.09097

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Resource-Efficient Federated Fine-Tuning Large Language Models for Heterogeneous Data

2025-03-27 · Jun Liu, Yunming Liao, Hongli Xu, Yang Xu

Fine-tuning large language models (LLMs) via federated learning, i.e., FedLLM, has been proposed to adapt LLMs for various downstream applications in a privacy-preserving way. To reduce the fine-tuning costs on resource-…

Federated LearningPrivacy Preserving

Federated Low-Rank Adaptation for Foundation Models: A Survey

2025-05-16 · Yiyuan Yang, Guodong Long, Qinghua Lu, Liming Zhu 외

Effectively leveraging private datasets remains a significant challenge in developing foundation models. Federated Learning (FL) has recently emerged as a collaborative framework that enables multiple users to fine-tune …

Federated LearningSurvey

pFedLoRA: Model-Heterogeneous Personalized Federated Learning with LoRA Tuning

2023-10-20 · Liping Yi, Han Yu, Gang Wang, Xiaoguang Liu 외

Federated learning (FL) is an emerging machine learning paradigm in which a central server coordinates multiple participants (clients) collaboratively to train on decentralized data. In practice, FL often faces statistic…

Federated LearningPersonalized Federated Learning

Preventing Rank Collapse in Federated Low-Rank Adaptation with Client Heterogeneity

2026-02-13 · Fei Wu, Jia Hu, Geyong Min, Shiqiang Wang arxiv

Federated low-rank adaptation (FedLoRA) has facilitated communication-efficient and privacy-preserving fine-tuning of foundation models for downstream tasks. In practical federated learning scenarios, client heterogeneit…

Federated Learning

Communication-Efficient and Accurate Approach for Aggregation in Federated Low-Rank Adaptation

2025-09-30 · Le-Tuan Nguyen, Minh-Duong Nguyen, Seon-Geun Jeong, Dung D. Le 외 arxiv

With the rapid emergence of foundation models and the increasing need for fine-tuning across distributed environments, Federated Low-Rank Adaptation (FedLoRA) has recently gained significant attention. Despite enormous p…

Natural Language UnderstandingMathematical Reasoning