paper-with-me

Papers

WinFLoRA: Incentivizing Client-Adaptive Aggregation in Federated LoRA under Privacy Heterogeneity

2026-02-01 · Mengsha Kou, Xiaoyu Xia, Ziqi Wang, Ibrahim Khalil, Runkun Luo, Jingwen Zhou, Minhui Xue arxiv

Large Language Models (LLMs) increasingly underpin intelligent web applications, from chatbots to search and recommendation, where efficient specialization is essential. Low-Rank Adaptation (LoRA) enables such adaptation with minimal overhead, while federated LoRA allows web service providers to fine-tune shared models without data sharing. However, in privacy-sensitive deployments, clients inject varying levels of differential privacy (DP) noise, creating privacy heterogeneity that misaligns individual incentives and global performance. In this paper, we propose WinFLoRA, a privacy-heterogeneous federated LoRA that utilizes aggregation weights as incentives with noise awareness. Specifically, the noises from clients are estimated based on the uploaded LoRA adapters. A larger weight indicates greater influence on the global model and better downstream task performance, rewarding lower-noise contributions. By up-weighting low-noise updates, WinFLoRA improves global accuracy while accommodating clients' heterogeneous privacy requirements. Consequently, WinFLoRA aligns heterogeneous client utility in terms of privacy and downstream performance with global model objectives without third-party involvement. Extensive evaluations demonstrate that across multiple LLMs and datasets, WinFLoRA achieves up to 52.58% higher global accuracy and up to 2.56x client utility than state-of-the-art benchmarks. Source code is publicly available at https://github.com/koums24/WinFLoRA.git.

📄 PDF Abstract BibTeX arXiv:2602.01126

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

FedSAC: Dynamic Submodel Allocation for Collaborative Fairness in Federated Learning

2024-05-28 · Zihui Wang, Zheng Wang, Lingjuan Lyu, Zhaopeng Peng 외

Collaborative fairness stands as an essential element in federated learning to encourage client participation by equitably distributing rewards based on individual contributions. Existing methods primarily focus on adjus…

Collaborative FairnessFairnessFederated Learning

FedALA: Adaptive Local Aggregation for Personalized Federated Learning

2022-12-02 · Jianqing Zhang, Yang Hua, Hao Wang, Tao Song 외

A key challenge in federated learning (FL) is the statistical heterogeneity that impairs the generalization of the global model on each client. To address this, we propose a method Federated learning with Adaptive Local …

Federated LearningPersonalized Federated Learning

FedAWA: Adaptive Optimization of Aggregation Weights in Federated Learning Using Client Vectors

2025-03-20 · CVPR 2025 1 · Changlong Shi, He Zhao, Bingjie Zhang, Mingyuan Zhou 외

Federated Learning (FL) has emerged as a promising framework for distributed machine learning, enabling collaborative model training without sharing local data, thereby preserving privacy and enhancing security. However,…

Federated Learningglobal-optimization

Adaptive incentive for cross-silo federated learning: A multi-agent reinforcement learning approach

2023-02-15 · Shijing Yuan, Hongze Liu, Hongtao Lv, Zhanbo Feng 외

Cross-silo federated learning (FL) is a typical FL that enables organizations(e.g., financial or medical entities) to train global models on isolated data. Reasonable incentive is key to encouraging organizations to cont…

Federated LearningMulti-agent Reinforcement Learning

Influence-oriented Personalized Federated Learning

2024-10-04 · Yue Tan, Guodong Long, Jing Jiang, Chengqi Zhang

Traditional federated learning (FL) methods often rely on fixed weighting for parameter aggregation, neglecting the mutual influence by others. Hence, their effectiveness in heterogeneous data contexts is limited. To add…

Federated LearningPersonalized Federated Learning