REVIEW 5 major objections 5 minor 48 references
Efficient Data Valuation Approximation in Federated Learning: A Sampling-based Approach
T0 review · 5 major / 5 minor · reviewed 2026-08-16 · deepseek-v4-flash
Pith's one-line read This paper claims that Shapley-value data valuation in federated learning can be approximated with under 1% relative error by evaluating only combinations of at most two clients, and proposes an algorithm, IPSS, that achieves this by…
desk verdict A practically useful algorithm and extensive experiments, but the theory has load-bearing holes and the key-combinations premise is not established beyond one benchmark. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The central machinery is a stratified-sampling estimator built on the marginal-contribution form of the Shapley value. Dataset combinations are grouped into strata by the number of clients they contain, and the algorithm computes average marginal contributions within each stratum, pruning all strata above a cutoff $k^*$ because those combinations are conjectured to have negligible impact. The load-bearing mechanism is the key-combinations phenomenon: marginal utilities shrink as a coalition grows, so large coalitions contribute little to the final value. The variance comparison between MC-SV and CC-SV, and the closed-form MSE analysis for linear regression, are what justify the chosen scheme and the error bound.
What would settle it
Take a federated task where accuracy keeps climbing as clients are added (for example, a small-data, high-feature-dimension regression or a task where each client contributes unique hard examples), compute the exact Shapley values by training on all subsets, run IPSS with the same sampling budget, and check whether the relative error stays under the paper's bound; if it exceeds the bound, the key-combinations premise fails.
Extended reading notes
Core claim
The paper's central claim is that data valuation by Shapley value in federated learning can be approximated accurately using only a small group of dataset combinations, a phenomenon it calls key combinations. Concretely, on FEMNIST with ten clients, combinations involving no more than two clients yield a relative error below 1% compared with the exact marginal-contribution Shapley value. The proposed algorithm, IPSS, prunes all combinations above a cutoff size $k^*$, evaluates the remaining combinations exactly, and samples a balanced set of combinations of size $k^*+1$, then estimates each client's value by averaging marginal contributions across strata. Under a linear-regression model with negative mean squared error as utility, the paper derives a relative error bound of $O((n-k^*)/(k^* n t))$, and it argues that the marginal-contribution scheme (MC-SV) has lower estimation variance than the complementary-contribution scheme (CC-SV) when both are used inside the same stratified-sampling framework.
Load-bearing premise
The argument assumes that the value of adding one more client's data becomes negligible once enough clients are already in the coalition, so the algorithm can safely ignore all large coalitions; if that saturation fails, the pruning step discards a large share of the Shapley sum and the reported error bounds no longer apply.
Editorial extensions
If this is right
- Data valuation cost drops from $O(2^n)$ model trainings to $O(\gamma)$ for a user-chosen sampling budget $\gamma$.
- On FEMNIST with ten clients, combinations of size at most two give relative error under 1%, so a small budget of model trainings can produce near-exact Shapley values.
- Within the proposed stratified-sampling framework, the marginal-contribution scheme has lower variance than the complementary-contribution scheme, so MC-SV should be preferred for FL data valuation.
- IPSS remains efficient and accurate with up to 100 clients, and it better satisfies the no-free-rider and symmetric-fairness properties than the comparison baselines.
- Under the linear-regression utility model, the relative error of IPSS is bounded by $O((n-k^*)/(k^* n t))$, which is small when each client holds many samples relative to the feature dimension.
Reading between the lines
- Editorial inference: if the key-combinations phenomenon holds beyond the linear-regression and saturated-accuracy settings tested here, the same pruning idea could apply to other cooperative-game approximation problems where utility saturates, such as model markets or data cooperatives.
- Editorial inference: the saturation premise suggests a practical diagnostic: a server could measure how quickly marginal contributions decay from a few pilot evaluations and then decide adaptively how many strata to prune, rather than assuming a fixed cutoff.
- Editorial inference: for tasks where utility does not saturate within the relevant number of clients, such as small-data regimes or tasks where each additional client contributes unique hard examples, IPSS would need to include larger strata; the paper's error analysis has not been shown for those cases.
- Editorial inference: because the pruning is justified empirically on one benchmark and theoretically only under linear regression, the strongest near-term test is to reproduce the key-combinations curve on other FL benchmarks and model families before relying on IPSS for financial settlement among providers.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes IPSS, a sampling-based approximation algorithm for Shapley-value data valuation in cross-silo federated learning. It first introduces a unified stratified-sampling framework that can instantiate both the marginal-contribution (MC-SV) and complementary-contribution (CC-SV) schemes, claims an unbiasedness result and a variance comparison favoring MC-SV, then identifies an empirically observed 'key combinations' phenomenon: on FEMNIST with ten clients, using only coalitions of size at most two gives relative error below 1%. Building on this, IPSS prunes all coalitions above a threshold k* and samples only a small number of size-(k*+1) coalitions. The paper provides a theoretical error bound under a linear-regression MSE utility model and reports extensive experiments on synthetic partitions of MNIST and on FEMNIST and Adult, showing that IPSS achieves low relative error and competitive runtime compared with several baselines.
Significance. If the central claims were established, the paper would address an important practical problem: approximate Shapley-value data valuation in FL with only a small number of FL model trainings. The proposed framework, the systematic comparison of MC-SV and CC-SV under stratified sampling, and the extensive benchmark evaluation are useful contributions. The paper also provides a public code repository. However, the theoretical results that support the main claims have serious gaps, and the key-combinations phenomenon is shown only on one configuration and under a specialized utility model; a simple complementary utility counterexample defeats the claimed small-error guarantee. The empirical results are suggestive but do not compensate for the load-bearing theoretical defects.
major comments (5)
- [Sec. III-A, Theorem 1 (Alg. 1, Eqs. (6)-(7))] The unbiasedness proof is not valid as written. In Algorithm 1, m_{i,k} is a random variable counting how many sampled coalitions containing i have a sampled paired coalition, and the estimator in line 17 divides φ̂_{i,k} by m_{i,k}. The proof in Eq. (6) treats m_{i,k} as a fixed denominator, writing E[φ̂_{i,k}/m_{i,k}] = E[φ̂_{i,k}]/m_{i,k}, which is not justified for a ratio estimator. Moreover, m_{i,k}=0 occurs with positive probability, in which case the estimator is undefined. Thus Theorem 1 does not establish that Algorithm 1 gives an unbiased estimate of the Shapley value.
- [Sec. III-B, Theorem 2 (Eqs. (8)-(11))] The variance comparison rests on an unjustified and very strong assumption. Eq. (8) states Var[Σ_{j=1}^t e_j] = t^2 σ^2, which treats the per-sample prediction errors as perfectly correlated across all t training samples. This is not derived from a standard linear-regression noise model and is implausible as a general assumption. In addition, the proof compares MC-SV and CC-SV only when both use the exact same m_{i,k} values, whereas the theorem statement claims a comparison 'for any sampling strategy' of CC-SV. Therefore the conclusion that MC-SV always has lower variance in the stratified framework is not established.
- [Sec. IV-C, Theorem 3 (Alg. 3, Eqs. (16)-(19))] Theorem 3's proof bounds a deterministic truncation error, not the stochastic estimator produced by Algorithm 3. The quantity E[φ̂_i^{k*}] in Eq. (16) is the expected value obtained when all coalitions of size at most k* are fully evaluated, i.e., when strata above k* are simply discarded. However, Algorithm 3 lines 8-14 do not discard stratum k*; they randomly sample a set P of size-(k*+1) coalitions, and line 16 uses only the sampled P in the second sum. The variance and sampling error introduced by P are never analyzed. Hence the claimed error bound O((n-k*)/(k* n t)) does not apply to the random output of Algorithm 3.
- [Sec. IV-A (Fig. 4, 'Key Combinations Phenomenon')] The key-combinations premise is not established for general FL utility functions. The empirical evidence is limited to one benchmark (FEMNIST) with ten clients, and the theoretical support in Lemma 1 and Theorem 3 assumes a linear-regression MSE utility whose expected value depends only on the total sample size and decays as O(1/(t|S|)). No argument rules out FL tasks with complementary or near-additive utilities. For example, consider n=10 clients where each holds one disjoint digit class and U(S) is the test accuracy on all ten classes, so U(S)=|S|/10. Then every marginal contribution is exactly 1/10, each stratum contributes 1/10 of the total Shapley value, and truncating at |S|≤1 (the K=2 regime of Fig. 4) discards 80% of the Shapley mass, not <1%. The pruning step in IPSS therefore relies on an unproven saturation assumption, and the paper's central claim of 'minor approximation error' for arbitrary FL settings is not supported.
- [Sec. IV-C, Lemma 1 and Theorem 3 (utility model)] Even within the linear-regression MSE model, the analysis only covers a very narrow class of utilities: the expected MSE in Eq. (12) is taken from Donahue and Kleinberg [24] and depends only on the total number of training samples, not on which clients or classes are included. The paper does not state this restriction clearly in the main text or in the abstract, and the algorithm is advocated for general FL utility functions such as model accuracy on real benchmarks. The theoretical analysis should be explicitly framed as a case study, and the general claim that IPSS provably achieves small error should be withdrawn or substantially qualified.
minor comments (5)
- [Sec. V-A, Algorithm 2 line 7] In K-Greedy, the denominator is written as n·Δ{n \choose |S|}, but the MC-SV formula in Definition 3 requires n·Δ{n-1 \choose |S|}; this appears to be a typo and should be corrected.
- [Sec. V-A, 'Compared Algorithms'] The name 'Exteneded-TMC' is misspelled; it should be 'Extended-TMC'.
- [Sec. V-C, datasets] The text says 'validate our approximation algorithm on two real dataset' (and earlier mentions Sent-140), but only FEMNIST and Adult are reported. Please clarify whether Sent-140 results are omitted or whether the sentence is inaccurate.
- [Fig. 4 and Fig. 10] Figure 4 reports the key empirical phenomenon supporting the main pruning idea, but the figure caption and text do not report error bars, number of runs, or the variance across runs. Adding this information would help assess the robustness of the '<1%' claim.
- [Sec. IV-B, Example 3] The example does not explain how the sampled set P is chosen to satisfy the equal-frequency constraint (line 11) when n=4 and |P|=5; a brief explanation or a different illustrative choice would improve clarity.
Circularity Check
No significant circularity: the paper's derivation is self-contained, and the key-combinations phenomenon is an empirical observation plus a model-based error bound with external assumptions, not a fitted input or self-citation chain.
full rationale
The paper's central claim is that the Shapley value for federated-learning data valuation can be approximated accurately by pruning large dataset combinations. This claim rests on the key-combinations phenomenon observed in Sec. IV-A on FEMNIST and on the theoretical error bound in Theorem 3 derived under a specialized linear-regression MSE model from the external reference [24]. Neither of these is circular: the empirical observation is tested against exact MC-SV values, and the theoretical bound follows from an externally stated expected-MSE formula rather than from a parameter fitted to the target result. The algorithm IPSS (Alg. 3) does not fit constants to force low error; it simply enumerates all combinations up to a budget-determined size k* and samples a few combinations of size k*+1, and its reported approximation error is then evaluated against exact Shapley values. The self-citations to the authors' prior work [6], [9] appear as baseline algorithms and related-work references, not as load-bearing justifications for the pruning step or the error bound. The comparison of MC-SV versus CC-SV in Theorem 2 likewise uses an external variance model [22] and is not a reduction of the conclusion to an input assumption. The main weakness of the paper is generality: the key-combinations phenomenon is only empirically demonstrated on one benchmark with ten clients and theoretically justified under a restrictive MSE model, so the pruning step may fail for other FL utility functions. That is a correctness and scope risk, not a circularity, and per the review rules it should not raise the circularity score.
Assumptions & free parameters
free parameters (1)
- Sampling budget gamma per client count =
gamma=5 (n=3), 8 (n=6), 32 (n=10)
assumptions (4)
- domain assumption FL utility is monotone and saturating: marginal utility of adding a client decreases as coalition size grows (key combinations phenomenon).
- domain assumption For a linear regression model with |D| samples, expected MSE equals μ_e |x|/(|D|-|x|-1) (from Donahue and Kleinberg [24]).
- ad hoc to paper Variance of the sum of per-sample regression errors is t^2 σ^2 (perfectly correlated errors).
- domain assumption Each client holds a dataset of size t and all data are drawn from the same distribution.
Cite this review
Pith. "Pith review of Efficient Data Valuation Approximation in Federated Learning: A Sampling-based Approach." pith.science (2026). https://pith.science/paper/FYZF6GMO
@misc{pith2026250416668,
author = {Pith},
title = {Pith review of: Efficient Data Valuation Approximation in Federated Learning: A Sampling-based Approach},
year = {2026},
howpublished = {\url{https://pith.science/paper/FYZF6GMO}},
note = {Machine review of arXiv:2504.16668}
}
read the original abstract
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.
Figures
Figures from the paper (6 more)
Reference graph
Works this paper leans on
-
[24]
Model-sharing games: Analyzing federated learning under voluntary participation,
K. Donahue and J. M. Kleinberg, “Model-sharing games: Analyzing federated learning under voluntary participation,” in AAAI. AAAI Press, 2021, pp. 5303–5311
work page 2021
-
[1]
Advances and open problems in federated learning,
P. Kairouz, H. B. McMahan, B. Avent et al. , “Advances and open problems in federated learning,” Found. Trends Mach. Learn. , vol. 14, no. 1–2, pp. 1–210, 2021
work page 2021
-
[2]
Federated machine learning: Concept and applications,
Q. Yang, Y . Liu, T. Chen, and Y . Tong, “Federated machine learning: Concept and applications,” ACM Trans. Intell. Syst. Technol. , vol. 10, no. 2, p. 12, 2019
work page 2019
-
[3]
Heterogeneous federated learning: State- of-the-art and research challenges,
M. Ye, X. Fang, B. Du et al., “Heterogeneous federated learning: State- of-the-art and research challenges,” ACM Comput. Surv., vol. 56, no. 3, pp. 79:1–79:44, 2024
work page 2024
-
[4]
A survey on federated learning systems: Vision, hype and reality for data privacy and protection,
Q. Li, Z. Wen, Z. Wu, S. Hu et al. , “A survey on federated learning systems: Vision, hype and reality for data privacy and protection,” IEEE Trans. Knowl. Data Eng. , vol. 35, no. 4, pp. 3347–3366, 2023
work page 2023
-
[5]
Communication-efficient learning of deep networks from decentralized data,
B. McMahan, E. Moore, D. Ramage, S. Hampson et al. , “Communication-efficient learning of deep networks from decentralized data,” in AISTATS, 2017, pp. 1273–1282
work page 2017
-
[6]
Profit allocation for federated learning,
T. Song, Y . Tong, and S. Wei, “Profit allocation for federated learning,” in BigData. IEEE, 2019, pp. 2577–2586
work page 2019
-
[7]
Efficient participant contribu- tion evaluation for horizontal and vertical federated learning,
J. Wang, L. Zhang, A. Li, X. You et al., “Efficient participant contribu- tion evaluation for horizontal and vertical federated learning,” in ICDE. IEEE, 2022, pp. 911–923
work page 2022
Show all 48 references
-
[8]
Equitable data valuation meets the right to be forgotten in model markets,
H. Xia, J. Liu, J. Lou, Z. Qin et al. , “Equitable data valuation meets the right to be forgotten in model markets,” VLDB, vol. 16, no. 11, pp. 3349–3362, 2023
2023
-
[9]
Efficient and fair data valuation for horizontal federated learning,
S. Wei, Y . Tong, Z. Zhou, and T. Song, “Efficient and fair data valuation for horizontal federated learning,” Federated Learning: Privacy and Incentive, pp. 139–152, 2020
2020
-
[10]
A principled approach to data valuation for federated learning,
T. Wang, J. Rausch, C. Zhang, R. Jia et al., “A principled approach to data valuation for federated learning,” in Federated Learning Privacy and Incentive. Springer, 2020, vol. 12500, pp. 153–167
2020
-
[11]
Efficient task-specific data valuation for nearest neighbor algorithms,
R. Jia, D. Dao, B. Wang, F. Hubis et al. , “Efficient task-specific data valuation for nearest neighbor algorithms,” VLDB, vol. 12, no. 11, pp. 1610–1623, 2019
2019
-
[12]
Gtg-shapley: Efficient and accurate participant contribution evaluation in federated learning,
Z. Liu, Y . Chen, H. Yu, Y . Liu, and L. Cui, “Gtg-shapley: Efficient and accurate participant contribution evaluation in federated learning,” ACM Trans. Intell. Syst. Technol., vol. 13, no. 4, pp. 60:1–60:21, 2022
2022
-
[13]
Contributions estimation in federated learning: A comprehensive experimental evaluation,
Y . Chen, K. Li, G. Li, and Y . Wang., “Contributions estimation in federated learning: A comprehensive experimental evaluation,” VLDB, vol. 17, no. 8, pp. 2077–2090, 2024
2024
-
[14]
Myerson, Game theory
R. Myerson, Game theory. Harvard University Press, 2013
2013
-
[15]
The shapley value in database management,
L. E. Bertossi, B. Kimelfeld, E. Livshits et al. , “The shapley value in database management,” SIGMOD Rec., vol. 52, no. 2, pp. 6–17, 2023
2023
-
[16]
The shapley value in machine learning,
B. Rozemberczki, L. Watson, P. Bayer et al. , “The shapley value in machine learning,” in IJCAI. ijcai.org, 2022, pp. 5572–5579
2022
-
[17]
Data shapley: Equitable valuation of data for machine learning,
A. Ghorbani and J. Zou, “Data shapley: Equitable valuation of data for machine learning,” in ICML, vol. 97, 2019, pp. 2242–2251
2019
-
[18]
Towards efficient data valuation based on the shapley value,
R. Jia, D. Dao, B. Wang, F. Hubis et al., “Towards efficient data valuation based on the shapley value,” in AISTATS, vol. 89, 2019, pp. 1167–1176
2019
-
[19]
Efficient sampling approaches to shapley value approximation,
J. Zhang, Q. Sun, J. Liu, L. Xiong et al., “Efficient sampling approaches to shapley value approximation,”SIGMOD, vol. 1, no. 1, pp. 48:1–48:24, 2023
2023
-
[20]
On the complexity of cooperative solution concepts,
X. Deng and C. Papadimitriou, “On the complexity of cooperative solution concepts,” Math. Oper. Res., vol. 19, no. 2, pp. 257–266, 1994
1994
-
[21]
Data banzhaf: A robust data valuation framework for machine learning,
J. Wang and R. Jia, “Data banzhaf: A robust data valuation framework for machine learning,” in AISTATS, vol. 206, pp. 6388–6421
-
[22]
The truth about linear regression,
C. Rohilla, “The truth about linear regression,” Online Manuscript, 2015
2015
-
[23]
Leaf: A benchmark for federated settings,
S. Caldas, S. M. D. Karthik, P. Wu et al. , “Leaf: A benchmark for federated settings,” arXiv, vol. abs/1812.01097, 2018
2018 arXiv
-
[25]
The MNIST Database,
Y . LeCun, C. Cortes, and C. J. Burges, “The MNIST Database,” in http://yann.lecun.com/exdb/mnist/
-
[26]
Barry and R
B. Barry and R. Kohavi, “Adult,” UCI Machine Learning Repository
-
[27]
Tensorflow federated,
“Tensorflow federated,” in www.tensorflow.org/federated/federated learning
-
[28]
Vf 2boost: Very fast vertical federated gradient boosting for cross-enterprise learning,
F. Fu, Y . Shao, L. Yu et al. , “Vf 2boost: Very fast vertical federated gradient boosting for cross-enterprise learning,” in SIGMOD. ACM, 2021, pp. 563–576
2021
-
[29]
Blindfl: Vertical federated machine learning without peeking into your data,
F. Fu, H. Xue et al. , “Blindfl: Vertical federated machine learning without peeking into your data,” in SIGMOD. ACM, 2022, pp. 1316– 1330
2022
-
[30]
Tensorflow: A system for large-scale machine learning,
M. Abadi, P. Barham, J. Chen, Z. Chen et al., “Tensorflow: A system for large-scale machine learning,” in OSDI. USENIX, 2016, pp. 265–283
2016
-
[31]
The general data protection regulation (GDPR),
European Parliament and The Council of the European Union, “The general data protection regulation (GDPR),” in https://eugdpr.org, 2016
2016
-
[32]
A guide to the california consumer privacy act of 2018,
L. de la Torre, “A guide to the california consumer privacy act of 2018,” in Available at SSRN 3275571 , 2018
2018
-
[33]
Federated optimization in heterogeneous networks,
T. Li, A. K. Sahu, M. Zaheer et al. , “Federated optimization in heterogeneous networks,” in MLSys. mlsys.org, 2020
2020
-
[34]
SCAFFOLD: stochastic controlled averaging for federated learning,
S. P. Karimireddy, S. Kale, M. Mohri et al. , “SCAFFOLD: stochastic controlled averaging for federated learning,” in ICML, vol. 119. PMLR, 2020, pp. 5132–5143
2020
-
[35]
Fs-real: A real-world cross-device federated learning platform,
D. Gao, D. Chen, Z. Li, Y . Xie, X. Pan et al. , “Fs-real: A real-world cross-device federated learning platform,” VLDB, vol. 16, no. 12, pp. 4046–4049, 2023
2023
-
[36]
Fs-real: Towards real-world cross-device federated learning,
D. Chen, D. Gao, Y . Xie et al., “Fs-real: Towards real-world cross-device federated learning,” in KDD. ACM, 2023, pp. 3829–3841
2023
-
[37]
Fedmp: Federated learning through adaptive model pruning in heterogeneous edge computing,
Z. Jiang, Y . Xu, H. Xu et al. , “Fedmp: Federated learning through adaptive model pruning in heterogeneous edge computing,” in ICDE. IEEE, 2022, pp. 767–779
2022
-
[38]
Enhancing decentralized federated learning for non-iid data on heterogeneous devices,
M. Chen, Y . Xu, H. Xu, and L. Huang, “Enhancing decentralized federated learning for non-iid data on heterogeneous devices,” in ICDE. IEEE, 2023, pp. 2289–2302
2023
-
[39]
No one left behind: Inclusive federated learning over heterogeneous devices,
R. Liu, F. Wu, C. Wu, Y . Wang et al. , “No one left behind: Inclusive federated learning over heterogeneous devices,” in KDD. ACM, 2022, pp. 3398–3406
2022
-
[40]
Personalized cross-silo federated learning on non-iid data,
Y . Huang, L. Chu, Z. Zhou et al. , “Personalized cross-silo federated learning on non-iid data,” in AAAI. AAAI Press, 2021, pp. 7865–7873
2021
-
[41]
Federated learning on non-iid data silos: An experimental study,
Q. Li, Y . Diao, Q. Chen, and B. He, “Federated learning on non-iid data silos: An experimental study,” in ICDE. IEEE, 2022, pp. 965–978
2022
-
[42]
Privacy preserving vertical federated learning for tree-based models,
Y . Wu, S. Cai, X. Xiao, G. Chen et al. , “Privacy preserving vertical federated learning for tree-based models,” VLDB, vol. 13, no. 11, pp. 2090–2103, 2020
2020
-
[43]
Practical federated gradient boosting decision trees,
Q. Li, Z. Wen, and B. He, “Practical federated gradient boosting decision trees,” in AAAI. AAAI Press, 2020, pp. 4642–4649
2020
-
[44]
A value forn-person games,
L. Shapley et al., “A value forn-person games,” Annals of Mathematical Studies, vol. 28, pp. 307–317, 1953
1953
-
[45]
Secure shapley value for cross- silo federated learning,
S. Zheng, Y . Cao, and M. Yoshikawa, “Secure shapley value for cross- silo federated learning,” VLDB, vol. 16, no. 7, pp. 1657–1670, 2023
2023
-
[46]
Gradient driven rewards to guarantee fairness in collaborative machine learning,
X. Xu, L. Lyu, X. Ma et al. , “Gradient driven rewards to guarantee fairness in collaborative machine learning,” in NeurIPS, 2021, pp. 16 104–16 117
2021
-
[47]
Validation free and replication robust volume-based data valuation,
X. Xu, Z. Wu, C. S. Foo, and B. K. H. Low, “Validation free and replication robust volume-based data valuation,” in NeurIPS, 2021, pp. 10 837–10 848
2021
-
[48]
Fast, robust and interpretable participant contribution estimation for federated learning,
Y . Wang, K. Li, Y . Luo, G. Li et al. , “Fast, robust and interpretable participant contribution estimation for federated learning,” in ICDE. IEEE, 2024
2024
Reviewed August 16, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.