Pith. sign in

REVIEW 4 major objections 5 minor 32 references

Learning Heterogeneous Performance-Fairness Trade-offs in Federated Learning

T0 review · 4 major / 5 minor · reviewed 2026-08-16 · deepseek-v4-flash

Pith's one-line read HetPFL learns both local and global performance-fairness Pareto fronts in federated learning, with a one-over-time convergence rate.

desk verdict HetPFL is a useful, incremental extension of Pareto-front learning to fair federated learning with genuine empirical gains, but its theory section overclaims and its geometric Lemma 1 needs repair before the paper's own logic holds together. read the letter →

arxiv 2504.21775 v1 pith:DO7FRY6T submitted 2025-04-30 cs.LG cs.AI

classification cs.LGcs.AI
keywords federatedlearninggroupfairnessParetofronthypernetworkpreferencesamplinghypervolumecontributionperformance-fairnesstrade-off
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

This paper attempts to show that the performance-fairness trade-off in federated learning can be represented as a whole family of models, one for each preference between accuracy and group fairness, rather than a single compromise model. HetPFL does this with a hypernetwork on each client that maps a preference vector to a preference-specific model, plus an adaptive preference sampler (PSA) and a server-side preference-aware hypernet fusion (PHF). The authors claim that uniform preference sampling wastes training on heterogeneous local fronts and that ignoring the global dataset leaves the aggregated model suboptimal for many preferences; their two mechanisms are meant to fix exactly those gaps. They prove a hypernetwork error bound with dominant term $(1-\eta_t\zeta)^{t/4}$, giving an overall $O(1/t)$ convergence rate, and report hypervolume gains of about 1.75% on local fronts and 5.5% on the global front over the strongest baseline on four datasets.

What carries the argument

The machinery has three moving parts. First, a hypernetwork $h_{\beta_k}:\lambda\mapsto\theta_k$ generates a model for each preference vector $\lambda$ in the two-dimensional simplex; training it minimizes the weighted Tchebycheff scalarization $g_{\mathrm{tch}}=\max_{j\in\{\mathrm{CE},\mathrm{F}\}} \ell_j/\lambda_j$, which by Lemma 1 makes the model weakly Pareto optimal with loss vector aligned to $\lambda$. Second, PSA lets each client model its preference sampler as a Dirichlet distribution $p(\alpha_k)$ and updates it using the gradient of negative hypervolume contribution, estimated by Natural Evolution Strategies, inside a bi-level optimization coupled with the hypernet update. Third, PHF introduces FusionNet $W_\phi(\lambda)$, which maps a preference to nonnegative fusion weights over the clients' hypernets; the server optimizes $\phi$ so the combined global hypernet minimizes the same scalarized loss on shared latent features. The convergence proof combines Lemma 2 on FedAvg's linear rate, Lemma 3 on one-round bi-level contraction, and four Lipschitz/strong-convexity/bounded-gradient assumptions, yielding Theorem 1's error bound.

What would settle it

Take SYNTHETIC, where the true Pareto front can be computed exhaustively; train HetPFL, sample 1,000 preferences uniformly over the simplex, and measure the cosine alignment between each model's $(\ell_{\mathrm{CE}}, \ell_F)$ loss vector and its preference $\lambda$, plus the distance to the true front. Lemma 1 predicts perfect alignment and front membership for every preference, so if a substantial fraction of green-area preferences map to points off their ray or off the front, the central discovery claim collapses.

Watch

Extended reading notes

Core claim

The paper's central claim is that a hypernetwork trained with the weighted Tchebycheff scalarization can learn the entire performance-fairness Pareto front of each client, provided the preference sampling distribution is adapted to where that client's front actually lies, and that the global front can be improved by learning preference-dependent fusion weights for the clients' hypernetworks. Formally, Theorem 1 bounds the squared distance from the learned hypernetwork to the optimal one at round $t+1$ by $(3/4)^{\tau_p t} \Delta^0_{\beta_k} + z_1(1-\eta_t\zeta)^{t/4}\sqrt{\Delta^0_{\psi_k}} + z_2(1-\eta_t\zeta)^{t/2}\Delta^0_{\psi_k}$ plus an optimization-error term, whose dominant time-dependent term gives $O(1/t)$ convergence. The experimental claim is that on SYNTHETIC, COMPAS, BANK, and ADULT, HetPFL beats seven baselines in hypervolume for both local and global fronts, and that its preference sampling is denser where the local front actually lies.

Load-bearing premise

The load-bearing premise is that every sampled preference produces a model whose loss vector lies exactly on the Pareto front along the preference's ray, yet the paper's Appendix C.4 shows whole 'green area' regions of the preference simplex whose rays never intersect the front, so the alignment premise fails there.

Editorial extensions

If this is right

  • Once trained, HetPFL can answer 'what model do I get if I weight accuracy at 0.8 and fairness at 0.2?' at inference time, without retraining, so a single run sweeps out as many trade-off points as needed.
  • The per-client sampling adaptation is designed to keep front quality when data are strongly heterogeneous, and the heterogeneity and client-count experiments (10 to 300 clients) support this scalability claim, where the closest prior global front degrades.
  • The global Pareto front becomes an explicit optimization target through PHF, so the aggregated model is no longer just a FedAvg average; the authors show global hypervolume improves by about 5.5% over the best baseline.
  • Under the paper's assumptions, front quality improves with communication rounds at order $O(1/t)$, matching the usual FedAvg rate, so adding the fairness trade-off machinery does not change the asymptotic communication cost.

Reading between the lines

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

  • Editorial inference: HVC-based adaptation is not specific to fairness; the same preference-sampling-plus-hypernetwork loop should port to other two-objective federated problems, such as accuracy versus energy or accuracy versus robustness, because Tchebycheff scalarization and hypervolume contribution only see the loss vector.
  • Editorial inference: the 'green area' discussion in Appendix C.4 raises a risk the paper does not address: an HVC-driven sampler could collapse all mass onto a subset of the Pareto front, leaving other preference rays uncovered; adding a coverage or entropy regularizer on $p(\alpha_k)$ would be a natural extension to test.
  • Editorial inference: one could test PHF against a cheaper alternative, a per-preference weighted average of client models rather than client hypernets, to see whether hypernet-space fusion is essential or whether the gain comes merely from preference-dependent weighting.
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 / 5 minor

Summary. The paper proposes HetPFL, a federated learning framework for learning performance-fairness Pareto fronts. It combines Preference Sampling Adaptation (PSA), which adapts each client's preference sampling distribution via a hypervolume contribution (HVC) criterion, with Preference-aware Hypernet Fusion (PHF), which aggregates client hypernets at the server in a preference-dependent way. The authors claim an error convergence rate of order O(1/t) for the hypernet under weaker assumptions than prior work, and report hypervolume improvements over seven baselines on four datasets.

Significance. The framework is clearly motivated, and the empirical results, if confirmed, would be a useful extension of PraFFL: PSA and PHF are concrete, well-ablated components, and the code release supports reproducibility. The paper also makes a good-faith attempt to connect to bi-level optimization theory. However, the central geometric claim, that sweeping the preference simplex traces the Pareto front, is only valid on a restricted subset of preferences, and the convergence theorem both assumes strong convexity that the objective does not satisfy and analyzes an idealized version of the algorithm. These issues must be resolved before the paper's main claims are supported.

