Pith. sign in

REVIEW 6 major objections 5 minor 1 cited by

Ten Challenging Problems in Federated Foundation Models

T0 review · 6 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash

Pith's one-line read A single weighted-loss equation unifies the ten hard problems of federated foundation models, the paper argues.

desk verdict Useful FedFM taxonomy undermined by a unified equation that misrepresents its own per-problem formulations. read the letter →

arxiv 2502.12176 v1 pith:IPTAIWPG submitted 2025-02-14 cs.LG cs.AI

classification cs.LGcs.AI
keywords federatedfoundationmodelslearningmulti-objectiveoptimizationprivacy-utilitytrade-offmachineunlearningmodelwatermarkingcontributionevaluation
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 survey identifies ten open problems that block practical Federated Foundation Models (FedFMs), systems in which a large server-side foundation model and many small client-side domain models train together without sharing raw data. For each problem it states an optimization objective, reviews existing methods, and lists open challenges. The paper's central claim is that all ten problems can be written as one weighted objective over five losses — utility, efficiency, watermark, contribution, and privacy — subject to a no-free-lunch constraint. If that unification holds, algorithm design for FedFMs becomes a single multi-objective optimization problem, and progress on one problem can be compared against the others in common terms. The paper also asserts that this is the first mathematical treatment of the FedFM problem set.

What carries the argument

The unifying object is Eq. (17), a five-term weighted objective with a no-free-lunch constraint. Each term is a loss evaluated on the server model, client models, client actions, aggregation mechanism, contribution evaluation mechanism, the sequence of tasks, and graph data; the five weights are nonnegative and sum to 1. The machinery works by coefficient selection: setting one weight to 1 collapses the general objective into the specific formulation of one of the ten problems, so the same equation serves both as a common framework and as a generator of individual problem statements.

What would settle it

Train two FedFM systems to identical final model weights using different numbers of communication rounds or different aggregation randomness, then measure membership-inference or gradient-inversion leakage on the same target client. If leakage differs while the model weights and local data are the same, privacy loss is not a function of weights and data alone, and the unified objective cannot faithfully represent the privacy constraints it claims to encode.

Watch

Extended reading notes

Core claim

The paper's central claim is Eq. (17): minimize, over the server model, client models, client actions, aggregation mechanism, and contribution evaluation mechanism, a weighted sum of five loss terms — utility loss, efficiency loss, watermark loss, contribution loss, and privacy loss — subject to the constraint that the sum of utility, privacy, and efficiency losses is strictly positive. By setting one weight to 1 and the others to 0, the equation is claimed to recover the individual problems: utility-only covers private data utilization, continual learning, Non-IID and graph data, bidirectional knowledge transfer, and game mechanisms; efficiency-only covers Problem 10; watermark-only covers Problem 9; contribution-only covers Problem 7; privacy-only covers unlearning; and the constraint encodes the foundational-theory trade-off of Problem 1. The paper presents this as the first unified mathematical formulation of the key problems of FedFMs.

Load-bearing premise

The unified objective treats privacy loss as a fixed function of the model weights and the local dataset, but in real federated systems privacy leakage also depends on the training algorithm, the number of communication rounds, the adversary's prior knowledge, and randomness — none of which appear as variables in Eq. (17).

Editorial extensions

If this is right

  • If Eq. (17) is accepted, FedFM research can be organized as a single multi-objective optimization, with each of the ten problems a special case obtained by choosing weights.
  • The no-free-lunch constraint makes explicit that utility, privacy, and efficiency cannot all be minimized simultaneously, so every FedFM design must state which trade-off it accepts.
  • Problems 2, 3, 5, 6, and 8 are claimed to share the utility-loss term, meaning methods for private-data utilization, continual learning, Non-IID and graph learning, bidirectional transfer, and game mechanisms can be evaluated within one utility objective.
  • The framework folds incentive design (contribution loss) and security (watermark and privacy losses) into the training objective itself, making fairness and protection part of optimization rather than post-hoc add-ons.
  • The per-problem formulations in Eqs. (1) through (16) give concrete objective functions that future FedFM algorithms can instantiate, compare, and test against.

Reading between the lines

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

  • If the unification is taken literally, an immediate test is whether real FedFM systems admit a single set of weights that reproduces observed trade-offs; the paper does not propose how to choose those weights, so weight selection becomes a key open design problem.
  • A consequence the authors leave implicit is that the same equation could serve as a benchmark generator: each problem's objective can be turned into a synthetic task suite where methods are scored by how much they reduce the corresponding term without inflating the others.
  • Because the privacy term is written as a function of weights and local data alone, the framework will likely need an extended version that conditions privacy loss on communication rounds, randomness, and adversary knowledge — a natural next step beyond the paper.
  • The five-loss structure connects naturally to multi-objective federated learning formalizations, and the no-free-lunch constraint could be sharpened into concrete information-theoretic bounds if privacy loss were replaced by a mutual-information or differential-privacy based quantity.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

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

Referee Report

6 major / 5 minor

Summary. This manuscript is a survey/position paper on federated foundation models (FedFMs). It identifies ten problems—foundational theory, private data utilization, continual learning, unlearning, Non-IID/graph data, bidirectional knowledge transfer, incentive and contribution evaluation, game mechanisms, model watermarking, and efficiency—and organizes them under five themes. For each problem it gives a short optimization formulation (Eqs. (1)–(16)), reviews representative methods, and lists challenges and potential solutions. Section XII then proposes Eq. (17) as a single weighted objective over utility, efficiency, watermark, contribution, and privacy losses, and claims that this is the first mathematical perspective unifying all ten problems. The per-problem formulations and the survey material are the paper's main content.

Significance. The survey is timely and useful as a map of a rapidly growing area: it assembles a large reference set, compares against existing reviews in Table II, and attempts to give each of the ten challenges a crisp mathematical statement. If Eq. (17) were a faithful unification, it would provide a valuable common formalism for reasoning about trade-offs across privacy, utility, efficiency, watermarking, and contribution. However, the central unification claim is not supported by the equations as written: several per-problem formulations are informal or inconsistent, and Eq. (17) drops the privacy thresholds and mislabels Problem 4. The value of the manuscript lies mainly in its taxonomy and literature coverage; the mathematical contributions need substantial revision before they can serve as a foundation.

major comments (6)
  1. [Section XII, Eq. (17)] The unified equation does not subsume the privacy-constrained problems it claims to cover. In Eqs. (4), (9), and (16), privacy appears as a hard constraint ℓ_{p,k}(w) < δ_k, while Eq. (17) contains no δ_k and places ℓ_{p,k} only in the weighted objective. A weighted objective term cannot enforce a hard constraint without an explicit constraint set, so the reductions α1=1 and α5=1 do not reproduce Problems 2, 5, or 10. The additional claim that α5=1 'optimizes the privacy loss (i.e., problem 4)' is also incorrect: Problem 4 is defined in Eq. (7) as minimizing dist(w_un, w_re), with no ℓ_p term in the objective. The mapping from Eq. (17) to Problem 8 is likewise unexplained, since Eq. (12) is a utility maximization rather than a utility-loss minimization. Until these reductions are actually carried out, the 'first mathematical perspective' claim in Section XII is unsupported.
  2. [Section XII, Eq. (17)] Eq. (17) is not a well-defined optimization program. The minimization is over wg, {a_k}, F, and C, where F is an aggregation mechanism and C a contribution evaluation mechanism; these are function-valued objects, and no function space, feasible set, or regularity condition is given for them. The notation F_{k∈[K],t∈[T]} appearing before the objective is undefined, and the loss terms are written with arguments (ws, wk, ak, C, {D_t^k}, G) even though C is simultaneously an optimization variable and an argument of the losses. A reader cannot evaluate, solve, or instantiate Eq. (17) for any of the ten problems.
  3. [Section II-A, Eq. (1)] The 'no free lunch' constraint ℓu(w)+ℓp(w)+ℓe(w)>0 is trivial for any nonnegative loss functions and therefore does not express the privacy-utility-efficiency trade-off the text describes. A trade-off requires either a lower bound relating the three losses, as in Eq. (2), or a Pareto-front characterization. The same trivial inequality is reused as the constraint in Eq. (17), so the foundational-theory Problem 1 is not captured by the unified equation.
  4. [Section VIII-A, Eq. (11)] The contribution-evaluation objective depends on an Oracle that knows the true contribution C*_k for each client. Such ground-truth contributions are unobservable in any real federated system, and the manuscript does not define C*_k or explain how existing schemes (Shapley value, leave-one-out, least core) relate to it. As written, Eq. (11) turns contribution evaluation into supervised regression against an unknown target, which cannot be computed or verified. The formulation needs either an operational definition of C*_k or a restatement in terms of the fairness properties that contribution evaluation is meant to satisfy.
  5. [Section IX-A, Eqs. (12)–(14)] The game-mechanism formulation is internally inconsistent. The text writes that attackers minimize their utility Uatt, but in a defense game an attacker should be maximizing its own utility subject to costs; the equilibrium condition in Eq. (13) is the standard Nash condition U_k(a*_k,a*_-k) ≥ U_k(a_k,a*_-k), which presupposes maximization. The subsequently 'unified' objective in Eq. (14), max Σ_k U_k & min Σ_k Cost_k, also leaves the trade-off between utility and cost unspecified, and it does not follow from the two preceding displayed objectives. Problem 8 therefore lacks a coherent mathematical statement, and Eq. (17) cannot inherit one from it.
  6. [Throughout, Eqs. (1), (4), (9), (16), (17)] Privacy loss is treated throughout as a deterministic function ℓ_{p,k}(w, D_k) of the model and local data. In real federated systems, privacy leakage depends on the training algorithm, the number of communication rounds, the adversary's prior knowledge, and the randomness of the mechanism. Because Eq. (17) and the per-problem formulations do not include these variables, the unified framework cannot faithfully represent privacy guarantees such as differential privacy or membership-inference risk. A formal treatment should either define ℓ_{p,k} through a specific privacy mechanism or state explicitly that the formulation abstracts away from mechanism-dependent leakage.
minor comments (5)
  1. [Section X-A, Eq. (15)] The notation min_w F_{k=0,1,...,K} αℓu,k(ws)+... is ambiguous: F appears both as an aggregation mechanism and as part of the minimization expression, and the relationship between the outer weight α and the stated constraint α+β+γ=1 is unclear. Please rewrite with explicit aggregation and separate index notation.
  2. [Section VIII-A, Eq. (11)] In Eq. (11), k is used both for the client on the left-hand side and as the summation index on the right-hand side; the sum should run over a different index (e.g., Σ_{j=1}^K ||C(ws,D_j)-C*_j||²). The current notation also defines ℓc,k as a global sum rather than a per-client loss, which conflicts with the surrounding text.
  3. [Section IV-A, Eq. (5)] In Eq. (5), the old-task arguments are written as {D^t_k}_{t=1}^T inside ℓu,k(wg, {D^t_k}_{t=1}^T), but the aggregation F then takes a comma-separated list of old-task and new-task losses. The syntax suggests two different function types and should be made uniform.
  4. [Section VII-A, Settings 2 and 3] The server-side loss is written as ℓu,s(ws|wk,Dp) in one line and as ℓu,k(ws|wk,Dp) in the adjacent displays; the subscripts should be standardized to avoid confusion between the server and client indices.
  5. [Throughout] There are numerous typos and inconsistent terms: 'mechanishm' in Eqs. (6), (8), and (9), 'receptively' in Eq. (15), 'Tand' in Section IV-A, 'How to to improve' in the Problem 10 heading, and 'foundation theory' versus 'foundational theory' are used interchangeably. A careful copy-edit is needed.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: Section XII's Eq. (17) is a stated synthesis of the paper's own per-problem formulations, not an independent derivation, and the internal inconsistencies flagged by the skeptic are correctness concerns rather than circular reductions.

full rationale

This is a survey/position paper rather than a derivation of new empirical predictions. Each of the ten problems is formulated independently in Sections II-XI and grounded in the cited literature (e.g., FedAvg [112], the no-free-lunch trade-off [108], FedIPR [92], FedMKT [64]). Section XII then writes Eq. (17) as a weighted sum of the same loss symbols (ell_u, ell_e, ell_m, ell_c, ell_p) and asserts that setting one alpha_i to 1 reduces the equation to one of the earlier problems. That assertion is a synthesis claim, not a fitted parameter or a theorem derived from external constraints. The skeptical objection that Eq. (17) drops the delta_k privacy constraints and mislabels Problem 4 (unlearning, Eq. (7)) as "privacy loss" is an internal-consistency/correctness problem with the claimed unification; it does not make the unification circular, because Eq. (17) is not being used to predict or derive the per-problem results. The self-citations to [108], [64], [92], [111], etc. are used as literature grounding, not as a load-bearing uniqueness argument, and the no-free-lunch constraint in Eqs. (1) and (17) is attributed to an external peer-reviewed theorem rather than assumed into existence by this paper. Accordingly, no step satisfies the standard of "Eq. X = Eq. Y by construction" or "fitted parameter renamed as prediction." The strongest claim of being the "first" mathematical perspective is a novelty assertion that may be contestable on scope or correctness, but it is not circular.

Assumptions & free parameters 2 free parameters · 3 assumptions · 1 invented entities

The paper's central contribution is a set of formal optimization objectives. The free parameters are the weights and thresholds that tune the objectives. The axioms are the background assumptions needed for the unified equation to be meaningful, including the no-free-lunch constraint and the reduction of all ten problems to loss functions. The Oracle is the only invented entity, and it lacks an operational grounding.

free parameters (2)
  • weights α, β, γ and α1..α5
    Hand-chosen coefficients in Eqs. (1), (15), (16), and (17) that balance privacy, utility, efficiency, watermark, and contribution losses. They are not derived from data.
  • privacy thresholds δ_k
    User-specified bounds on privacy loss in Eqs. (4), (9), (15), and (16). No method to set them is provided.
assumptions (3)
  • standard math The 'no free lunch' trade-off: ℓu + ℓp + ℓe > 0, borrowed from Zhang et al. [108].
    Invoked as the constraint in Eq. (1) and Eq. (17) to justify that privacy, utility, and efficiency cannot all be minimized. It is cited, not proven in this paper.
  • ad hoc to paper All ten challenges are representable as minimization of additive loss terms over model weights through an aggregation mechanism F.
    The whole framework assumes that problems such as unlearning and game mechanisms can be captured by loss functions ℓ_u, ℓ_p, ℓ_e, ℓ_c, ℓ_m, as done in Eq. (17). This is the paper's own modeling choice.
  • domain assumption Privacy loss ℓ_{p,k}(w, Dk) is a deterministic function of the model and data.
    Equations (1), (4), (9), (16), (17) treat privacy leakage as a function of w and Dk, ignoring the dependence on the training algorithm, the number of rounds, and the adversary's prior knowledge.
invented entities (1)
  • Oracle true contribution C*_k
    purpose: A hypothetical ground-truth value for each client's data contribution in Eq. (11), used to define the objective of contribution evaluation.
    The Oracle is not measurable in practice; the paper provides no way to obtain C*_k, so the optimization target in Eq. (11) is not directly operational.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Ten Challenging Problems in Federated Foundation Models." pith.science (2026). https://pith.science/paper/IPTAIWPG

@misc{pith2026250212176,
  author       = {Pith},
  title        = {Pith review of: Ten Challenging Problems in Federated Foundation Models},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/IPTAIWPG}},
  note         = {Machine review of arXiv:2502.12176}
}
read the original abstract

Federated Foundation Models (FedFMs) represent a distributed learning paradigm that fuses general competences of foundation models as well as privacy-preserving capabilities of federated learning. This combination allows the large foundation models and the small local domain models at the remote clients to learn from each other in a teacher-student learning setting. This paper provides a comprehensive summary of the ten challenging problems inherent in FedFMs, encompassing foundational theory, utilization of private data, continual learning, unlearning, Non-IID and graph data, bidirectional knowledge transfer, incentive mechanism design, game mechanism design, model watermarking, and efficiency. The ten challenging problems manifest in five pivotal aspects: ``Foundational Theory," which aims to establish a coherent and unifying theoretical framework for FedFMs. ``Data," addressing the difficulties in leveraging domain-specific knowledge from private data while maintaining privacy; ``Heterogeneity," examining variations in data, model, and computational resources across clients; ``Security and Privacy," focusing on defenses against malicious attacks and model theft; and ``Efficiency," highlighting the need for improvements in training, communication, and parameter efficiency. For each problem, we offer a clear mathematical definition on the objective function, analyze existing methods, and discuss the key challenges and potential solutions. This in-depth exploration aims to advance the theoretical foundations of FedFMs, guide practical implementations, and inspire future research to overcome these obstacles, thereby enabling the robust, efficient, and privacy-preserving FedFMs in various real-world applications.

