paper-with-me

Papers

GradualDiff-Fed: A Federated Learning Specialized Framework for Large Language Model

2025-06-23 · Amir Faiyaz, Tara Salman

The rapid proliferation of large language models (LLMs) has created an unprecedented demand for fine-tuning models for specialized domains, such as medical science. While federated learning (FL) offers a decentralized and privacy-preserving approach to collaboratively fine-tune LLMs without sharing raw data, it presents significant challenges, particularly in performance and managing large model sizes efficiently. In this paper, we introduce GradualDiff-Fed, an FL framework designed explicitly for LLMs, and their challenge of handling the high parameter size. GradualDiff-Fed reduces communication costs by transmitting only the difference of model weights rather than the entire model during training rounds. Such an approach significantly improves scalability and communication efficiency, making it more feasible to fine-tune LLMs across distributed clients without compromising performance. Our evaluation demonstrates that GradualDiff-Fed achieves performance on par with centralized training while drastically reducing communication overhead. These results highlight the potential of GradualDiff-Fed as an efficient solution for fine-tuning large models from distributed data in privacy-preserving settings without comprising performance.

📄 PDF Abstract BibTeX arXiv:2506.19164

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningLanguage ModelingLanguage ModellingLarge Language ModelPrivacy Preserving

Similar Papers 제목 키워드 기반

FlowerTune: A Cross-Domain Benchmark for Federated Fine-Tuning of Large Language Models

2025-06-03 · Yan Gao, Massimo Roberto Scamarcia, Javier Fernandez-Marques, Mohammad Naseri 외

Large Language Models (LLMs) have achieved state-of-the-art results across diverse domains, yet their development remains reliant on vast amounts of publicly available data, raising concerns about data scarcity and the l…

BenchmarkingDomain AdaptationFederated LearningPrivacy Preserving

FedSRD: Sparsify-Reconstruct-Decompose for Communication-Efficient Federated Large Language Models Fine-Tuning

2025-10-06 · Guochen Yan, Luyuan Xie, Qingni Shen, Yuejian Fang 외 arxiv

The current paradigm of training large language models (LLMs) on public available Web data is becoming unsustainable as high-quality data sources in specialized domains near exhaustion. Federated Learning (FL) emerges as…

Federated Learning

Conflict-Aware Federated Fine-Tuning of Large Language Models with Mixture-of-Experts

2026-06-14 · Yijun Lu, Zihan Fang, Pengpeng Qiao, Zheng Lin 외 arxiv

The continuous scaling of large language models (LLMs) incurs prohibitive computational costs, making Mixture-of-Experts (MoE) a scalable alternative for efficient fine-tuning via sparse activation. While federated learn…

Federated Learning

SuperFedNAS: Cost-Efficient Federated Neural Architecture Search for On-Device Inference

2023-01-26 · Alind Khare, Animesh Agrawal, Aditya Annavajjala, Payman Behnam 외

Neural Architecture Search (NAS) for Federated Learning (FL) is an emerging field. It automates the design and training of Deep Neural Networks (DNNs) when data cannot be centralized due to privacy, communication costs, …

Federated LearningNeural Architecture SearchPrivacy Preserving

Enhancing Model Privacy in Federated Learning with Random Masking and Quantization

2025-08-26 · Zhibo Xu, Jianhao Zhu, Jingwen Xu, Changze Lv 외 arxiv

The primary goal of traditional federated learning is to protect data privacy by enabling distributed edge devices to collaboratively train a shared global model while keeping raw data decentralized at local clients. The…

Federated Learning