major comments (4)
  1. The sentence 'Lemma 1 guarantees that when hβk(λ) is optimal for problem (3), the loss vector of hβk(λ) on dataset Dk aligns exactly with the direction of the preference vector and lies on the Pareto front' is not a consequence of the stated Lemma 1. A minimizer of the weighted Tchebycheff scalarization is weakly Pareto optimal, but its loss vector coincides with the ray {tλ} only when both objectives are active at the minimizer, i.e., when that ray actually intersects the Pareto front. Appendix C.4 and Fig. 9 explicitly identify a 'green area' of preferences that have no intersection with the front; for those preferences the minimizer is an endpoint/weakly Pareto point whose loss-vector ratio generally differs from λ_CE/λ_F. Since PSA's HVC-based adaptation in Sec. 3.2 and the interpretation of the learned front in Sec. 4 rest on this alignment premise, the paper needs either to restrict all front-parameterization claims to the preferences whose rays intersect the front, or to revise the method and claims accordingly. In addition, the appendix's citation of 'Proposition 1' to justify green-area inefficiency is missing from the paper and cannot repair the contradiction.
  2. Assumption 3 requires g_tch(αk,βk) = E[max_j ℓ_j/λ_j] to be µ1-strongly convex in βk. This is not satisfied by the hypernet parameterization used in the experiments: a max of convex losses is convex but typically not strongly convex, and for neural-network outputs the losses are not convex in βk at all. Strong convexity is used to obtain the contractions in Lemma 3 and Eq. (31), so Theorem 1 does not apply to the actual HetPFL objective. Please either prove convergence under convexity or Polyak-Łojasiewicz-type assumptions that the objective can satisfy, or state clearly that Theorem 1 concerns a regularized or simplified problem that is not the one evaluated.
  3. The claimed convergence rate is not supported by the stated bound. Equation (18) contains the non-vanishing term (σ1²µ1 + c1²L²q1 + G3²µ1)/µ1³, and the text explicitly says that Δt+1βk converges to this constant as t→∞; the algorithm therefore reaches a neighborhood of the optimum, not the optimum itself. Moreover, with a constant step size (1−ηtζ)^{t/4} is exponentially decaying, while with ηt = 1/t it tends to a constant, so neither case yields an O(1/t) rate from the displayed bound. Please clarify the step-size schedule, correct the rate claim, and distinguish convergence to the optimum from convergence to a biased neighborhood.
  4. The convergence analysis does not cover the NES estimator used in the implemented algorithm. Equation (13) estimates ∇α E[−HVC] via the score-function gradient, but Assumptions 1-4 and the proof treat ∇α g_hvc as an exact gradient; no bias or variance bound for the NES estimator is given. Additionally, Algorithm 1 samples one preference vector per inner iteration while Eqs. (12)-(13) require a batch of N vectors (N=4 in Appendix C.1), so the pseudocode and the update rules do not match. Please either analyze the estimator actually used, or explicitly state that Theorem 1 applies to an idealized exact-gradient version of HetPFL.
minor comments (5)
  1. [Table 1, Sec. 4.2] Table 1 reports only averaged values over three runs, with no standard deviations or significance tests; the abstract's and Sec. 4.2's claim that HetPFL 'significantly outperforms' the baselines is therefore not statistically supported. Please add error bars or statistical tests.
  2. [Sec. 3.2, Eq. (13)] The notation Λαk is used both for the sampling distribution p(αk) and for the set of N sampled preference vectors; please disambiguate these two objects.
  3. [Appendix C.4] The text cites 'Proposition 1' to justify the inefficiency of sampling preferences from the green area, but no Proposition 1 appears anywhere in the paper; please add the missing statement and proof, or remove the citation.
  4. [Appendix B, around Eq. (31)] The definitions of z1 and z2 are garbled: z1 is written without closing parentheses and includes a square-root term that is not clearly grouped, and z2 appears to be missing a closing parenthesis. Please rewrite this step of the proof cleanly.
  5. [Table 4, Ablation study] On BANK, PSA alone decreases global HV from 0.895 to 0.886, while the text says that 'similar patterns can be observed' across datasets; please qualify this claim or explain the exception.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: HetPFL's empirical claims are measured by external hypervolume on error rate and DP disparity, and its convergence analysis is imported from independent optimization and FL theory; the Lemma 1 'green area' issue is a correctness concern, not a circular reduction.

full rationale

I walked the derivation chain and found no step where a prediction reduces by construction to a fitted input, a renamed empirical pattern, or a load-bearing self-citation. The central empirical quantity, hypervolume, is computed on external metrics (error rate and DP disparity) rather than on the training-time HVC surrogate; the paper explicitly distinguishes these, noting that SYNTHETIC mappings are affected by the difference between loss objectives and the reported error/DP metrics. The convergence proof combines Lemma 2 from Collins et al. (FedAvg convergence) and Lemma 3 from Hong et al. (bilevel optimization bounds) with Assumptions 1-4; these are independent external results, and the paper does not assume its own conclusion in the proof. Self-citations to PraFFL are used to motivate the hypernet formulation and as a baseline, and PraFFL is a separately published method with its own reported experiments, so the citation is not circularly load-bearing. The concerning passages are Lemma 1's exact-alignment claim and Appendix C.4's 'green area' admission: the stated Tchebycheff optimality condition does not by itself guarantee that the loss vector aligns exactly with the preference ray for preferences whose ray misses the Pareto front, and the appendix invokes a nonexistent 'Proposition 1'. These are internal consistency and correctness risks, not examples of the derivation being equivalent to its inputs by definition. The method is not self-contained in the sense of being logically airtight, but it is not circular under the required standard of exhibiting a specific reduction of a claimed prediction to its own fitted inputs or self-citation chain.

Assumptions & free parameters 5 free parameters · 4 assumptions · 1 invented entities

The central claim rests on standard-but-unverified smoothness and convexity assumptions, on the geometric alignment premise of Tchebycheff scalarization, and on the choice of the Dirichlet family for preference sampling. The reference point r=(1,1) and the Dirichlet restriction are manual choices that affect the claimed optimality. No extra physical entities are postulated; the FusionNet is a trainable component.

free parameters (5)
  • HVC reference point r = (1, 1)
    Chosen by hand in Appendix C.1; HVC values and the learned sampling distribution depend on it, and the reported hypervolume metric also uses a reference point.
  • Dirichlet concentration alpha_k = learned per client
    The preference sampling distribution is assumed Dirichlet (Appendix C.1); alpha_k is learned via NES, but the parametric family is fixed and restricts the 'optimal' distribution.
  • preference for communicated model lambda_tilde = (0.5, 0.5)
    Eq. (11) fixes lambda_tilde to balance performance and fairness for the shared representation; this choice is manual and not tuned.
  • sampling batch size N = 4
    Number of preference vectors sampled per hypernet update (Appendix C.1); affects the Monte Carlo estimates in Eqs. (12)-(13).
  • communication rounds T = 15
    Total rounds in Phase (I) (Appendix C.1); the reported gains are at this fixed horizon.
assumptions (4)
  • ad hoc to paper g_tch is mu1-strongly convex in beta_k
    Assumption 3 in Section 3.5; the Tchebycheff loss is a max of losses over a neural network, which is not strongly convex; this is a standard but unverified assumption that the proof depends on.
  • domain assumption Lemma 1: optimality of the Tchebycheff problem is equivalent to weakly Pareto optimality and alignment with the preference direction
    Section 2, Lemma 1; this holds only under specific conditions (e.g., reference point at the ideal point). The paper itself shows in Figure 9 that some preference directions do not intersect the front, so the alignment claim is too strong.
  • domain assumption NES gradient estimator in Eq. (13) provides usable gradient estimates for the non-differentiable HVC
    Standard evolution-strategies estimator, but the theorem does not include its bias or variance.
  • domain assumption Loss functions l_CE and l_F correctly proxy the evaluation metrics (error rate, DP disparity)
    Section 2 defines objectives; Section 4.1 evaluates on different metrics. Figure 8 notes discrepancies between loss-based optimization and metric-based evaluation.
invented entities (1)
  • FusionNet W_phi independent evidence
    purpose: Learn preference-dependent weights to linearly combine client hypernetworks into a global hypernetwork for the global Pareto front
    It is a learned model component introduced by the paper, tested on held-out data. Unlike a physical entity, it has no unexplained external evidence burden, but it is a new architectural element.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Learning Heterogeneous Performance-Fairness Trade-offs in Federated Learning." pith.science (2026). https://pith.science/paper/DO7FRY6T

@misc{pith2026250421775,
  author       = {Pith},
  title        = {Pith review of: Learning Heterogeneous Performance-Fairness Trade-offs in Federated Learning},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/DO7FRY6T}},
  note         = {Machine review of arXiv:2504.21775}
}
read the original abstract