Figures

Figures reproduced from arXiv: 2502.12176 by the authors.

Figure 1
Figure 1. An illustration of Federated Foundation Models [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 2
Figure 2. This surface effectively identifies solutions that achieve [PITH_FULL_IMAGE:figures/full_fig_p004_2.png] view at source ↗
Figure 3
Figure 3. FedFMs utilize locally stored private data from orga [PITH_FULL_IMAGE:figures/full_fig_p005_3.png] view at source ↗
Figures from the paper (8 more)
Figure 4
Figure 4. Figure 4: An illustration of Continual Learning with FedFMs. [PITH_FULL_IMAGE:figures/full_fig_p006_4.png]
Figure 5
Figure 5. Figure 5: Machine Unlearning in FedFMs. B. Existing Methods We summarize the four key aspects of the FU process: un￾learning targets, unlearning executors, unlearning verification, and unlearning principles. 1) Unlearning Targets Unlearning requests are typically classified into…
Figure 6
Figure 6. Figure 6: FedFMs with Graphs and Graphs of FedFMs. [PITH_FULL_IMAGE:figures/full_fig_p009_6.png]
Figure 7
Figure 7. Figure 7: Illustration of the three settings for bidirectional [PITH_FULL_IMAGE:figures/full_fig_p010_7.png]
Figure 8
Figure 8. Figure 8: Contribution Evaluation across Medical Institutions. [PITH_FULL_IMAGE:figures/full_fig_p012_8.png]
Figure 9
Figure 9. Figure 9: Illustration of FedFMs Game Mechanism Design. [PITH_FULL_IMAGE:figures/full_fig_p014_9.png]
Figure 10
Figure 10. Figure 10: Illustration of watermarking methods in FedFMs. [PITH_FULL_IMAGE:figures/full_fig_p015_10.png]
Figure 11
Figure 11. Figure 11: Summary of Efficiency in FedFMs condensing lengthy prompts or learning compact representa￾tions of prompts [206]. 2) Model-oriented Methods Model-oriented methods focus on reducing the sizes and the number of arithmetic operations of FMs, i.e., model compression. Quan…

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Handling Spatial-Temporal Data Heterogeneity for Federated Continual Learning via Tail Anchor

    cs.CV 2024-12 conditional novelty 5.0 of 10

    FedTA freezes a pre-trained ViT and trains small tail anchors to keep class features in place, reducing forgetting in federated continual learning.

Reference graph

Works this paper leans on

219 extracted references · 80 canonical work pages · cited by 1 Pith paper

  1. [1]

    A comprehensive survey on pretrained founda- tion models: A history from bert to chatgpt,

    C. Zhou, Q. Li et al., “A comprehensive survey on pretrained founda- tion models: A history from bert to chatgpt,” IJMLC, 2024

  2. [2]

    Fate-llm: A industrial grade federated learning framework for llms,

    T. Fan, Y . Kang et al., “Fate-llm: A industrial grade federated learning framework for llms,” arXiv preprint, 2023

  3. [3]

    Grounding foundation models through federated transfer learning: A general framework,

    Y . Kang, T. Fanet al., “Grounding foundation models through federated transfer learning: A general framework,” arXiv preprint, 2023

  4. [4]

    Advances and open challenges in federated learning with foundation models,

    C. Ren, H. Yu et al. , “Advances and open challenges in federated learning with foundation models,” arXiv preprint, 2024

  5. [5]

    Federated machine learning: Concept and applications,

    Q. Yang, Y . Liu et al. , “Federated machine learning: Concept and applications,” TIST, 2019

  6. [6]

    No free lunch theorem for privacy-preserving llm inference,

    X. Zhang, Y . Fei et al., “No free lunch theorem for privacy-preserving llm inference,” Artificial Intelligence, 2025

  7. [7]

    Tunable soft prompts are messengers in federated learning,

    C. Dong, Y . Xie et al. , “Tunable soft prompts are messengers in federated learning,” in EMNLP, 2023

  8. [8]

    Privately customizing prefinetuning to better match user data in federated learning,

    C. Hou, H. Zhan et al., “Privately customizing prefinetuning to better match user data in federated learning,” ICLR Workshop, 2023

