Pith. sign in

REVIEW 4 major objections 3 minor 31 references

FAIRVAR: Fair Federated Learning via Variance Regularization

T0 review · 4 major / 3 minor · reviewed 2026-08-15 · deepseek-v4-flash

Pith's one-line read Adding a penalty on the spread of client gradients in federated training improves fairness across clients without sacrificing average accuracy.

desk verdict The proposed FairGrad methods are a sensible idea, but the paper's own tables contradict the central claim of consistent fairness improvement, and the theory rests on an unjustified conditional-independence step. read the letter →

arxiv 2508.12042 v3 pith:BQRHSARV submitted 2025-08-16 cs.LG

classification cs.LG
keywords federatedlearningperformanceequitablefairnessvarianceregularizationgradientclientaccuracydisparitydataheterogeneityq-FFLFairGrad
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

In federated learning, skewed client data can leave some participants with a noticeably worse global model, and this paper asks whether a small change to the training objective can close that gap. The authors propose adding a variance penalty—on client losses for FairLoss and FairLoss*, and on client gradients for the new FairGrad and FairGrad*—to the standard federated average of losses. They show theoretically that under identical client distributions these penalties leave the FedAvg solution unchanged, but under heterogeneity they move the stationary point so that client losses spread less. Empirically, across MNIST, CIFAR-10, CIFAR-100, and Tiny ImageNet with Dirichlet-based heterogeneity, the gradient-variance variants reduce the variance of client test accuracies while keeping or improving mean accuracy relative to FedAvg, q-FFL, and AAggFF. If this holds, fairer federated learning can be obtained by reweighting local gradients rather than redesigning aggregation.

What carries the argument

The load-bearing object is the gradient-variance regularizer $J_\gamma(x)=F(x)+\frac{\gamma}{2n}\sum_{i=1}^n\|\nabla f_i(x)-\nabla F(x)\|^2$, where $F$ is the average client loss and $\nabla F$ the average gradient; the FairGrad variant approximates it with the previous round's average gradient (one communication round), while FairGrad* recomputes the average in the current round (two rounds). Together with the loss-variance objective $L_\lambda(x)=F(x)+\frac{\lambda}{2n}\sum_{i=1}^n(f_i(x)-F(x))^2$, it forms the pair of regularizers the analysis compares. The key identity connecting the two families shows that q-FFL with $q=1$ satisfies $\mathbb{E}[H_1(x)]=\frac{1}{2n}\sum_i \mathbb{E}[f_i(x)^2]+\frac{n}{n-1}\mathbb{E}[\frac{1}{2n}\sum_i(f_i(x)-F(x))^2]$, and when $\mathbb{E}[f_i(x)]\le 1$ this is bounded above by $\mathbb{E}[L_\lambda(x)]$ with $\lambda=n/(n-1)$, so the loss-variance regularizer and the q-FFL reweighting coincide at this parameter point. The theorems on stationary points (4.1–4.7) then delineate when the regularizers preserve the FedAvg optimum (homogeneous data), shift it (heterogeneous data with misaligned losses or gradients), or can be shown to reduce the variance of client losses at the new optimum under convexity.

What would settle it

On a dataset with provably identical client distributions, train FedAvg to a stationary point $x^\star$, then estimate $\mathbb{E}[\nabla f_i(x^\star)\mid f_i(x^\star)-F(x^\star)]$ from client samples; if the estimate is significantly nonzero, the homogeneous-case proof of Theorem 4.1 collapses, and the claim that the regularizers are unnecessary when data are identical loses its theoretical footing.

Watch

Extended reading notes

Core claim

The central claim is that performance equitable fairness in federated learning—minimizing the spread of client accuracies—can be achieved by regularizing the variance of client gradients during training, not just the variance of client losses. The paper introduces the objective $J_\gamma(x)=F(x)+\frac{\gamma}{2n}\sum_{i=1}^n\|\nabla f_i(x)-\nabla F(x)\|^2$, with a cheaper approximate variant (FairGrad, using the previous round's average gradient) and an exact variant (FairGrad*, using the current round's average). It proves that in a homogeneous setting the regularized objectives share FedAvg's stationary points in expectation, so the penalties only matter when client distributions differ; in heterogeneous settings they generically shift the optimum away from the FedAvg solution (Theorems 4.1–4.7). A companion identity relates q-FFL with $q=1$ to the loss-variance objective with $\lambda=n/(n-1)$. The empirical section reports that on four standard image benchmarks with 10–100 clients and Dirichlet heterogeneity, FairGrad and FairGrad* achieve the lowest client-accuracy variance in most configurations and the highest or competitive mean accuracy, corroborating the fairness mechanism.

