LGCYMLSep 14, 2020

A Principled Approach to Data Valuation for Federated Learning

arXiv:2009.06192v1259 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of sustaining data owner participation in federated learning by providing a principled valuation method, though it is incremental as it builds on existing Shapley value concepts.

The paper tackles the problem of fairly valuing data contributions in federated learning by proposing a federated Shapley value variant that reduces communication costs and accounts for participation order, demonstrating its utility in tasks like noisy label detection and adversarial participant detection on benchmark datasets.

Federated learning (FL) is a popular technique to train machine learning (ML) models on decentralized data sources. In order to sustain long-term participation of data owners, it is important to fairly appraise each data source and compensate data owners for their contribution to the training process. The Shapley value (SV) defines a unique payoff scheme that satisfies many desiderata for a data value notion. It has been increasingly used for valuing training data in centralized learning. However, computing the SV requires exhaustively evaluating the model performance on every subset of data sources, which incurs prohibitive communication cost in the federated setting. Besides, the canonical SV ignores the order of data sources during training, which conflicts with the sequential nature of FL. This paper proposes a variant of the SV amenable to FL, which we call the federated Shapley value. The federated SV preserves the desirable properties of the canonical SV while it can be calculated without incurring extra communication cost and is also able to capture the effect of participation order on data value. We conduct a thorough empirical study of the federated SV on a range of tasks, including noisy label detection, adversarial participant detection, and data summarization on different benchmark datasets, and demonstrate that it can reflect the real utility of data sources for FL and has the potential to enhance system robustness, security, and efficiency. We also report and analyze "failure cases" and hope to stimulate future research.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes