paper-with-me

Papers

GTG-Shapley: Efficient and Accurate Participant Contribution Evaluation in Federated Learning

2021-09-05 · Zelei Liu, YuanYuan Chen, Han Yu, Yang Liu, Lizhen Cui

Federated Learning (FL) bridges the gap between collaborative machine learning and preserving data privacy. To sustain the long-term operation of an FL ecosystem, it is important to attract high quality data owners with appropriate incentive schemes. As an important building block of such incentive schemes, it is essential to fairly evaluate participants' contribution to the performance of the final FL model without exposing their private data. Shapley Value (SV)-based techniques have been widely adopted to provide fair evaluation of FL participant contributions. However, existing approaches incur significant computation costs, making them difficult to apply in practice. In this paper, we propose the Guided Truncation Gradient Shapley (GTG-Shapley) approach to address this challenge. It reconstructs FL models from gradient updates for SV calculation instead of repeatedly training with different combinations of FL participants. In addition, we design a guided Monte Carlo sampling approach combined with within-round and between-round truncation to further reduce the number of model reconstructions and evaluations required, through extensive experiments under diverse realistic data distribution settings. The results demonstrate that GTG-Shapley can closely approximate actual Shapley values, while significantly increasing computational efficiency compared to the state of the art, especially under non-i.i.d. settings.

📄 PDF Abstract BibTeX arXiv:2109.02053

Code (1)

liuzelei13/gtg-shapley 공식 구현

Tasks

Computational EfficiencyFederated Learning

Similar Papers 제목 키워드 기반

Mitigating federated learning contribution allocation instability through randomized aggregation

2024-05-13 · Arno Geimer, Beltran Fiz, Radu State

Federated learning (FL) is a collaborative and privacy-preserving Machine Learning paradigm, allowing the development of robust models without the need to centralise sensitive data. A critical challenge in FL lies in fai…

FairnessFederated LearningPrivacy Preserving

DPVS-Shapley:Faster and Universal Contribution Evaluation Component in Federated Learning

2024-10-19 · Ketin Yin, Zonghao Guo, Zhenghan Qin

In the current era of artificial intelligence, federated learning has emerged as a novel approach to addressing data privacy concerns inherent in centralized learning paradigms. This decentralized learning model not only…

Contribution AssessmentFederated Learning

SPACE: Single-round Participant Amalgamation for Contribution Evaluation in Federated Learning

2023-09-21 · NeurIPS 2023 11

The evaluation of participant contribution in federated learning (FL) has recently gained significant attention due to its applicability in various domains, such as incentive mechanisms, robustness enhancement, and clien…

Measuring Participant Contributions in Decentralized Federated Learning

2025-05-29 · Honoka Anada, Tatsuya Kaneko, Shinya Takamaeda-Yamazaki

Federated learning (FL) enables multiple clients to collaboratively train models without sharing their data. Measuring participant contributions in FL is crucial for incentivizing clients and ensuring transparency. While…

Federated Learning

Redefining Contributions: Shapley-Driven Federated Learning

2024-06-01 · Nurbek Tastan, Samar Fares, Toluwani Aremu, Samuel Horvath 외

Federated learning (FL) has emerged as a pivotal approach in machine learning, enabling multiple participants to collaboratively train a global model without sharing raw data. While FL finds applications in various domai…

Collaborative FairnessContribution AssessmentData ValuationFairness+1