Load-bearing premise

The proof that the regularizers are inert when data are identical assumes a client's gradient is unrelated to how far that client's loss sits from the group average; identical distributions alone do not guarantee this, and if it fails the homogeneous-case theory no longer follows.

Editorial extensions

If this is right

  • With identical client distributions, the variance regularizers change nothing in expectation: their stationary points coincide with FedAvg's, so any fairness benefit must come from data heterogeneity.
  • Under heterogeneity, the regularizers generically move the optimum away from the FedAvg solution, which is the mechanism by which client performance gaps narrow.
  • q-FFL with $q=1$ is approximately the loss-variance regularizer with $\lambda=n/(n-1)$, so the two families are not separate approaches but the same regularization at a particular parameter setting.
  • When the one-round approximate variants (FairLoss, FairGrad) converge, their limits are stationary points of the exact regularized objectives $L_\lambda$ and $J_\gamma$, so the cheaper updates do not change the optimization target.
  • On CIFAR-10, CIFAR-100, and Tiny ImageNet with many clients, gradient-variance regularization (FairGrad or FairGrad*) yields the lowest variance of client accuracies and the highest or tied mean accuracy in most configurations, improving on FedAvg, AAggFF, and q-FFL.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The exact variants send per-client losses and gradients to the server before updating, which weakens the privacy guarantee that motivates federated learning; a natural extension is to combine the gradient-variance penalty with secure aggregation or gradient compression and test whether the fairness gains survive.
  • Because the regularizer acts on per-client gradients and losses, it could be dropped into other FL objectives (personalized heads, multi-task splits) where the variance penalty would then apply only to the shared parameters; the paper does not test this.
  • The empirical gains are selected by tuning $\lambda,\gamma,q$ with a validation criterion that explicitly rewards low variance, so a stricter test of the fairness claim would fix the same hyperparameters across methods or constrain the tuning budget.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 3 minor

Summary. The paper studies performance-equitable fairness in federated learning, defining fairness as low variance of client accuracy. It evaluates q-FFL, FedAvg, AAggFF, and two newly proposed gradient-variance-regularized variants, FairGrad and FairGrad*, together with loss-variance variants FairLoss and FairLoss*. The theoretical section analyzes stationary points of these regularized objectives under homogeneous and heterogeneous data, claiming that homogeneous settings preserve FedAvg stationary points while heterogeneous settings can shift them. The experiments on MNIST, CIFAR-10, CIFAR-100, and Tiny ImageNet with Dirichlet heterogeneity report test accuracy and across-client variance, and the paper claims that the proposed gradient-alignment methods consistently improve fairness while maintaining competitive accuracy.

Significance. The paper addresses a relevant problem and makes a useful organizational contribution by explicitly comparing several regularized fairness objectives and by noting a formal connection between q-FFL (q=1) and loss-variance regularization. The idea of regularizing gradient variance for performance-equitable fairness is reasonable, and the approximate/exact algorithmic distinction is sensible. However, the central empirical claim is contradicted by the paper's own tables, and the main theoretical lemma has a conditional-independence gap. In its current form the paper does not support its headline conclusions. No code repository is mentioned, which limits reproducibility of the experiments.

major comments (4)
  1. [Abstract; Section 7; Tables 2 and 4] The abstract and Section 7 claim that FairGrad and FairGrad* 'consistently improve fairness' by reducing variance in client accuracies. The reported point estimates contradict this claim. On CIFAR-10 with α=0.1 (Table 2), FairGrad* has test variance 1.55±0.09 versus FedAvg's 1.50±0.14, and lower accuracy (84.82 vs 84.89). On Tiny ImageNet (Table 4), FairGrad has variance 0.52 vs FedAvg's 0.47 at α=0.05 and 0.56 vs 0.53 at α=0.1, so it fails to reduce variance in both settings. Since 'consistently improve' is the paper's headline claim, this empirical inconsistency is load-bearing and cannot be resolved by restating the results as trends.
  2. [Appendix A.1, Theorem 4.1] The proof of Theorem 4.1 invokes the law of total expectation and asserts that E[∇fi(x*) | fi(x*) − F(x*)] = 0 under data homogeneity. Identical client distributions do not imply this conditional independence, because fi(x*) and ∇fi(x*) are computed from the same samples and are generally correlated. Without this assumption the conclusion E[∇Lλ(x*)] = 0, and the analogous statement for Jγ, does not follow. This gap also undermines the later claim in Theorem 4.2 that E[∇H1(x*)] = 0.
  3. [Section 6.1; Appendix C] The evaluation protocol is confounded with the target metric. Section 6.1 states that 'the best-performing epoch was identified' for each training run without specifying the selection rule, and Appendix C selects hyperparameters by maximizing acc − 1.96·sqrt(var/n), where var is the validation variance of client accuracies. Because the reported fairness metric is exactly the test variance, selecting configurations and epochs on variance and then reporting test variance does not provide an unbiased estimate of a method's typical fairness. A fixed epoch rule or a pre-registered protocol is needed before the empirical superiority claim can be assessed.
  4. [Appendix A.2, Theorem 4.6] The proof of Theorem 4.6 only shows that ∇L̂λ(x*) ≠ 0 for a chosen perturbation o, i.e., that x* is not a stationary point of L̂λ. The theorem's conclusion that L̂λ 'has a different stationary point than F' additionally requires existence of a stationary point ŷ ≠ x* of L̂λ, which is not established. As stated, the result is unsupported.
minor comments (3)
  1. [Algorithm 1] In Algorithm 1 the local gradient update is written as g_t^i = ∇f_i(x_t) + λ(f_i(x_t) − a_t)(∇f_i(x_t) − g_t^i), with g_t^i appearing on the right-hand side. From the description in Appendix B.1, the intent is to use the server-aggregated gradient g_t from the previous iteration; the pseudocode should be corrected.
  2. [Section 6.1, Table 4 discussion] The text says FairGrad* 'attained the lowest variance at α=0.05' on Tiny ImageNet, but Table 4 shows a tie with FedAvg at 0.47. Please clarify that the comparison includes ties.
  3. [Appendix A.1, Theorem 4.2 proof] In the proof of Theorem 4.2, the expression '∇F(x⋆)F(x⋆) = 0' appears to be a typo; as written it is dimensionally inconsistent.

Circularity Check

1 steps flagged · score 4.0 of 10

The empirical fairness claim is partially circular because hyperparameters are tuned on the same variance criterion used as the fairness metric; the theoretical sections are not circular.

  1. fitted input called prediction [Section 6.1 and Appendix C (Hyperparameter search)]
    "For each training run, the best-performing epoch was identified, and the test accuracy along with the variance of test accuracies across clients (the fairness metric) was recorded. ... Specifically, we aimed to balance accuracy and stability by selecting the configuration that maximized the criterion acc−t·sqrt(var/n), where t = 1.96 ..."

    The abstract's central empirical claim is that FairGrad and FairGrad* 'consistently improve fairness by reducing variance in client accuracies.' But the evaluation metric is exactly the variance of test accuracies, while the hyperparameter selection criterion explicitly includes the sample variance of validation accuracies and is described as 'aligning' with the fairness definition. The reported variance reductions are therefore not an independent test of the methods: the configurations were selected partly to produce low variance, and then the same variance quantity is reported as the evidence.

full rationale

No self-citation load-bearing or uniqueness-imported-from-authors pattern is present; the related-work citations are independent prior work, and the theoretical results in Sections 4 and 5 are analytical statements made under stated assumptions rather than reductions of the conclusions to the inputs. The one genuine circularity concern is the evaluation protocol: hyperparameters are selected by maximizing acc − t·sqrt(var/n), a criterion that explicitly contains the variance of validation accuracies, and the reported fairness metric is the variance of test accuracies. Thus the empirical 'consistently improve fairness' claim is partly the result of tuning on the target metric. I do not count the conditional-expectation step in the proof of Theorem 4.1 as circularity; that is a missing mathematical justification (a correctness risk), not an equivalence-by-construction. Similarly, the fact that some Table 2 and Table 4 cells contradict the 'consistently improve' wording is a claim-support problem, not a circularity problem. The moderate score reflects evaluation-selection circularity in the empirical support while the theoretical derivation remains independently contentful.

