LGDBApr 23, 2025

Efficient Data Valuation Approximation in Federated Learning: A Sampling-based Approach

arXiv:2504.16668v11 citationsh-index: 6ICDE
Originality Incremental advance
AI Analysis

This work addresses the practical barrier of fair data valuation for cross-silo federated learning providers, though it is incremental as it builds on existing Shapley value approximations.

The paper tackles the computational inefficiency of Shapley value for data valuation in federated learning by proposing IPSS, a sampling-based algorithm that strategically selects high-impact dataset combinations, reducing time cost with minor error and outperforming baselines on benchmark datasets.

Federated learning paradigm to utilize datasets across multiple data providers. In FL, cross-silo data providers often hesitate to share their high-quality dataset unless their data value can be fairly assessed. Shapley value (SV) has been advocated as the standard metric for data valuation in FL due to its desirable properties. However, the computational overhead of SV is prohibitive in practice, as it inherently requires training and evaluating an FL model across an exponential number of dataset combinations. Furthermore, existing solutions fail to achieve high accuracy and efficiency, making practical use of SV still out of reach, because they ignore choosing suitable computation scheme for approximation framework and overlook the property of utility function in FL. We first propose a unified stratified-sampling framework for two widely-used schemes. Then, we analyze and choose the more promising scheme under the FL linear regression assumption. After that, we identify a phenomenon termed key combinations, where only limited dataset combinations have a high-impact on final data value. Building on these insights, we propose a practical approximation algorithm, IPSS, which strategically selects high-impact dataset combinations rather than evaluating all possible combinations, thus substantially reducing time cost with minor approximation error. Furthermore, we conduct extensive evaluations on the FL benchmark datasets to demonstrate that our proposed algorithm outperforms a series of representative baselines in terms of efficiency and effectiveness.

Foundations

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

Your Notes