中文
相关论文

相关论文: FedRPCA: Enhancing Federated LoRA Aggregation Usin…

200 篇论文

Federated Learning (FL) enables collaborative model training across decentralized data sources while preserving data privacy. However, the growing size of Machine Learning (ML) models poses communication and computation challenges in FL.…

机器学习 · 计算机科学 2025-09-03 Xin Chen , Shuaijun Chen , Omid Tavallaie , Nguyen Tran , Shuhuang Xiang , Albert Zomaya

Low-Rank Adaptation (LoRA) is a popular technique for efficient fine-tuning of foundation models. However, applying LoRA in federated learning environments, where data is distributed across multiple clients, presents unique challenges.…

分布式、并行与集群计算 · 计算机科学 2025-07-01 Raghav Singhal , Kaustubh Ponkshe , Praneeth Vepakomma

Federated Learning (FL) is a promising privacy-aware distributed learning framework that can be deployed on various devices, such as mobile phones, desktops, and devices equipped with CPUs or GPUs. In the context of server-based Federated…

机器学习 · 计算机科学 2024-10-01 Shuaijun Chen , Omid Tavallaie , Niousha Nazemi , Albert Y. Zomaya

Low-rank adaptation (LoRA) offers an efficient alternative to full-weight adaptation in federated fine-tuning of language models, significantly reducing computational costs. By adjusting ranks for each client, federated LoRA enables…

分布式、并行与集群计算 · 计算机科学 2025-02-18 Yuji Byun , Jaeho Lee

Large Language Models (LLMs) are pivotal in natural language processing. The impracticality of full fine-tuning has prompted Parameter-Efficient Fine-Tuning (PEFT) methods like Low-Rank Adaptation (LoRA), optimizing low-rank matrices A and…

机器学习 · 计算机科学 2026-03-10 Jiayu Huang , Xiaohu Wu , Tiantian He , Qicheng Lao

Fine-tuning large language models requires high computational and memory resources, and is therefore associated with significant costs. When training on federated datasets, an increased communication effort is also needed. For this reason,…

机器学习 · 计算机科学 2026-05-06 Evelyn Trautmann , Ian Hales , Martin F. Volk

Federated Learning (FL) facilitates the fine-tuning of Foundation Models (FMs) using distributed data sources, with Low-Rank Adaptation (LoRA) gaining popularity due to its low communication costs and strong performance. While recent work…

机器学习 · 计算机科学 2025-05-27 Zihao Peng , Jiandian Zeng , Boyuan Li , Guo Li , Shengbo Chen , Tian Wang

Fine-tuning large language models (LLMs) on resource-constrained clients remains a challenging problem. Recent works have fused low-rank adaptation (LoRA) techniques with federated fine-tuning to mitigate challenges associated with client…

机器学习 · 计算机科学 2026-05-26 Wenzhi Fang , Dong-Jun Han , Liangqi Yuan , Seyyedali Hosseinalipour , Christopher G. Brinton

The rapid development of Large Language Models (LLMs) has been pivotal in advancing AI, with pre-trained LLMs being adaptable to diverse downstream tasks through fine-tuning. Federated learning (FL) further enhances fine-tuning in a…

机器学习 · 计算机科学 2024-09-11 Ziyao Wang , Zheyu Shen , Yexiao He , Guoheng Sun , Hongyi Wang , Lingjuan Lyu , Ang Li

Low-rank adaptation (LoRA) is a natural method for finetuning in communication-constrained machine learning settings such as cross-device federated learning. Prior work that has studied LoRA in the context of federated learning has focused…

机器学习 · 计算机科学 2024-06-11 Kevin Kuo , Arian Raje , Kousik Rajesh , Virginia Smith

Foundation models (FMs) achieve strong performance across diverse tasks with task-specific fine-tuning, yet full parameter fine-tuning is often computationally prohibitive for large models. Parameter-efficient fine-tuning (PEFT) methods…

机器学习 · 计算机科学 2025-10-14 Jieming Bian , Lei Wang , Letian Zhang , Jie Xu

Federated efficient fine-tuning has emerged as an approach that leverages distributed data and computational resources across nodes to address the challenges of large-scale fine-tuning and privacy preservation. The Low-Rank Adaptation…

机器学习 · 计算机科学 2025-10-14 Jianzhe Zhao , Hailin Zhu , Yu Zhang , Ziqi Chen , Guibing Guo

Federated learning (FL) enables multiple clients to collaboratively train models without sharing their local data, and becomes an important privacy-preserving machine learning framework. However, classical FL faces serious security and…

密码学与安全 · 计算机科学 2023-07-27 Jingwei Yi , Fangzhao Wu , Huishuai Zhang , Bin Zhu , Tao Qi , Guangzhong Sun , Xing Xie

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 heterogeneity in system…

机器学习 · 计算机科学 2026-05-12 Fei Wu , Jia Hu , Geyong Min , Shiqiang Wang

Federated LoRA enables parameter-efficient adaptation of large language models under decentralized data and limited client resources.However, directly averaging LoRA factors is representation-dependent: the same intrinsic update admits…

机器学习 · 计算机科学 2026-05-11 Jinqian Chen , Chang Liu , Jihua Zhu

With the breakthrough of Transformer-based pre-trained models, the demand for fine-tuning (FT) to adapt the base pre-trained models to downstream applications continues to grow, so it is essential for service providers to reduce the cost of…

分布式、并行与集群计算 · 计算机科学 2025-09-03 Sheng Lin , Fangcheng Fu , Haoyang Li , Hao Ge , Xuanyu Wang , Jiawen Niu , Yaofeng Tu , Bin Cui

Federated LoRA provides a communication-efficient mechanism for fine-tuning large language models on decentralized data. In practice, however, a discrepancy between the factor-wise averaging used to preserve low rank and the mathematically…

机器学习 · 计算机科学 2026-05-13 Haoran Zhang , Dongjun Kim , Seohyeon Cha , Haris Vikalo

Federated fine-tuning has emerged as a promising approach to adapt foundation models to downstream tasks using decentralized data. However, real-world deployment remains challenging due to the high computational and communication demands of…

机器学习 · 计算机科学 2025-08-21 Yajie Zhou , Xiaoyi Pang , Zhibo Wang

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 product of two trainable…

机器学习 · 计算机科学 2024-03-20 Youbang Sun , Zitao Li , Yaliang Li , Bolin Ding

Parameter-efficient fine-tuning techniques such as low-rank adaptation (LoRA) enable large language models (LLMs) to adapt to downstream tasks efficiently. Federated learning (FL) further facilitates this process by enabling collaborative…

机器学习 · 计算机科学 2026-03-09 Chuiyang Meng , Ming Tang , Vincent W. S. Wong
‹ 上一页 1 2 3 10 下一页 ›