Assumptions & free parameters 4 free parameters · 6 assumptions · 0 invented entities

The theoretical results depend on smoothness, convexity, and minimizer-existence assumptions that are not satisfied by the deep networks used in the experiments. The most serious unstated premise is the conditional independence of local gradients and loss deviations in Theorem 4.1, which is generally false. The empirical claims depend on tuned regularization strengths and per-run epoch selection.

free parameters (4)
  • lambda (loss variance regularization strength) = tuned on grid [0.0001, 0.0003, 0.001, 0.003, 0.01, 0.03, 0.1, 0.3, 1.0, 3.0, 10.0]; selected values not reported
    Controls the balance between average loss and loss variance in FairLoss/FairLoss* objectives; tuned per dataset on validation.
  • gamma (gradient variance regularization strength) = same grid as lambda; selected values not reported
    Controls the balance between average loss and gradient variance in FairGrad/FairGrad*; tuned per dataset on validation.
  • q (q-FFL fairness parameter) = same grid; selected values not reported
    Controls fairness degree in q-FFL baseline; tuned per dataset on validation.
  • best-performing epoch = chosen per run, exact criterion not specified
    Reported test accuracy/variance are taken at the best-performing epoch per run; if chosen on test data, this is a free parameter that can inflate apparent improvements.
assumptions (6)
  • domain assumption Local loss functions fi are smooth (L-smooth where used)
    Stated in Theorem 4.1 proof and used in Theorems 5.1/5.2; not verified for deep networks in experiments.
  • domain assumption Client data distributions are identical in the homogeneous analysis (Di = Dj for all i,j)
    Defines the homogeneous regime in Section 4; used to claim regularizations are unnecessary.
  • ad hoc to paper E[fi(x)] <= 1 for all i in Theorem 4.2
    Imposed to replace E[fi]^2 by E[fi] in the q-FFL comparison; plausible for normalized losses but not guaranteed.
  • domain assumption Global minimizers x*, x*_lambda, x*_gamma, x*_q exist with zero gradient (Definition A.1)
    Used throughout Section 4; not guaranteed for nonconvex deep network objectives.
  • ad hoc to paper E[grad fi(x*) | fi(x*) - F(x*)] = 0 under homogeneity
    Central step in Theorem 4.1 proof; not implied by homogeneity because fi and grad fi are functions of the same samples and are generally correlated.
  • domain assumption F is convex in Theorem 4.7
    Required for the contradiction argument; deep network losses are nonconvex.

how reviews work

0 comments
Cite this review

Pith. "Pith review of FAIRVAR: Fair Federated Learning via Variance Regularization." pith.science (2026). https://pith.science/paper/BQRHSARV

@misc{pith2026250812042,
  author       = {Pith},
  title        = {Pith review of: FAIRVAR: Fair Federated Learning via Variance Regularization},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/BQRHSARV}},
  note         = {Machine review of arXiv:2508.12042}
}
read the original abstract

Federated learning (FL) allows collaborative training of machine learning models across multiple parties without sharing raw data. However, heterogeneous data can cause some clients to have disproportionate influence on the global model, leading to disparities in their performance. Fairness, understood as reducing these disparities, is therefore a crucial concern in FL and has been addressed in various ways. We studied performance equitable fairness in FL, where the goal is to minimize performance disparities across clients. We evaluated several existing fairness-aware methods and introduce here a new gradient-variance-regularized method, implemented in two variants: FairGrad (approximate) and FairGrad* (exact). We theoretically characterize the connections between these methods and, empirically, on heterogeneous benchmarks, show that FairGrad and FairGrad* consistently improve fairness by reducing variance in client accuracies, while maintaining competitive or improved mean performance compared to existing fairness-aware baselines.

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