Show all 219 references
  1. [9]

    Federatedscope-llm: A comprehensive package for fine-tuning llms in federated learning,

    W. Kuang et al. , “Federatedscope-llm: A comprehensive package for fine-tuning llms in federated learning,” in SIGKDD, 2024

  2. [10]

    Fedbiot: Llm local fine-tuning in federated learning without full model,

    F. Wu, Z. Li et al., “Fedbiot: Llm local fine-tuning in federated learning without full model,” in SIGKDD, 2024

  3. [11]

    Towards building the federated gpt: Federated instruction tuning,

    J. Zhang, S. Vahidian et al. , “Towards building the federated gpt: Federated instruction tuning,” in ICASSP, 2023

  4. [12]

    Flora: Federated fine-tuning llms with heterogeneous low-rank adaptations,

    Z. Wang, Z. Shen et al. , “Flora: Federated fine-tuning llms with heterogeneous low-rank adaptations,” arXiv preprint, 2024. 18

  5. [13]

    Pfedprompt: Learning personalized prompt for vision-language models in federated learning,

    T. Guo, S. Guo et al., “Pfedprompt: Learning personalized prompt for vision-language models in federated learning,” in WWW, 2023

  6. [14]

    Efficient model personalization in federated learning via client-specific prompt generation,

    F.-E. Yang, C.-Y . Wang et al. , “Efficient model personalization in federated learning via client-specific prompt generation,” in ICCV, 2023

  7. [15]

    Synthetic data aided federated learning using foundation models,

    F. Abacha, S. G. Teo et al. , “Synthetic data aided federated learning using foundation models,” 2024

  8. [16]

    Federated full-parameter tuning of billion-sized language models with communication cost,

    Z. Qin et al., “Federated full-parameter tuning of billion-sized language models with communication cost,” ICML, 2023

  9. [17]

    FEDKIM: Adaptive federated knowledge injection into medical foundation models,

    X. Wang et al. , “FEDKIM: Adaptive federated knowledge injection into medical foundation models,” in EMNLP, 2024

  10. [18]

    Demo: Fedcampus: A real-world privacy- preserving mobile application for smart campus via federated learn- ing& analytics,

    J. Geng, B. Tang et al. , “Demo: Fedcampus: A real-world privacy- preserving mobile application for smart campus via federated learn- ing& analytics,” in MobiHoc, 2024

  11. [19]

    Fedpit: Towards privacy-preserving and few-shot federated instruction tuning,

    Z. Zhang, J. Zhang et al. , “Fedpit: Towards privacy-preserving and few-shot federated instruction tuning,” arXiv preprint, 2024

  12. [20]

    Openfedllm: Training llms on decentralized private data via federated learning,

    R. Ye, W. Wang et al. , “Openfedllm: Training llms on decentralized private data via federated learning,” in SIGKDD, 2024

  13. [21]

    Fedbone: Towards large-scale federated multi-task learning,

    Y . Chen, T. Zhang et al. , “Fedbone: Towards large-scale federated multi-task learning,” JCST, 2024

  14. [22]

    Enhancing storage and computational efficiency in federated multimodal learning for large-scale models,

    Z. Zhang, F. Qi et al., “Enhancing storage and computational efficiency in federated multimodal learning for large-scale models,” in ICML, 2024

  15. [23]

    Towards efficient replay in federated incremental learning,

    Y . Li, Q. Li et al., “Towards efficient replay in federated incremental learning,” in CVPR, 2024

  16. [24]

    Sr-fdil: Synergistic replay for federated domain- incremental learning,

    Y . Li, W. Xu et al., “Sr-fdil: Synergistic replay for federated domain- incremental learning,” TPDS, 2024

  17. [25]

    Overcoming spatial-temporal catastrophic forgetting for federated class-incremental learning,

    H. Yu, X. Yang et al. , “Overcoming spatial-temporal catastrophic forgetting for federated class-incremental learning,” in MM, 2024

  18. [26]

    Diffusion-driven data replay: A novel approach to combat forgetting in federated class cl,

    J. Liang et al. , “Diffusion-driven data replay: A novel approach to combat forgetting in federated class cl,” in ECCV, 2025

  19. [27]

    Federated continual learning with weighted inter-client transfer,

    J. Yoon, W. Jeong et al., “Federated continual learning with weighted inter-client transfer,” in ICML, 2021

  20. [28]

    Federated class-incremental learning,

    J. Dong, L. Wang et al. , “Federated class-incremental learning,” in CVPR, 2022

  21. [29]

    Continual federated learning based on knowledge distillation

    Y . Ma, Z. Xie et al., “Continual federated learning based on knowledge distillation.” in IJCAI, 2022

  22. [30]

    Knowledge lock: Overcoming catastrophic forget- ting in federated learning,

    G. Wei and X. Li, “Knowledge lock: Overcoming catastrophic forget- ting in federated learning,” in PAKDD, 2022

  23. [31]

    Federated continual learning via prompt-based dual knowledge transfer,

    H. Piao, Y . Wu et al., “Federated continual learning via prompt-based dual knowledge transfer,” in ICML, 2024

  24. [32]

    Personalized federated continual learning via multi-granularity prompt,

    H. Yu, X. Yang et al. , “Personalized federated continual learning via multi-granularity prompt,” in SIGKDD, 2024

  25. [33]

    Federated unlearning via class-discriminative pruning,

    J. Wang, S. Guo et al., “Federated unlearning via class-discriminative pruning,” in WWW, 2022

  26. [34]

    Unlearning via sparse representations,

    V . Shah, F. Tr ¨auble et al. , “Unlearning via sparse representations,” arXiv preprint, 2023

  27. [35]

    A few-shot label unlearning in vertical federated learning,

    H. Gu, H. X. Tae et al. , “A few-shot label unlearning in vertical federated learning,” arXiv preprint, 2024

  28. [36]

    Ferrari: Federated feature unlearning via optimizing feature sensitivity,

    H. Gu, W. K. Ong et al. , “Ferrari: Federated feature unlearning via optimizing feature sensitivity,” NeurIPS, 2024

  29. [37]

    Unlearning during learning: An efficient federated machine unlearning method,

    H. Gu et al. , “Unlearning during learning: An efficient federated machine unlearning method,” in IJCAI, 2024

  30. [38]

    The right to be forgotten in federated learning: An efficient realization with rapid retraining,

    Y . Liu, L. Xu et al., “The right to be forgotten in federated learning: An efficient realization with rapid retraining,” in INFOCOM, 2022

  31. [39]

    Asynchronous federated unlearning,

    N. Su and B. Li, “Asynchronous federated unlearning,” in INFOCOM, 2023

  32. [40]

    Sifu: Sequential informed federated unlearning for efficient and provable client unlearning in federated optimization,

    Y . Fraboni, M. Van Waerebeke et al. , “Sifu: Sequential informed federated unlearning for efficient and provable client unlearning in federated optimization,” in AISTATS, 2024

  33. [41]

    Federated unlearning: How to efficiently erase a client in federated learning?

    A. Halimi, S. Kadhe et al., “Federated unlearning: How to efficiently erase a client in federated learning?” in ICML, 2022

  34. [42]

    Federated unlearning: Guarantee the right of clients to forget,

    L. Wu, S. Guo et al. , “Federated unlearning: Guarantee the right of clients to forget,” IEEE Network, 2022

  35. [43]

    Verifi: Towards verifiable federated unlearning,

    X. Gao, X. Ma et al., “Verifi: Towards verifiable federated unlearning,” TDSC, 2024

  36. [44]

    Fedrecover: Recovering from poisoning attacks in federated learning using historical information,

    X. Cao, J. Jia et al., “Fedrecover: Recovering from poisoning attacks in federated learning using historical information,” in IEEE SP, 2023

  37. [45]

    Fedrecovery: Differentially private machine unlearning for federated learning frameworks,

    L. Zhang, T. Zhu et al. , “Fedrecovery: Differentially private machine unlearning for federated learning frameworks,” TIFS, 2023

  38. [46]

    Federated unlearning: a perspective of stability and fairness,

    J. Shao, T. Lin et al., “Federated unlearning: a perspective of stability and fairness,” arXiv preprint, 2024

  39. [47]

    Fedbaf: Federated learning aggregation biased by a foundation model,

    J.-I. Park, S. Pranav et al. , “Fedbaf: Federated learning aggregation biased by a foundation model,” arXiv preprint, 2024

  40. [48]

    Tripleplay: Enhancing federated learning with clip for non-iid data and resource efficiency,

    A. Imteaj, M. Z. Hossain et al. , “Tripleplay: Enhancing federated learning with clip for non-iid data and resource efficiency,” arXiv preprint, 2024

  41. [49]

    Dual-personalizing adapter for federated foundation models,

    yiyuan yang, G. Long et al., “Dual-personalizing adapter for federated foundation models,” in NeurIPS, 2024

  42. [50]

    Fedgta: Topology-aware averaging for federated graph learning,

    X. Li, Z. Wu et al., “Fedgta: Topology-aware averaging for federated graph learning,” 2024

  43. [51]

    Beyond the federation: Topology-aware federated learning for generalization to unseen clients,

    M. Ma, T. Li et al., “Beyond the federation: Topology-aware federated learning for generalization to unseen clients,” in ICML, 2024

  44. [52]

    Accelerating federated edge learning via topology optimization,

    S. Huang, Z. Zhang et al. , “Accelerating federated edge learning via topology optimization,” IoT-J, 2022

  45. [53]

    Privfusion: Privacy-preserving model fusion via decentralized federated graph matching,

    Q. Chen, Y . Chen et al., “Privfusion: Privacy-preserving model fusion via decentralized federated graph matching,” TKDE, 2024

  46. [54]

    Model trip: Enhancing privacy and fairness in model fusion across multi-federations for trustworthy global healthcare,

    Q. Chen et al., “Model trip: Enhancing privacy and fairness in model fusion across multi-federations for trustworthy global healthcare,” in ICDE, 2024

  47. [55]

    Distilling step-by-step! outperforming larger language models with less training data and smaller model sizes,

    C.-Y . Hsieh, C.-L. Li et al. , “Distilling step-by-step! outperforming larger language models with less training data and smaller model sizes,” ACL, 2023

  48. [56]

    Explanations from llms make small reasoners better,

    S. Li, J. Chen et al. , “Explanations from llms make small reasoners better,” Sustainable AI Workshop, 2022

  49. [57]

    Lion: Adversarial distillation of proprietary llms,

    Y . Jiang, C. Chan et al., “Lion: Adversarial distillation of proprietary llms,” in EMNLP, 2023

  50. [58]

    Pdss: A privacy-preserving framework for step-by-step distillation of llms,

    T. Fan, Y . Kang et al. , “Pdss: A privacy-preserving framework for step-by-step distillation of llms,” arXiv preprint, 2024

  51. [59]

    Federated domain-specific knowledge transfer on llms using synthetic data,

    H. Li, X. Zhao et al. , “Federated domain-specific knowledge transfer on llms using synthetic data,” arXiv preprint, 2024

  52. [60]

    A split-and-privatize framework for large language model fine-tuning,

    X. Shen, Y . Liu et al. , “A split-and-privatize framework for large language model fine-tuning,” arXiv preprint, 2023

  53. [61]

    Model inversion attacks against collaborative inference,

    Z. He, T. Zhang et al., “Model inversion attacks against collaborative inference,” in ACSAC, 2019

  54. [62]

    Minillm: Knowledge distillation of llms,

    Y . Gu, L. Dong et al. , “Minillm: Knowledge distillation of llms,” in ICLR, 2024

  55. [63]

    Multimodal federated learning via contrastive representation ensemble,

    Q. Yu, Y . Liu et al. , “Multimodal federated learning via contrastive representation ensemble,” ICLR, 2023

  56. [64]

    FedMKT: Federated mutual knowledge transfer for large and small language models,

    T. Fan, G. Ma et al., “FedMKT: Federated mutual knowledge transfer for large and small language models,” in COLING, 2025

  57. [65]

    Gpt-fl: Generative pre-trained model-assisted federated learning,

    T. Zhang, T. Feng et al., “Gpt-fl: Generative pre-trained model-assisted federated learning,” arXiv preprint, 2023

  58. [66]

    Offsite-tuning: Transfer learning without full model,

    G. Xiao, J. Lin et al. , “Offsite-tuning: Transfer learning without full model,” arXiv preprint, 2023

  59. [67]

    Fedcollm: A parameter-efficient federated co- tuning framework for large and small language models,

    T. Fan, Y . Kang et al., “Fedcollm: A parameter-efficient federated co- tuning framework for large and small language models,”arXiv preprint, 2024

  60. [68]

    Mutual enhancement of large and small language models with cross-silo knowledge transfer,

    Y . Deng et al. , “Mutual enhancement of large and small language models with cross-silo knowledge transfer,” arXiv preprint, 2023

  61. [69]

    Incentive mechanism for reliable federated learning: A joint optimization approach to combining reputation and contract theory,

    J. Kang et al. , “Incentive mechanism for reliable federated learning: A joint optimization approach to combining reputation and contract theory,” IoT-J, 2019

  62. [70]

    Algorithmic stability and sanity-check bounds for leave-one-out cross-validation,

    M. Kearns and D. Ron, “Algorithmic stability and sanity-check bounds for leave-one-out cross-validation,” Neural Comput., 1999

  63. [71]

    Fedccea: A practical approach of client contribution evaluation for federated learning,

    S. K. Shyn, D. Kim et al. , “Fedccea: A practical approach of client contribution evaluation for federated learning,” arXiv preprint, 2021

  64. [72]

    Efficient participant contribution evaluation for horizontal and vertical federated learning,

    J. Wang, L. Zhang et al., “Efficient participant contribution evaluation for horizontal and vertical federated learning,” in ICDE, Conference Proceedings

  65. [73]

    Profit allocation for federated learning,

    T. Song, Y . Tong et al. , “Profit allocation for federated learning,” in IEEE BigData, 2019

  66. [74]

    Efficient and fair data valuation for horizontal federated learning,

    S. Wei, Y . Tong et al., “Efficient and fair data valuation for horizontal federated learning,” Federated Learning: Privacy and Incentive , 2020

  67. [75]

    Improving fairness for data valuation in horizontal federated learning,

    Z. Fan, H. Fang et al. , “Improving fairness for data valuation in horizontal federated learning,” in ICDE, 2022

  68. [76]

    If you like shapley then you’ll love the core,

    T. Yan and A. D. Procaccia, “If you like shapley then you’ll love the core,” in AAAI, 2021

  69. [77]

    Motivating workers in federated learning: A stackelberg game perspective,

    Y . Sarikaya and O. Ercetin, “Motivating workers in federated learning: A stackelberg game perspective,” IEEE Networking Letters , 2019

  70. [78]

    A crowdsourcing framework for on- device federated learning,

    S. R. Pandey, N. H. Tran et al., “A crowdsourcing framework for on- device federated learning,” TWC, 2020

  71. [79]

    Federated learning for edge networks: Resource optimization and incentive mechanism,

    L. U. Khan et al. , “Federated learning for edge networks: Resource optimization and incentive mechanism,” IEEE Communications Mag- azine, 2020

  72. [80]

    Incentive mechanism design for unbiased federated learning with randomized client participation,

    B. Luo, Y . Feng et al. , “Incentive mechanism design for unbiased federated learning with randomized client participation,” in ICDCS, 2023

  73. [81]

    Trading data for learning: Incentive mechanism for on-device federated learning,

    R. Hu and Y . Gong, “Trading data for learning: Incentive mechanism for on-device federated learning,” in GLOBECOM, 2020

  74. [82]

    Market analysis of distributed learning resource manage- ment for internet of things: a game-theoretic approach,

    J. Lee et al., “Market analysis of distributed learning resource manage- ment for internet of things: a game-theoretic approach,” IoT-J, 2020

  75. [83]

    Regulating workers in federated learning by yardstick competition,

    Y . Sarikaya and O. Ercetin, “Regulating workers in federated learning by yardstick competition,” in EAI Valuetools, 2020. 19

  76. [84]

    Privacy-preserving model training architecture for intelligent edge computing,

    X. Qu, Q. Hu et al. , “Privacy-preserving model training architecture for intelligent edge computing,” Computer Communications, 2020

  77. [85]

    Utility-maximizing bidding strategy for data consumers in auction-based federated learning,

    X. Tang and h. Yu, “Utility-maximizing bidding strategy for data consumers in auction-based federated learning,” in ICME, 2023

  78. [86]

    Competitive-cooperative multi-agent reinforce- ment learning for auction-based federated learning

    X. Tang and H. Yu, “Competitive-cooperative multi-agent reinforce- ment learning for auction-based federated learning.” in IJCAI, 2023

  79. [87]

    A bias-free revenue-maximizing bidding strategy for data consumers in auction-based federated learning,

    X. Tang, H. Yu et al., “A bias-free revenue-maximizing bidding strategy for data consumers in auction-based federated learning,” in IJCAI, 2024

  80. [88]

    Multi-session budget optimization for forward auction-based federated learning,

    X. ”Tang and H. Yu, “Multi-session budget optimization for forward auction-based federated learning,” arXiv preprint, 2023

  81. [89]

    A cost-aware utility-maximizing bidding strategy for auction-based federated learning,

    X. Tang and H. Yu, “A cost-aware utility-maximizing bidding strategy for auction-based federated learning,” TNNLS, 2024

  82. [90]

    Intelligent agents for auction-based federated learning: A survey,

    X. Tang, H. Yu et al. , “Intelligent agents for auction-based federated learning: A survey,” in IJCAI, 2024

  83. [91]

    Stakeholder-oriented decision support for auction-based federated learning,

    X. Tang, “Stakeholder-oriented decision support for auction-based federated learning,” in IJCAI, 2024

  84. [92]

    Fedipr: Ownership verification for federated deep neural network models,

    B. Li, L. Fan et al., “Fedipr: Ownership verification for federated deep neural network models,” TPAMI, 2022

  85. [93]

    Fedsov: Federated model secure ownership verification with unforgeable signature,

    W. Yang, G. Zhu et al. , “Fedsov: Federated model secure ownership verification with unforgeable signature,” arXiv preprint, 2023

  86. [94]

    Fedtracker: Furnishing ownership verification and traceability for federated learning model,

    S. Shao, W. Yang et al., “Fedtracker: Furnishing ownership verification and traceability for federated learning model,” TDSC, 2024

  87. [95]

    Fedcip: Federated client intellectual property protection with traitor tracking,

    J. Liang and R. Wang, “Fedcip: Federated client intellectual property protection with traitor tracking,” arXiv preprint, 2023

  88. [96]

    Waffle: Watermarking in federated learning,

    B. G. Atli, Y . Xia et al., “Waffle: Watermarking in federated learning,” arXiv preprint, 2021

  89. [97]

    Secure federated learning model verification: A client-side backdoor triggered watermarking scheme,

    X. Liu, S. Shao et al. , “Secure federated learning model verification: A client-side backdoor triggered watermarking scheme,” in 2021 IEEE International Conference on Systems, Man, and Cybernetics (SMC) , 2021

  90. [98]

    Watermarking in secure federated learning: A verification framework based on client-side backdooring,

    W. Yang, S. Shao et al., “Watermarking in secure federated learning: A verification framework based on client-side backdooring,” ACM Transactions on Intelligent Systems and Technology , 2023

  91. [99]

    Dynamic black-box model watermarking for heterogeneous federated learning,

    Y . Liao, R. Jiang et al., “Dynamic black-box model watermarking for heterogeneous federated learning,” Electronics, 2024

  92. [100]

    Federated data-efficient instruction tuning for llms,

    Z. Qin, Z. Wu et al. , “Federated data-efficient instruction tuning for llms,” arXiv preprint, 2024

  93. [101]

    Two-layer accumulated quantized compression for communication-efficient federated learning: Tlaqc,

    Y . Ren, Y . Cao et al., “Two-layer accumulated quantized compression for communication-efficient federated learning: Tlaqc,” Sci Rep, 2023

  94. [102]

    Data-free adaptive structured pruning for federated learning,

    W. Fan, K. Yang et al. , “Data-free adaptive structured pruning for federated learning,” The Journal of Supercomputing , 2024

  95. [103]

    Fedmd: Heterogenous federated learning via model distillation,

    D. Li and J. Wang, “Fedmd: Heterogenous federated learning via model distillation,” arXiv preprint, 2019

  96. [104]

    Dynabert: Dynamic bert with adaptive width and depth,

    L. Hou, Z. Huang et al., “Dynabert: Dynamic bert with adaptive width and depth,” NeurIPS, 2020

  97. [105]

    Smartmem: Layout transformation elimination and adaptation for efficient dnn execution on mobile,

    W. Niu, M. M. R. Sanim et al. , “Smartmem: Layout transformation elimination and adaptation for efficient dnn execution on mobile,” in ASPLOS, 2024

  98. [106]

    Resource-efficient federated learning with hierarchical aggregation in edge computing,

    Z. Wang, H. Xu et al. , “Resource-efficient federated learning with hierarchical aggregation in edge computing,” in INFOCOM, 2021

  99. [107]

    Mhat: An efficient model-heterogenous aggre- gation training scheme for federated learning,

    L. Hu, H. Yan et al. , “Mhat: An efficient model-heterogenous aggre- gation training scheme for federated learning,” Information Sciences , 2021

  100. [108]

    No free lunch theorem for security and utility in federated learning,

    X. Zhang, H. Gu et al., “No free lunch theorem for security and utility in federated learning,” TIST, 2022

  101. [109]

    Federated continual learning via knowledge fusion: A survey,

    X. Yang, H. Yu et al. , “Federated continual learning via knowledge fusion: A survey,” TKDE, 2024

  102. [110]

    A survey on federated unlearning: Challenges, methods, and future directions,

    Z. Liu, Y . Jiang et al., “A survey on federated unlearning: Challenges, methods, and future directions,” ACM Computing Surveys , 2024

  103. [111]

    A game-theoretic framework for privacy- preserving federated learning,

    X. Zhang, L. Fan et al. , “A game-theoretic framework for privacy- preserving federated learning,” TIST, 2024

  104. [112]

    Communication-efficient learning of deep networks from decentralized data,

    B. McMahan, E. Moore et al. , “Communication-efficient learning of deep networks from decentralized data,” in AISTATS, 2017

  105. [113]

    Federated large language model: A position paper,

    C. Chen, X. Feng et al., “Federated large language model: A position paper,” arXiv preprint, 2023

  106. [114]

    Position paper: Assessing robustness, privacy, and fairness in federated learning integrated with foundation models,

    X. Li and J. Wang, “Position paper: Assessing robustness, privacy, and fairness in federated learning integrated with foundation models,” arXiv preprint, 2024

  107. [115]

    When foundation model meets feder- ated learning: Motivations, challenges, and future directions,

    W. Zhuang, C. Chen et al. , “When foundation model meets feder- ated learning: Motivations, challenges, and future directions,” arXiv preprint, 2023

  108. [116]

    Federated foundation models: Privacy-preserving and collaborative learning for large models,

    S. Yu et al. , “Federated foundation models: Privacy-preserving and collaborative learning for large models,” in COLING, 2023

  109. [117]

    A survey on efficient federated learning methods for foundation model training,

    H. Woisetschl ¨ager, A. Isenko et al. , “A survey on efficient federated learning methods for foundation model training,” in IJCAI, 2024

  110. [118]

    Synergizing foundation models and federated learning: A survey,

    S. Li, F. Ye et al. , “Synergizing foundation models and federated learning: A survey,” arXiv preprint, 2024

  111. [119]

    Optimizing privacy, utility and efficiency in constrained multi-objective federated learning,

    Y . Kang, H. Gu et al. , “Optimizing privacy, utility and efficiency in constrained multi-objective federated learning,” TIST, 2023

  112. [120]

    Safely learning with private data: A federated learning framework for large language model,

    J. Zheng, H. Zhang et al. , “Safely learning with private data: A federated learning framework for large language model,” 2024

  113. [121]

    Can public llms help private cross-device federated learning?

    B. Wang, Y . J. Zhang et al., “Can public llms help private cross-device federated learning?” Findings of NAACL 2024 , 2024

  114. [122]

    Titanic: Towards production federated learning with llms,

    N. Su, C. Hu et al. , “Titanic: Towards production federated learning with llms,” in INFOCOM, 2024

  115. [123]

    Fedjudge: Federated legal large language model,

    L. Yue, Q. Liu et al., “Fedjudge: Federated legal large language model,” DASFAA, 2024

  116. [124]

    Gpt-4 technical report,

    OpenAI, “Gpt-4 technical report,” ArXiv, 2023

  117. [125]

    Llama: Open and efficient foundation language models,

    H. Touvron, T. Lavril et al. , “Llama: Open and efficient foundation language models,” arXiv preprint, 2023

  118. [126]

    Federated optimization in heterogeneous networks,

    T. Li, A. K. Sahu et al. , “Federated optimization in heterogeneous networks,” Proceedings of Machine learning and systems , 2020

  119. [127]

    Diprompt: Disentangled prompt tuning for multiple latent domain generalization in federated learning,

    S. Bai, J. Zhang et al. , “Diprompt: Disentangled prompt tuning for multiple latent domain generalization in federated learning,” in CVPR, 2024

  120. [128]

    pfedes: Model heterogeneous personalized feder- ated learning with feature extractor sharing,

    L. Yi, H. Yu et al., “pfedes: Model heterogeneous personalized feder- ated learning with feature extractor sharing,” arXiv preprint, 2023

  121. [129]

    Towards federated foundation models: Scalable dataset pipelines for group-structured learning,

    Z. Charles et al. , “Towards federated foundation models: Scalable dataset pipelines for group-structured learning,” in NeurIPS, 2023

  122. [130]

    Enhancing data quality in federated fine-tuning of foundation models,

    W. Zhao, Y . Du et al., “Enhancing data quality in federated fine-tuning of foundation models,” CoRR, 2024

  123. [131]

    FedBPT: Efficient federated black-box prompt tuning for llms,

    J. Sun, Z. Xu et al. , “FedBPT: Efficient federated black-box prompt tuning for llms,” in ICML, 2024

  124. [132]

    Roseagg: Robust defense against targeted collusion attacks in federated learning,

    H. Yang, W. Xi et al. , “Roseagg: Robust defense against targeted collusion attacks in federated learning,” TIFS, 2024

  125. [133]

    Fedfms: Exploring federated foundation models for med- ical image segmentation,

    Y . Liu et al., “Fedfms: Exploring federated foundation models for med- ical image segmentation,” in MICCAI, 2024

  126. [134]

    Fedkit: Enabling cross-platform federated learning for android and ios,

    S. He, B. Tang et al. , “Fedkit: Enabling cross-platform federated learning for android and ios,” in INFOCOM Workshops, 2024

  127. [135]

    Federated learning for healthcare informatics,

    J. Xu, B. S. Glicksberg et al. , “Federated learning for healthcare informatics,” Journal of Healthcare Informatics Research , 2021

  128. [136]

    Zoopfl: Exploring black-box foundation models for personalized federated learning,

    W. Lu, H. Yu et al., “Zoopfl: Exploring black-box foundation models for personalized federated learning,” arXiv preprint, 2023

  129. [137]

    Overcoming catastrophic forgetting in neural networks,

    J. Kirkpatrick, R. Pascanu et al., “Overcoming catastrophic forgetting in neural networks,” PNAS, 2017

  130. [138]

    Learning without forgetting,

    Z. Li and D. Hoiem, “Learning without forgetting,” TPAMI, 2017

  131. [139]

    Class-incremental learning: A survey,

    D.-W. Zhou, Q.-W. Wang et al., “Class-incremental learning: A survey,” TPAMI, 2024

  132. [140]

    Federated continual learning for edge-ai: A comprehensive survey,

    Z. Wang, F. Wu et al. , “Federated continual learning for edge-ai: A comprehensive survey,” ACM Comput. Surv , 2024

  133. [141]

    Distilling the knowledge in a neural network,

    G. Hinton, “Distilling the knowledge in a neural network,” arXiv preprint, 2015

  134. [142]

    An image is worth 16x16 words: Transformers for image recognition at scale,

    A. Dosovitskiy, L. Beyer et al. , “An image is worth 16x16 words: Transformers for image recognition at scale,” in ICLR, 2020

  135. [143]

    Right to be forgotten in the age of machine learning,

    Q.-V . Dang, “Right to be forgotten in the age of machine learning,” in Advances in Digital Science: ICADS 2021 , 2021

  136. [144]

    Grnn: generative regression neural network—a data leakage attack for federated learning,

    H. Ren, J. Deng et al., “Grnn: generative regression neural network—a data leakage attack for federated learning,” TIST, 2022

  137. [145]

    Quantifying memorization across neural language models,

    N. Carlini, D. Ippolito et al., “Quantifying memorization across neural language models,” in ICLR, 2023

  138. [146]

    R ´enyi divergence and kullback-leibler divergence,

    T. Van Erven and P. Harremos, “R ´enyi divergence and kullback-leibler divergence,” IEEE Transactions on Information Theory , 2014

  139. [147]

    Transfer learning via dimensionality reduction

    S. J. Pan, J. T. Kwok et al. , “Transfer learning via dimensionality reduction.” in AAAI, 2008

  140. [148]

    Learn to forget: Machine unlearning via neuron masking,

    Z. Ma, Y . Liu et al., “Learn to forget: Machine unlearning via neuron masking,” TDSC, 2022

  141. [149]

    Markov chain monte carlo-based machine unlearning: Unlearning what needs to be forgotten,

    Q. P. Nguyen et al. , “Markov chain monte carlo-based machine unlearning: Unlearning what needs to be forgotten,” in AsiaCCS, 2022

  142. [150]

    On the power of curriculum learning in training deep networks,

    G. Hacohen and D. Weinshall, “On the power of curriculum learning in training deep networks,” in ICML, 2019

  143. [151]

    Semi-hfederated learning: semi-supervised federated learning for heterogeneous devices,

    Z. Zhong, J. Wang et al., “Semi-hfederated learning: semi-supervised federated learning for heterogeneous devices,” Complex & Intelligent Systems, 2023

  144. [152]

    Q. Yang, Y . Zhang et al. , Transfer Learning. Cambridge University Press, 2020

  145. [153]

    Federated graph learning–a position paper,

    H. Zhang, T. Shen et al., “Federated graph learning–a position paper,” arXiv preprint, 2021

  146. [154]

    Federated graph machine learning: A survey of concepts, techniques, and applications,

    X. Fu, B. Zhang et al., “Federated graph machine learning: A survey of concepts, techniques, and applications,” SIGKDD, 2022

  147. [155]

    Personalized subgraph federated learning,

    J. Baek, W. Jeong et al. , “Personalized subgraph federated learning,” in ICML, 2023

  148. [156]

    Graphfm: A scalable framework for multi- graph pretraining,

    D. Lachi, M. Azabou et al., “Graphfm: A scalable framework for multi- graph pretraining,” arXiv preprint, 2024. 20

  149. [157]

    Netsafe: Exploring the topological safety of multi-agent networks,

    M. Yu, S. Wang et al. , “Netsafe: Exploring the topological safety of multi-agent networks,” arXiv preprint, 2024

  150. [158]

    Graphrouter: A graph-based router for llm selections,

    T. Feng, Y . Shen et al. , “Graphrouter: A graph-based router for llm selections,” 2024

  151. [159]

    Selective pre-training for private fine-tuning,

    D. Yu, S. Gopi et al. , “Selective pre-training for private fine-tuning,” arXiv preprint, 2023

  152. [160]

    Differential privacy,

    C. Dwork, “Differential privacy,” in ICALP, 2006

  153. [161]

    Fully homomorphic encryption using ideal lattices,

    C. Gentry, “Fully homomorphic encryption using ideal lattices,” in STOC, 2009

  154. [162]

    How to generate and exchange secrets,

    A. C.-C. Yao, “How to generate and exchange secrets,” in FOCS, 1986

  155. [163]

    L. S. Shapley, in A Value for n-person Games , 1988

  156. [164]

    The nucleolus of a characteristic function game,

    D. Schmeidler, “The nucleolus of a characteristic function game,” J. Math. Econ., 1969

  157. [165]

    Incentive allocation in vertical federated learning based on bankruptcy problem,

    A. Khan, M. t. Thij et al. , “Incentive allocation in vertical federated learning based on bankruptcy problem,” arXiv preprint, 2023

  158. [166]

    Dealing with label quality disparity in federated learning,

    Y . Chen, X. Yang et al. , “Dealing with label quality disparity in federated learning,” Federated Learning: Privacy and Incentive , 2020

  159. [167]

    Understanding black-box predictions via influence functions,

    P. W. Koh and P. Liang, “Understanding black-box predictions via influence functions,” in ICML, 2017

  160. [168]

    Rewarding high-quality data via influence functions,

    A. Richardson, A. Filos-Ratsikas et al., “Rewarding high-quality data via influence functions,” CoRR, 2019

  161. [169]

    Joint service pricing and cooperative relay communication for federated learning,

    S. Feng, D. Niyato et al., “Joint service pricing and cooperative relay communication for federated learning,” in IOT, 2019

  162. [170]

    Decomposition results for gram matrix determinants,

    T. Banica and S. Curran, “Decomposition results for gram matrix determinants,” Journal of mathematical physics , 2010

  163. [171]

    When crowdsensing meets federated learning: Privacy-preserving mobile crowdsensing system,

    B. Zhao, X. Liu et al., “When crowdsensing meets federated learning: Privacy-preserving mobile crowdsensing system,”arXiv preprint, 2021

  164. [172]

    Deep leakage from gradients,

    L. Zhu, Z. Liu et al., “Deep leakage from gradients,” in NeurIPS, 2019

  165. [173]

    Inverting gradients-how easy is it to break privacy in federated learning?

    J. Geiping, H. Bauermeister et al., “Inverting gradients-how easy is it to break privacy in federated learning?” NeurIPS, 2020

  166. [174]

    Beyond inferring class representatives: User- level privacy leakage from federated learning,

    Z. Wang, M. Song et al., “Beyond inferring class representatives: User- level privacy leakage from federated learning,” in INFOCOM, 2019

  167. [175]

    Data poisoning attacks against federated learning systems,

    V . Tolpegin, S. Truex et al., “Data poisoning attacks against federated learning systems,” in Computer security–ESORICs, 2020

  168. [176]

    Backdoor attacks and countermeasures on deep learning: A comprehensive review,

    Y . Gao, B. G. Doan et al., “Backdoor attacks and countermeasures on deep learning: A comprehensive review,” arXiv preprint, 2020

  169. [177]

    Backdoor learning: A survey,

    Y . Li, Y . Jiang et al., “Backdoor learning: A survey,” TNNLS, 2022

  170. [178]

    A learning-based incentive mechanism for federated learning,

    Y . Zhan, P. Li et al. , “A learning-based incentive mechanism for federated learning,” IoT-J, 2020

  171. [179]

    Optimal mechanism design for heterogeneous client sampling in federated learning,

    G. Liao et al. , “Optimal mechanism design for heterogeneous client sampling in federated learning,” IEEE Trans. Mob. Comput. , 2024

  172. [180]

    A privacy-preserving game model for local differential privacy by using information-theoretic approach,

    N. Wu et al., “A privacy-preserving game model for local differential privacy by using information-theoretic approach,” IEEE Access, 2020

  173. [181]

    Game theory based correlated privacy preserving analysis in big data,

    X. Wu, T. Wu et al., “Game theory based correlated privacy preserving analysis in big data,” IEEE Trans. Big Data , 2017

  174. [182]

    Generative ai for game theory-based mobile networking,

    L. He, G. Sun et al. , “Generative ai for game theory-based mobile networking,” WC, 2024

  175. [183]

    More than privacy: Adopting differential privacy in game-theoretic mechanism design,

    L. Zhang, T. Zhu et al. , “More than privacy: Adopting differential privacy in game-theoretic mechanism design,” ACM CSUR, 2021

  176. [184]

    A sustainable incentive scheme for federated learning,

    H. Yu, Z. Liu et al. , “A sustainable incentive scheme for federated learning,” IEEE Intelligent Systems , 2020

  177. [185]

    Towards trustworthy AI-empowered real-time bidding for online advertisement auctioning,

    X. Tang and H. Yu, “Towards trustworthy AI-empowered real-time bidding for online advertisement auctioning,”ACM Computing Surveys, 2024

  178. [186]

    Deep reinforcement learning assisted federated learning algorithm for data management of iiot,

    P. Zhang, C. Wang et al. , “Deep reinforcement learning assisted federated learning algorithm for data management of iiot,” TII, 2021

  179. [187]

    Resource aware clustering for tackling the heterogeneity of participants in federated learning,

    R. Mishra, H. P. Gupta et al., “Resource aware clustering for tackling the heterogeneity of participants in federated learning,” TPDS, 2024

  180. [188]

    Towards a conceptual framework for ai- driven anomaly detection in smart city iot networks for enhanced cybersecurity,

    H. Zeng, M. Yunis et al. , “Towards a conceptual framework for ai- driven anomaly detection in smart city iot networks for enhanced cybersecurity,” Journal of Innovation & Knowledge , 2024

  181. [189]

    Embedding watermarks into deep neural networks,

    Y . Uchida, Y . Nagai et al. , “Embedding watermarks into deep neural networks,” in ICMR, 2017

  182. [190]

    Deepmarks: A digital fingerprinting framework for deep neural networks,

    H. Chen, B. D. Rohani et al. , “Deepmarks: A digital fingerprinting framework for deep neural networks,” arXiv preprint, 2018

  183. [191]

    Deepsigns: An end-to-end watermarking framework for ownership protection of deep neural networks,

    B. Darvish Rouhani, H. Chen et al. , “Deepsigns: An end-to-end watermarking framework for ownership protection of deep neural networks,” in ASPLOS, 2019

  184. [192]

    Rethinking deep neural network owner- ship verification: Embedding passports to defeat ambiguity attacks,

    L. Fan, K. W. Ng et al. , “Rethinking deep neural network owner- ship verification: Embedding passports to defeat ambiguity attacks,” NeurIPS, 2019

  185. [193]

    Deepipr: Deep neural network ownership verification with passports,

    L. Fan et al. , “Deepipr: Deep neural network ownership verification with passports,” TPAMI, 2021

  186. [194]

    Turning your weakness into a strength: Watermarking deep neural networks by backdooring,

    Y . Adi, C. Baum et al. , “Turning your weakness into a strength: Watermarking deep neural networks by backdooring,” in USENIX Security, 2018

  187. [195]

    Protecting intellectual property of deep neural networks with watermarking,

    J. Zhang, Z. Gu et al., “Protecting intellectual property of deep neural networks with watermarking,” in ASIA-CCS, 2018

  188. [196]

    Who leaked the model? tracking ip infringers in accountable federated learning,

    S. Yu, J. Hong et al. , “Who leaked the model? tracking ip infringers in accountable federated learning,” in NeurIPS Workshop

  189. [197]

    Model pruning enables efficient federated learning on edge devices,

    Y . Jiang, S. Wang et al. , “Model pruning enables efficient federated learning on edge devices,” TNNLS, 2022

  190. [198]

    Federated pruning: Improving neural network efficiency with federated learning,

    R. Lin, Y . Xiao et al., “Federated pruning: Improving neural network efficiency with federated learning,” arXiv preprint, 2022

  191. [199]

    Coded dnn watermark: Robustness against pruning models using constant weight code,

    T. Yasui, T. Tanaka et al., “Coded dnn watermark: Robustness against pruning models using constant weight code,” Journal of Imaging, 2022

  192. [200]

    Watermarking vision-language pre-trained models for multi-modal embedding as a service,

    Y . Tang, J. Yuet al., “Watermarking vision-language pre-trained models for multi-modal embedding as a service,” arXiv preprint, 2023

  193. [201]

    Federated llms: Current progress and future directions,

    Y . Yao, J. Zhang et al. , “Federated llms: Current progress and future directions,” arXiv preprint, 2024

  194. [202]

    Communication-efficient federated learning,

    M. Chen, N. Shlezinger et al. , “Communication-efficient federated learning,” Proceedings of the National Academy of Sciences , 2021

  195. [203]

    Nlp from scratch without large-scale pre- training: A simple and efficient framework,

    X. Yao, Y . Zheng et al. , “Nlp from scratch without large-scale pre- training: A simple and efficient framework,” in ICML, 2022

  196. [204]

    Improving multimodal reasoning in llms via federated example selection,

    B. Fawcett, F. Ashworth et al. , “Improving multimodal reasoning in llms via federated example selection,” 2024

  197. [205]

    Federated learning of llms with parameter- efficient prompt tuning and adaptive optimization,

    T. Che, J. Liu et al. , “Federated learning of llms with parameter- efficient prompt tuning and adaptive optimization,” in EMNLP, 2023

  198. [206]

    Learning to compress prompts with gist tokens,

    J. Mu, X. Li et al., “Learning to compress prompts with gist tokens,” in NeurIPS, 2024

  199. [207]

    Fedmq: Multi-grained quantization for heterogeneous federated learning,

    M. Cao, T. Zhang et al. , “Fedmq: Multi-grained quantization for heterogeneous federated learning,” in WASA, 2024

  200. [208]

    Communication-efficient federated learning with adaptive quantization,

    Y . Mao, Z. Zhao et al. , “Communication-efficient federated learning with adaptive quantization,” TIST, 2022

  201. [209]

    Fedmef: Towards memory-efficient federated dynamic pruning,

    H. Huang, W. Zhuang et al. , “Fedmef: Towards memory-efficient federated dynamic pruning,” in CVPR, 2024

  202. [210]

    Low-rank approximation for sparse attention in multi-modal llms,

    L. Song, Y . Chen et al., “Low-rank approximation for sparse attention in multi-modal llms,” in CVPR, 2024

  203. [211]

    Melting point: Mobile evaluation of language transformers,

    S. Laskaridis, K. Katevas et al., “Melting point: Mobile evaluation of language transformers,” MobiCom, 2024

  204. [212]

    Cost-effective federated learning design,

    B. Luo, X. Li et al. , “Cost-effective federated learning design,” in INFOCOM, 2021

  205. [213]

    Tackling system and statistical heterogeneity for federated learning with adaptive client sampling,

    B. Luo et al. , “Tackling system and statistical heterogeneity for federated learning with adaptive client sampling,” in INFOCOM, 2022

  206. [214]

    Efficient memory management for large language model serving with pagedattention,

    W. Kwon, Z. Li et al. , “Efficient memory management for large language model serving with pagedattention,” in SOSP, 2023

  207. [215]

    Aggregation service for federated learning: An efficient, secure, and more resilient realization,

    Y . Zheng, S. Lai et al. , “Aggregation service for federated learning: An efficient, secure, and more resilient realization,” TDSC, 2022

  208. [216]

    Decentralized aggregation for energy-efficient federated learning via d2d communications,

    M. S. Al-Abiad et al., “Decentralized aggregation for energy-efficient federated learning via d2d communications,” IEEE Trans. Commun. , 2023

  209. [217]

    Layer-wise adaptive model aggregation for scalable federated learning,

    S. Lee, T. Zhang et al. , “Layer-wise adaptive model aggregation for scalable federated learning,” in AAAI, 2023

  210. [218]

    BatchCrypt: Efficient homomorphic encryption for Cross-Silo federated learning,

    C. Zhang, S. Li et al., “BatchCrypt: Efficient homomorphic encryption for Cross-Silo federated learning,” in USENIX ATC, 2020

  211. [219]

    Dependent task offloading for edge computing based on deep reinforcement learning,

    J. Wang, J. Hu et al., “Dependent task offloading for edge computing based on deep reinforcement learning,” TC, 2021

Pith tools

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