Recent methods leverage a hypernet to handle the performance-fairness trade-offs in federated learning. This hypernet maps the clients' preferences between model performance and fairness to preference-specifc models on the trade-off curve, known as local Pareto front. However, existing methods typically adopt a uniform preference sampling distribution to train the hypernet across clients, neglecting the inherent heterogeneity of their local Pareto fronts. Meanwhile, from the perspective of generalization, they do not consider the gap between local and global Pareto fronts on the global dataset. To address these limitations, we propose HetPFL to effectively learn both local and global Pareto fronts. HetPFL comprises Preference Sampling Adaptation (PSA) and Preference-aware Hypernet Fusion (PHF). PSA adaptively determines the optimal preference sampling distribution for each client to accommodate heterogeneous local Pareto fronts. While PHF performs preference-aware fusion of clients' hypernets to ensure the performance of the global Pareto front. We prove that HetPFL converges linearly with respect to the number of rounds, under weaker assumptions than existing methods. Extensive experiments on four datasets show that HetPFL significantly outperforms seven baselines in terms of the quality of learned local and global Pareto fronts.

Figures

Figures reproduced from arXiv: 2504.21775 by the authors.

Figure 1
Figure 1. The impact of different sampling distributions un [PITH_FULL_IMAGE:figures/full_fig_p001_1.png] view at source ↗
Figure 2
Figure 2. HetPFL framework. generating a corresponding set of preference-specific models {θk = hβk (λ) | λ ∼ Λm}. This model set is then evaluated on the local dataset Dk, and the evaluation results collectively form the entire local Pareto front. Similarly, the goal for the global Pareto front is to generate an aggregated hypernet β g = 1 K PK k=1 βk , which minimizes the gtch(·) over the global dataset: min βg 1 K X K k=1 E… view at source ↗
Figure 3
Figure 3. An illustration of the HV and HVC of the loss vec [PITH_FULL_IMAGE:figures/full_fig_p004_3.png] view at source ↗
Figures from the paper (5 more)
Figure 4
Figure 4. Figure 4: Comparison of global Pareto front obtained by our HetPFL algorithm and baselines on four datasets. A Pareto front [PITH_FULL_IMAGE:figures/full_fig_p006_4.png]
Figure 5
Figure 5. Figure 5: Convergence of HetPFL compared with PraFFL. [PITH_FULL_IMAGE:figures/full_fig_p007_5.png]
Figure 6
Figure 6. Figure 6: Schematic diagram of Pareto optimal solution, [PITH_FULL_IMAGE:figures/full_fig_p010_6.png]
Figure 7
Figure 7. Figure 7: Comparison of the training time of the methods as [PITH_FULL_IMAGE:figures/full_fig_p012_7.png]
Figure 9
Figure 9. Figure 9: Comparison of Preference Sampling Distributions. [PITH_FULL_IMAGE:figures/full_fig_p013_9.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

32 extracted references · 24 canonical work pages

  1. [1]

    ProPublica's COMPAS Data Revisited

    [Barenstein, 2019] Matias Barenstein. Propublica’s compas data revisited. arXiv preprint arXiv:1906.04711,

  2. [3]

    (30) describes the convergence relationship between the hypernet and the communicated model at each round

    Eq. (30) describes the convergence relationship between the hypernet and the communicated model at each round. To further consider the impact of sampling distribution, we sub- stitute Lemma 2 and Lemma 3 into the right side of the in- equality Eq. (30). Then, we denote the convergence error of hypernet at roundt+1 as ∆t+1 βk = E ∥βt+1 k −β∗ k∥2 , its has ...

  3. [4]

    The reference point r in calculating hypervol- ume is set to (1, 1)

    We use Adam as optimizer for communicated model, hypernet, and preference distribution optimization. The reference point r in calculating hypervol- ume is set to (1, 1). The preference sampling distribution p(αk),k∈ [K], is represented by Dirichlet distribution. Dataset According to the setting of [Zeng et al., 2021; Ezzeldin et al., 2023], the COMPAS and...

  4. [5]

    Uci ma- chine learning repository,

    [Dua et al., 2017] Dheeru Dua, Casey Graff, et al. Uci ma- chine learning repository,

  5. [9]

    Leveraging asynchronous federated learning to predict customers financial distress

    [Imteaj and Amini, 2022] Ahmed Imteaj and M Hadi Amini. Leveraging asynchronous federated learning to predict customers financial distress. Intelligent Systems with Ap- plications, 14:200064,

  6. [12]

    Pareto set learning for neural multi-objective combinato- rial optimization

    [Lin et al., 2022] Xi Lin, Zhiyuan Yang, and Qingfu Zhang. Pareto set learning for neural multi-objective combinato- rial optimization. In Proceedings of International Confer- ence on Learning Representations,

  7. [13]

    Collaborative fairness in federated learning

    [Lyu et al., 2020] Lingjuan Lyu, Xinyi Xu, Qian Wang, and Han Yu. Collaborative fairness in federated learning. Fed- erated Learning: Privacy and Incentive , pages 189–204,

  8. [14]

    Achieving fairness across local and global models in federated learning

    [Makhija et al., 2024] Disha Makhija, Xing Han, Joydeep Ghosh, and Yejin Kim. Achieving fairness across local and global models in federated learning. arXiv preprint arXiv:2406.17102,

Show all 32 references
  1. [16]

    Nonlinear multiobjective optimization, volume

    [Miettinen, 1999] Kaisa Miettinen. Nonlinear multiobjective optimization, volume

  2. [19]

    The future of digital health with feder- ated learning

    [Rieke et al., 2020] Nicola Rieke, Jonny Hancox, Wenqi Li, Fausto Milletari, Holger R Roth, Shadi Albarqouni, Spyri- don Bakas, Mathieu N Galtier, Bennett A Landman, Klaus Maier-Hein, et al. The future of digital health with feder- ated learning. NPJ digital medicine, 3(1):1–7,

  3. [20]

    Fairbatch: Batch selection for model fairness

    [Roh et al., 2020] Yuji Roh, Kangwook Lee, Steven Euijong Whang, and Changho Suh. Fairbatch: Batch selection for model fairness. arXiv preprint arXiv:2012.01696,

  4. [21]

    Fair-fate: Fair federated learning with momentum

    [Salazar et al., 2023] Teresa Salazar, Miguel Fernandes, Helder Ara´ujo, and Pedro Henriques Abreu. Fair-fate: Fair federated learning with momentum. In Proceedings of In- ternational Conference on Computational Science , pages 524–538. Springer,

  5. [22]

    Evolution strategies as a scalable alternative to reinforcement learning

    [Salimans et al., 2017] Tim Salimans, Jonathan Ho, Xi Chen, Szymon Sidor, and Ilya Sutskever. Evolution strategies as a scalable alternative to reinforcement learning. arXiv preprint arXiv:1703.03864,

  6. [23]

    Splitfed: When federated learning meets split learning

    [Thapa et al., 2022] Chandra Thapa, Pathum Chamikara Mahawaga Arachchige, Seyit Camtepe, and Lichao Sun. Splitfed: When federated learning meets split learning. In Proceedings of the AAAI Conference on Artificial Intelligence , volume 36, pages 8485–8493,

  7. [24]

    Federated learning with fair averaging

    [Wang et al., 2021] Zheng Wang, Xiaoliang Fan, Jianzhong Qi, Chenglu Wen, Cheng Wang, and Rongshan Yu. Federated learning with fair averaging. arXiv preprint arXiv:2104.14937,

  8. [25]

    Praffl: A preference-aware scheme in fair federated learning

    [Ye et al., 2025] Rongguang Ye, Wei-Bin Kou, and Ming Tang. Praffl: A preference-aware scheme in fair federated learning. In Proceedings of the 31st ACM SIGKDD Con- ference on Knowledge Discovery and Data Mining V .1 , page 1797–1808,

  9. [27]

    Improving fairness via federated learning

    [Zeng et al., 2021] Yuchen Zeng, Hongxu Chen, and Kang- wook Lee. Improving fairness via federated learning. arXiv preprint arXiv:2110.15545,

  10. [28]

    Federated learning with local fairness con- straints

    [Zeng et al., 2023] Yuchen Zeng, Hongxu Chen, and Kang- wook Lee. Federated learning with local fairness con- straints. In Proceedings of IEEE International Symposium on Information Theory (ISIT) , pages 1937–1942. IEEE,

  11. [29]

    Multiobjective evolutionary algorithms: a comparative case study and the strength pareto approach

    [Zitzler and Thiele, 1999] Eckart Zitzler and Lothar Thiele. Multiobjective evolutionary algorithms: a comparative case study and the strength pareto approach. IEEE transactions on Evolutionary Computation, 3(4):257–271,

  12. [30]

    6 shows the concept of Pareto front, Pareto optimal solution and weakly Pareto optimal solution in the problem of minimizing two objectives

    A Schematic diagram Fig. 6 shows the concept of Pareto front, Pareto optimal solution and weakly Pareto optimal solution in the problem of minimizing two objectives. The green dots correspond to the Pareto optimal solutions, i.e., the optimal solution, under one trade-off. The...

  13. [1999]

    A data-driven approach to predict the success of bank telemarketing

    [Moro et al., 2014] S´ergio Moro, Paulo Cortez, and Paulo Rita. A data-driven approach to predict the success of bank telemarketing. Decision Support Systems, 62:22–31,

  14. [2012]

    Fair resource allocation in federated learning

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

  15. [2014]

    Federated learning for internet of things: A comprehensive survey

    [Nguyen et al., 2021] Dinh C Nguyen, Ming Ding, Pub- udu N Pathirana, Aruna Seneviratne, Jun Li, and H Vin- cent Poor. Federated learning for internet of things: A comprehensive survey. IEEE Communications Surveys & Tutorials, 23(3):1622–1658,

  16. [2015]

    A two-timescale stochastic al- gorithm framework for bilevel optimization: Complexity analysis and application to actor-critic

    [Hong et al., 2023] Mingyi Hong, Hoi-To Wai, Zhaoran Wang, and Zhuoran Yang. A two-timescale stochastic al- gorithm framework for bilevel optimization: Complexity analysis and application to actor-critic. SIAM Journal on Optimization, 33(1):147–180,

  17. [2017]

    Fairfed: Enabling group fairness in federated learning

    [Ezzeldin et al., 2023] 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, pages 7494–7502,

  18. [2019]

    Exploiting shared rep- resentations for personalized federated learning

    [Collins et al., 2021] Liam Collins, Hamed Hassani, Aryan Mokhtari, and Sanjay Shakkottai. Exploiting shared rep- resentations for personalized federated learning. In Pro- ceedings of International Conference on Machine Learn- ing, pages 2089–2099. PMLR,

  19. [2020]

    Fairness-aware agnostic federated learn- ing

    [Du et al., 2021] Wei Du, Depeng Xu, Xintao Wu, and Hanghang Tong. Fairness-aware agnostic federated learn- ing. In Proceedings of the 2021 SIAM International Con- ference on Data Mining (SDM) , pages 181–189. SIAM,

  20. [2021]

    Distributionally robust fed- erated averaging

    [Deng et al., 2020] Yuyang Deng, Mohammad Mahdi Ka- mani, and Mehrdad Mahdavi. Distributionally robust fed- erated averaging. In Proceedings of Advances in Neu- ral Information Processing Systems , volume 33, pages 15111–15122,

  21. [2022]

    Fairness-aware classifier with prejudice remover regularizer

    [Kamishima et al., 2012] Toshihiro Kamishima, Shotaro Akaho, Hideki Asoh, and Jun Sakuma. Fairness-aware classifier with prejudice remover regularizer. In Machine Learning and Knowledge Discovery in Databases: Eu- ropean Conference, ECML PKDD 2012, Bristol, UK, September 24-28,

  22. [2023]

    Certifying and removing disparate im- pact

    [Feldman et al., 2015] Michael Feldman, Sorelle A Friedler, John Moeller, Carlos Scheidegger, and Suresh Venkata- subramanian. Certifying and removing disparate im- pact. In proceedings of the 21th ACM SIGKDD interna- tional conference on knowledge discovery and data min- ing,...

  23. [2024]

    Communication-efficient learning of deep networks from decentralized data

    [McMahan et al., 2017] Brendan McMahan, Eider Moore, Daniel Ramage, Seth Hampson, and Blaise Aguera y Ar- cas. Communication-efficient learning of deep networks from decentralized data. In Artificial Intelligence and Statistics, pages 1273–1282. PMLR,

  24. [2025]

    Gifair-fl: A framework for group and individ- ual fairness in federated learning

    [Yue et al., 2023] Xubo Yue, Maher Nouiehed, and Raed Al Kontar. Gifair-fl: A framework for group and individ- ual fairness in federated learning. INFORMS Journal on Data Science, 2(1):10–23,

Pith tools

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