31 extracted references · 22 canonical work pages

  1. [1]

    AFed : Algorithmic fair federated learning

    Huiqiang Chen, Tianqing Zhu, Wanlei Zhou, and Wei Zhao. AFed : Algorithmic fair federated learning. IEEE Transactions on Neural Networks and Learning Systems, 2025

  2. [2]

    Addressing algorithmic disparity and performance inconsistency in federated learning

    Sen Cui, Weishen Pan, Jian Liang, Changshui Zhang, and Fei Wang. Addressing algorithmic disparity and performance inconsistency in federated learning. Advances in Neural Information Processing Systems, 34: 0 26091--26102, 2021

  3. [3]

    Fairness-aware agnostic federated learning

    Wei Du, Depeng Xu, Xintao Wu, and Hanghang Tong. Fairness-aware agnostic federated learning. In Proceedings of the 2021 SIAM International Conference on Data Mining (SDM), pages 181--189. SIAM, 2021

  4. [4]

    Fairfed : Enabling group fairness in federated learning

    Yahya H Ezzeldin, Shen Yan, Chaoyang He, Emilio Ferrara, and A Salman Avestimehr. Fairfed : Enabling group fairness in federated learning. In Proceedings of the AAAI conference on artificial intelligence, volume 37, 2023

  5. [5]

    Out-of-distribution generalization of federated learning via implicit invariant relationships

    Yaming Guo, Kai Guo, Xiaofeng Cao, Tieru Wu, and Yi Chang. Out-of-distribution generalization of federated learning via implicit invariant relationships. In International Conference on Machine Learning, pages 11905--11933. PMLR, 2023

  6. [6]

    Pursuing overall welfare in federated learning through sequential decision making

    Seok-Ju Hahn, Gi-Soo Kim, and Junghye Lee. Pursuing overall welfare in federated learning through sequential decision making. arXiv preprint arXiv:2405.20821, 2024

  7. [7]

    AdaFed : Fair federated learning via adaptive common descent direction

    Shayan Mohajer Hamidi and En-Hui Yang. AdaFed : Fair federated learning via adaptive common descent direction. Transactions on Machine Learning Research, 01, 2024

  8. [8]

    Over-the-air fair federated learning via multi-objective optimization

    Shayan Mohajer Hamidi, Ali Bereyhi, Saba Asaad, and H Vincent Poor. Over-the-air fair federated learning via multi-objective optimization. arXiv preprint arXiv:2501.03392, 2025

Show all 31 references
  1. [9]

    Towards fair federated learning via unbiased feature aggregation

    Zeqing He, Zhibo Wang, Xiaowei Dong, Peng Sun, Ju Ren, and Kui Ren. Towards fair federated learning via unbiased feature aggregation. IEEE Transactions on Dependable and Secure Computing, 2025

  2. [10]

    Federated learning meets multi-objective optimization

    Zeou Hu, Kiarash Shaloudegi, Guojun Zhang, and Yaoliang Yu. Federated learning meets multi-objective optimization. IEEE Transactions on Network Science and Engineering, 9 0 (4): 0 2039--2051, 2022

  3. [11]

    Learning multiple layers of features from tiny images

    Alex Krizhevsky. Learning multiple layers of features from tiny images. Master's thesis, Department of Computer Science, University of Toronto, 2009

  4. [12]

    Tiny imagenet visual recognition challenge

    Yann Le and Xuan Yang. Tiny imagenet visual recognition challenge. CS 231N, 7 0 (7): 0 3, 2015

  5. [13]

    Gradient-based learning applied to document recognition

    Yann LeCun, L \'e on Bottou, Yoshua Bengio, and Patrick Haffner. Gradient-based learning applied to document recognition. Proceedings of the IEEE, 86 0 (11), 1998

  6. [14]

    Fair resource allocation in federated learning

    Tian Li, Maziar Sanjabi, Ahmad Beirami, and Virginia Smith. Fair resource allocation in federated learning. arXiv preprint arXiv:1905.10497, 2019

  7. [15]

    FedFDP : Federated learning with fairness and differential privacy

    Xinpeng Ling, Jie Fu, Zhili Chen, Kuncan Wang, Huifa Li, Tong Cheng, Guanying Xu, and Qin Li. FedFDP : Federated learning with fairness and differential privacy. arXiv preprint arXiv:2402.16028, 2024

  8. [16]

    Communication-efficient learning of deep networks from decentralized data

    Brendan McMahan, Eider Moore, Daniel Ramage, Seth Hampson, and Blaise Aguera y Arcas. Communication-efficient learning of deep networks from decentralized data. In International Conference on Artificial Intelligence and Statistics (AISTATS), 2017

  9. [17]

    Agnostic federated learning

    Mehryar Mohri, Gary Sivek, and Ananda Theertha Suresh. Agnostic federated learning. In International Conference on Machine Learning (ICML), 2019

  10. [18]

    Federated Learning: Theory and Practice

    Lam M Nguyen, Trong Nghia Hoang, and Pin-Yu Chen. Federated Learning: Theory and Practice. Academic Press (London, UK), 2024

  11. [19]

    Fedmdfg: Federated learning with multi-gradient descent and fair guidance

    Zibin Pan, Shuyi Wang, Chi Li, Haijin Wang, Xiaoying Tang, and Junhua Zhao. Fedmdfg: Federated learning with multi-gradient descent and fair guidance. In Proceedings of the AAAI Conference on Artificial Intelligence, volume 37, pages 9364--9371, 2023

  12. [20]

    Trustworthy and fair federated learning via reputation-based consensus and adaptive incentives

    Md Mamunur Rashid, Yong Xiang, Md Palash Uddin, Jine Tang, Keshav Sood, and Longxiang Gao. Trustworthy and fair federated learning via reputation-based consensus and adaptive incentives. IEEE Transactions on Information Forensics and Security, 20, 2025

  13. [21]

    Collaborative machine learning with incentive-aware model rewards

    Rachael Hwee Ling Sim, Yehong Zhang, Mun Choon Chan, and Bryan Kian Hsiang Low. Collaborative machine learning with incentive-aware model rewards. In International Conference on Machine Learning (ICML), 2020

  14. [22]

    Profit allocation for federated learning

    Tianshu Song, Yongxin Tong, and Shuyue Wei. Profit allocation for federated learning. In IEEE International Conference on Big Data (Big Data), 2019

  15. [23]

    Multi-dimensional fair federated learning

    Cong Su, Guoxian Yu, Jun Wang, Hui Li, Qingzhong Li, and Han Yu. Multi-dimensional fair federated learning. 38 0 (13), 2024

  16. [24]

    FL-bench : A federated learning benchmark repository, 2023

    Kar Hou Tam, Shiqiang Yu, Xianzhi Li, Anit Kumar Sahu, Vaneet Aggarwal, and Sheng Yu. FL-bench : A federated learning benchmark repository, 2023. URL https://github.com/KarhouTam/FL-bench. Accessed: 2025-08-15

  17. [25]

    Mitigating group bias in federated learning: Beyond local fairness

    Ganghua Wang, Ali Payani, Myungjin Lee, and Ramana Kompella. Mitigating group bias in federated learning: Beyond local fairness. Master's thesis, 2023

  18. [26]

    Entropy-based aggregation for fair and effective federated learning

    Lin Wang, Zhichao Wang, Ye Shi, Sai Praneeth Karimireddy, and Xiaoying Tang. Entropy-based aggregation for fair and effective federated learning. 2024

  19. [27]

    A reputation mechanism is all you need: Collaborative fairness and adversarial robustness in federated learning

    Xinyi Xu and Lingjuan Lyu. A reputation mechanism is all you need: Collaborative fairness and adversarial robustness in federated learning. arXiv preprint arXiv:2011.10464, 2020

  20. [28]

    Federated multi-objective learning

    Haibo Yang, Zhuqing Liu, Jia Liu, Chaosheng Dong, and Michinari Momma. Federated multi-objective learning. Advances in neural information processing systems, 36 0 (39602--39625), 2023

  21. [29]

    A fairness-aware incentive scheme for federated learning

    Han Yu, Zelei Liu, Yang Liu, Tianjian Chen, Mingshu Cong, Xi Weng, Dusit Niyato, and Qiang Yang. A fairness-aware incentive scheme for federated learning. In Proceedings of the AAAI/ACM Conference on AI, Ethics, and Society, 2020

  22. [30]

    Improving fairness via federated learning

    Yuchen Zeng, Hongxu Chen, and Kangwook Lee. Improving fairness via federated learning. arXiv preprint arXiv:2110.15545, 2021

  23. [31]

    Federated learning with non- IID data

    Yue Zhao, Meng Li, Liangzhen Lai, Naveen Suda, Damon Civin, and Vikas Chandra. Federated learning with non- IID data. arXiv preprint arXiv:1806.00582, 2018

Pith tools

Reviewed August 15, 2026 · model on record in the stance chip above.