Pith. sign in

REVIEW 4 major objections 6 minor 104 references

Towards One-shot Federated Learning: Advances, Challenges, and Future Directions

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

Pith's one-line read One-shot federated learning can train a global model in a single round, and this survey maps the field's methods, gaps, and next steps.

desk verdict A useful but rough entry-point survey of one-shot FL whose 'comprehensive reference' framing outruns its execution; worth a serious referee, not a desk reject. read the letter →

arxiv 2505.02426 v1 pith:NKHXFEFJ submitted 2025-05-05 cs.LG cs.AIcs.DC

classification cs.LGcs.AIcs.DC
keywords FederatedLearningOne-shotCommunicationefficiencyKnowledgedistillationnon-IIDdataModelaggregationPrivacypreservationDeep
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 argues that one-shot federated learning—training a global model in a single communication round instead of many—is a realistic answer to the communication bottleneck that limits standard federated learning. It organizes the field into four method families: theory-based optimization, knowledge-distillation ensembles, data-heterogeneity handling, and adversarial robustness. It also collects the datasets and open-source implementations used across the literature and outlines open challenges in non-IID data, trustworthiness, scalability, and the privacy-accuracy trade-off. A sympathetic reader should come away with a usable map of which methods exist, when each applies, and where the field most needs new work.

What carries the argument

The load-bearing mechanism is the two-stage server-side pipeline: ensemble aggregation followed by synthetic-data distillation. A generator produces synthetic examples whose labels are chosen uniformly, and the ensemble's soft predictions supervise the final server model through KL divergence, so the quality of the synthetic set and the ensemble determine final accuracy. All four taxonomy categories are defined relative to this pipeline: theory-based methods refine the optimization objective, distillation methods improve the ensemble or the synthetic data, heterogeneity methods correct for non-IID gaps, and adversarial-robustness methods protect the pipeline.

What would settle it

Re-running the paper's stated search across the three databases and checking every included paper against the four taxonomy categories would settle the completeness claim; a result in which many core one-shot FL methods fall outside all four categories would falsify the taxonomy. Similarly, locating the announced Section 4 on open-source resources and finding it absent from the text would falsify the claim to be a comprehensive reference.

Watch

Extended reading notes

Core claim

The paper's central claim is that one-shot FL is a coherent subfield with a shared working mechanism: clients train locally once, the server builds an ensemble of their logits, and a final global model is produced by distilling that ensemble on server-generated synthetic data. The survey formalizes this as minimizing cross-entropy on the combined private data, computing the ensemble as a weighted sum of client logits, and minimizing KL divergence between the ensemble and the server model. It then claims that the field's progress can be captured by four categories and that the principal unresolved barriers are data heterogeneity, privacy and security, scalability, and privacy-accuracy trade-offs, with near-term applications in IoT, satellite constellations, healthcare, and scientific machine learning.

Load-bearing premise

The survey is useful only if its literature search was complete and its category assignments accurate; if it missed a substantial share of relevant work, or if the promised open-source section is missing, its taxonomy and recommendations will mislead readers.

Editorial extensions

If this is right

  • If the survey's picture is right, one-shot FL cuts communication from $O(mn)$ exchanges to $O(m)$, which can make collaborative training feasible on bandwidth-limited and energy-constrained clients.
  • The four-category taxonomy gives practitioners a direct selection criterion: theory-based methods when guarantees matter, distillation when no public data is allowed, heterogeneity-aware methods for non-IID silos, and robustness methods under attack.
  • The paper's open-challenge analysis implies that near-term accuracy gains will come from better server-side synthetic-data generation and privacy-aware aggregation, not from adding communication rounds.
  • Adopting the proposed benchmark metrics—accuracy, communication cost, privacy loss, and scalability—would make one-shot FL results comparable across papers for the first time.

Reading between the lines

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

  • A testable extension is that one-shot FL accuracy under extreme non-IID data should track the fidelity of server-generated synthetic data more strongly than ensemble size, since distillation transfers only what the synthetic set represents.
  • The privacy-accuracy costs reported in the survey suggest that one-shot FL may need privacy-aware synthetic-data generation, such as differentially private generators, rather than applying noise directly to the single model exchange.
  • The taxonomy's four categories are likely not disjoint; dataset-distillation methods straddle the distillation and heterogeneity categories, so a future map may need a cross-cutting axis for data-generation strategy.
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 / 6 minor

Summary. This manuscript is a survey of one-shot federated learning (One-shot FL). It motivates the single-round communication setting as a response to communication and privacy costs in classical FL, presents a mathematical formulation of the server-side aggregation problem, and organizes recent work into a taxonomy of four categories: theory-based optimization algorithms, knowledge-distillation-based ensemble methods, data heterogeneity, and adversarial robustness. It also discusses applications in Web3.0, autonomous vehicles, IoT, healthcare, recommender systems, and LEO satellite constellations, lists datasets and open-source code repositories, and closes with challenges and future directions including a proposed benchmark. The paper contains no new experimental or theoretical results; its contribution is intended to be a systematic, comprehensive map of the field.

Significance. If accurate, the survey would be a useful entry point for researchers entering one-shot FL: it collects many recent papers, provides a compact notation for the ensemble-distillation framework, and offers practical pointers to datasets and repositories. The strengths are the breadth of covered literature and the explicit resource lists. However, the paper's value is inseparable from the reliability of its map: readers rely on correct category assignments, correct dataset references, and a reproducible literature-collection procedure. The inconsistencies identified below, an irreproducible PRISMA-style count, a dataset misattribution, a misplaced privacy paper in the adversarial-robustness category, and inconsistent section numbering, undercut the comprehensiveness claim as currently stated. These are fixable within the manuscript's scope.

major comments (4)
  1. [Section 2.1.3] The reported screening flow is internally inconsistent and cannot be reproduced. The text states that 73 papers were identified by database search and 21 by manual search, giving 94 initial papers; after removing duplicates and review articles, 79 were retained; it then states that '79 papers were finally selected.' No full-text eligibility step or exclusion count is reported, so either all 79 survived full-text screening, which would be unusual for a PRISMA-style flow, or one of the counts is wrong. Since the abstract's 'thorough examination' and Section 2's claim to follow PRISMA are the paper's central evidentiary basis, the authors must provide a complete PRISMA-style flow diagram with exclusion reasons and reconcile the arithmetic. Without this, the claimed comprehensiveness cannot be checked.
  2. [Section 5.1 and Table 2] Tiny-ImageNet is attributed to Krizhevsky et al. (2009) in both the text of Section 5.1 and Table 2. Krizhevsky et al. (2009) is the CIFAR technical report and does not describe Tiny-ImageNet; Tiny-ImageNet is a derivative of ImageNet with a separate provenance. This is a factual misattribution in the dataset catalog, which is one of the paper's claimed contributions. Please replace it with the correct reference or mark the dataset as introduced by the Tiny ImageNet project, and check the surrounding dataset rows for similar errors.
  3. [Section 3.2.4] The section titled 'Adversarial Robustness' includes Andrew et al. (2023) as one of its three entries. Andrew et al. (2023) proposes one-shot empirical privacy estimation for differentially private federated learning under the Gaussian mechanism; it is a privacy-estimation paper, not a method for adversarial robustness or backdoor defenses. The same paper is discussed appropriately in Section 3.3 in a privacy context. This mismatch suggests the taxonomy categories are not carefully enforced and makes the classification of methods unreliable for readers. Either move the entry to a privacy-related category or add an explicit justification of its relevance to adversarial robustness.
  4. [Sections 1.5, 3.4, 5, and Figure 7] The paper's internal structure does not match its own roadmap. Section 1.5 promises that Section 4 will cover open-source code and tools and that Section 5 will cover challenges; the actual text jumps from Section 3.4 to Section 5, where the content is datasets and open-source codes, and Section 6 contains the challenges. Figure 7's caption refers to 'Section c.' This mismatch is more than a typo: it prevents readers from locating the promised discussion and suggests the manuscript was assembled from parts with inconsistent numbering. The section labels, the roadmap, and the figure cross-references need to be unified.
minor comments (6)
  1. [Section 3.1] The prose in Section 3.1 needs editing: 'Consider there have a set of clientsC' is ungrammatical, the text after Eq. (2) beginning 'Aw(x); {θk}nk=1 means...' is incomplete, and 'the θk-th client' should be 'the k-th client.'
  2. [Sections 3.2.2, Table 1, and Section 6.1.1] Several typos should be fixed: 'Knowledge Disllation' in the Section 3.2.2 heading, 'Comparsion' in the Table 1 caption, 'NO-IID' in a bullet in Section 3.2.4, and 'NoIID-Bench' in Section 6.1.1, which should be 'NIID-Bench.'
  3. [Section 6.1.4] In Section 6.1.4, 'Mendieta et al. demonstrated that...' lacks a year, and the corresponding reference in the bibliography is incomplete: 'Mendieta, M., Sun, G., Chen, C., . Exploring...' Provide the full citation.
  4. [Table 3 and Section 5.4] The Table 3 entry 'IntactOne Shot FL' has a repository URL containing a space and will not resolve; also, the table mixes papers discussed in the text with others such as Dennis et al. (2021) and Garin and Quintana (2023) that are not described in Section 3, so the correspondence between the taxonomy and the code list is unclear.
  5. [Section 6.3.4] The text says 'This paper presents a feasible and comprehensive benchmarking framework for One-shot FL,' but no concrete benchmark implementation or evaluation is provided; consider softening this to 'we outline requirements for a benchmarking framework.'
  6. [Section 2.2] Section 2.2 says one-shot FL was introduced at ICML 2020, but the cited foundational reference is Guha et al. (2019); clarify whether the introduction is the arXiv preprint or the ICML version to avoid confusion.

Circularity Check

0 steps flagged · score 0.0 of 10

No circularity found: the survey's organization, equations, and cited methods are independent of its claims; self-citation is background-only.

full rationale

This paper is a literature survey, not a derivation-based contribution, so the circularity patterns that apply to prediction papers do not have a target here. The load-bearing assertion is that the survey provides a systematic taxonomy and a comprehensive reference for One-shot Federated Learning. That claim is supported by the external cited literature and by the paper's own organization, not by any equation fitted to its conclusion. The only formal-looking content is Section 3.1, which restates standard textbook formulations: the cross-entropy objective in Eq. (1), the weighted ensemble in Eq. (2), and the synthetic-data distillation objectives in Eqs. (3)-(4). These are taken from the cited methods and are not used to predict or derive anything; nothing in them reduces to the survey's taxonomy or comprehensiveness claim. The one self-citation, Qi et al. (2024) by author Piccialli and coauthors, is used in Section 1.2 only as background on existing aggregation surveys and does not carry the central claim; it is not load-bearing. No uniqueness theorem is imported, no ansatz is smuggled in through citation, and no known result is renamed as a new derivation. The paper does contain non-circularity defects that a reviewer should weigh under correctness or completeness: the PRISMA flow is arithmetically inconsistent (73 + 21 = 94 initial, then 79 retained and '79 papers were finally selected' with no documented exclusion stage); Table 2 and the dataset paragraph attribute Tiny-ImageNet to Krizhevsky et al. (2009); Section 3.2.4 places Andrew et al. (2023), a privacy-loss estimation paper, under 'Adversarial Robustness'; and Section 1.5 and Figure 7 promise a Section 4 on open-source tools that the running text does not deliver (though Section 5 does present datasets and open-source code). These are internal-consistency and citation-accuracy failures, not reductions of the paper's claims to its inputs. Accordingly, under the requirement that circularity be demonstrated by quoted equations or by a self-citation chain that forces the result, the honest finding is no significant circularity, score 0.

Assumptions & free parameters 0 free parameters · 3 assumptions · 0 invented entities

No free parameters were introduced. The formulas in Section 3.1 are the standard ensemble and distillation losses from the cited literature. The survey's conclusions depend on the literature selection and on accurate secondary descriptions, both of which are only partially supported. No invented entities are proposed.

assumptions (3)
  • domain assumption The retrieved literature set is representative of the field.
    The survey's coverage and taxonomy are only as good as the PRISMA-style search in Section 2.1; the paper reports totals but no complete PRISMA flow with exclusion reasons.
  • domain assumption The descriptions and groupings of surveyed methods are faithful to the original papers.
    Section 3.2 assigns each cited work to a category; errors such as Table 2 crediting Tiny-ImageNet to Krizhevsky et al. (2009) and Section 3.2.4 listing Andrew et al. (2023) under adversarial robustness show this assumption is only partially met.
  • domain assumption One-shot FL operates in the standard setting: clients train local models, and the server aggregates without access to raw data.
    Section 3.1's formulation assumes pre-trained client models and server-side synthesis/distillation; this is the field's common setup, not an assumption introduced by this survey.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Towards One-shot Federated Learning: Advances, Challenges, and Future Directions." pith.science (2026). https://pith.science/paper/NKHXFEFJ

@misc{pith2026250502426,
  author       = {Pith},
  title        = {Pith review of: Towards One-shot Federated Learning: Advances, Challenges, and Future Directions},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/NKHXFEFJ}},
  note         = {Machine review of arXiv:2505.02426}
}
read the original abstract

One-shot FL enables collaborative training in a single round, eliminating the need for iterative communication, making it particularly suitable for use in resource-constrained and privacy-sensitive applications. This survey offers a thorough examination of One-shot FL, highlighting its distinct operational framework compared to traditional federated approaches. One-shot FL supports resource-limited devices by enabling single-round model aggregation while maintaining data locality. The survey systematically categorizes existing methodologies, emphasizing advancements in client model initialization, aggregation techniques, and strategies for managing heterogeneous data distributions. Furthermore, we analyze the limitations of current approaches, particularly in terms of scalability and generalization in non-IID settings. By analyzing cutting-edge techniques and outlining open challenges, this survey aspires to provide a comprehensive reference for researchers and practitioners aiming to design and implement One-shot FL systems, advancing the development and adoption of One-shot FL solutions in a real-world, resource-constrained scenario.

Figures

Figures reproduced from arXiv: 2505.02426 by the authors.

Figure 1
Figure 1. The training and deployment process of OSFL. [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 2
Figure 2. The structure of the survey 2.1.1 Articles search This survey conducted a targeted search across three key databases: Scopus, arXiv, and OpenReview, which are used to collect current knowledge from a variety of sources. Scopus is a comprehensive database that pro￾vides a large number of peer-reviewed journal articles and conference papers in computer science and machine learning. Considering the novelty of our surve… view at source ↗
Figure 3
Figure 3. The methodology for retrieving research articles in this study [PITH_FULL_IMAGE:figures/full_fig_p004_3.png] view at source ↗
Figures from the paper (5 more)
Figure 4
Figure 4. Figure 4: The number of included papers per year. 3.1 Working Mechanism The working mechanism of One-Shot FL is structured around three core components:(1) Problem Formulation, which defines the optimization objective for training a global model using decentralized data while mi…
Figure 5
Figure 5. Figure 5: The pipeline of One-shot FL training. models parameterized by θk are provided. To aggregate these models, we define an ensemble function: Aw(x; {θk} n k=1 ) ≜ Xn k=1 wk fk(x; θk), (2) where fk(x; θk) is the prediction function of the θk-th client, outputting logits for…
Figure 6
Figure 6. Figure 6: Edge Deployment and Application Scenarios of One-shot [PITH_FULL_IMAGE:figures/full_fig_p010_6.png]
Figure 7
Figure 7. Figure 7: Challenges and future directions in One-shot Federated [PITH_FULL_IMAGE:figures/full_fig_p011_7.png]
Figure 8
Figure 8. Figure 8: Schematic diagram of heterogeneous One-shot Federated [PITH_FULL_IMAGE:figures/full_fig_p013_8.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

104 extracted references · 50 canonical work pages

  1. [1]

    , year 2022

    author Abdou, M.A. , year 2022 . title Literature review: Efficient deep neural networks techniques for medical image analysis . journal Neural Computing and Applications volume 34 , pages 5791--5812

  2. [2]

    , author Dhasade, A

    author Allouah, Y. , author Dhasade, A. , author Guerraoui, R. , author Gupta, N. , author Kermarrec, A.M. , author Pinot, R. , author Pires, R. , author Sharma, R. , year 2024 . title Revisiting ensembling in one-shot federated learning . journal arXiv preprint arXiv:2411.07182

  3. [3]

    , author Kairouz, P

    author Andrew, G. , author Kairouz, P. , author Oh, S. , author Oprea, A. , author McMahan, H.B. , author Suriyakumar, V.M. , year 2023 . title One-shot empirical privacy estimation for federated learning . journal arXiv preprint arXiv:2302.03098

  4. [4]

    , author Andr \'e da Costa, C

    author Antunes, R.S. , author Andr \'e da Costa, C. , author K \"u derle, A. , author Yari, I.A. , author Eskofier, B. , year 2022 . title Federated learning for healthcare: Systematic review and architecture proposal . journal ACM Transactions on Intelligent Systems and Technology (TIST) volume 13 , pages 1--23

  5. [5]

    , author Wahab, O.A

    author Arisdakessian, S. , author Wahab, O.A. , author Mourad, A. , author Otrok, H. , author Guizani, M. , year 2022 . title A survey on iot intrusion detection: Federated learning, game theory, social psychology, and explainable ai as future directions . journal IEEE Internet of Things Journal volume 10 , pages 4059--4092

  6. [6]

    , author McLennan, G

    author Armato III, S. , author McLennan, G. , author Bidaut, L. , author McNitt-Gray, M. , author Meyer, C. , author Reeves, A. , author Zhao, B. , author Aberle, D. , author Henschke, C. , author Hoffman, E. , et al., year 2015 . title Data from lidc-idri [data set]. the cancer imaging archive

  7. [7]

    , author Papaioannou, P

    author Barmpoutis, P. , author Papaioannou, P. , author Dimitropoulos, K. , author Grammalidis, N. , year 2020 . title A review on early forest fire detection systems using optical remote sensing . journal Sensors , pages 6442 http://dx.doi.org/10.3390/s20226442, :10.3390/s20226442

  8. [8]

    , author Banerjee, P

    author Bhattamisra, S.K. , author Banerjee, P. , author Gupta, P. , author Mayuren, J. , author Patra, S. , author Candasamy, M. , year 2023 . title Artificial intelligence in pharmaceutical and healthcare research . journal Big Data and Cognitive Computing volume 7 , pages 10

Show all 104 references
  1. [9]

    , author Guillaumin, M

    author Bossard, L. , author Guillaumin, M. , author Van Gool, L. , year 2014 . title Food-101--mining discriminative components with random forests , in: booktitle Computer vision--ECCV 2014: 13th European conference, zurich, Switzerland, September 6-12, 2014, proceedings, par...

  2. [10]

    , author Duddu, S.M.K

    author Caldas, S. , author Duddu, S.M.K. , author Wu, P. , author Li, T. , author Kone c n \`y , J. , author McMahan, H.B. , author Smith, V. , author Talwalkar, A. , year 2018 . title Leaf: A benchmark for federated settings . journal arXiv preprint arXiv:1812.01097

  3. [11]

    , author Lin, S

    author Chen, L. , author Lin, S. , author Lu, X. , author Cao, D. , author Wu, H. , author Guo, C. , author Liu, C. , author Wang, F.Y. , year 2021 . title Deep neural network based vehicle and pedestrian detection for autonomous driving: A survey . journal IEEE Transactions o...

  4. [12]

    , author Zhou, C

    author Chen, Z. , author Zhou, C. , author Jiang, Z. , year 2024 . title One-shot federated learning with label differential privacy . journal Electronics volume 13 , pages 1815

  5. [13]

    , author Vendt, B

    author Clark, K. , author Vendt, B. , author Smith, K. , author Freymann, J. , author Kirby, J. , author Koppel, P. , author Moore, S. , author Phillips, S. , author Maffitt, D. , author Pringle, M. , et al., year 2013 . title The cancer imaging archive (tcia): maintaining and...

  6. [14]

    , author Gutman, D

    author Codella, N.C. , author Gutman, D. , author Celebi, M.E. , author Helba, B. , author Marchetti, M.A. , author Dusza, S.W. , author Kalloo, A. , author Liopyris, K. , author Mishra, N. , author Kittler, H. , et al., year 2018 . title Skin lesion analysis toward melanoma d...

  7. [15]

    , author Codella, N.C

    author Combalia, M. , author Codella, N.C. , author Rotemberg, V. , author Helba, B. , author Vilaplana, V. , author Reiter, O. , author Carrera, C. , author Barreiro, A. , author Halpern, A.C. , author Puig, S. , et al., year 2019 . title Bcn20000: Dermoscopic lesions in the ...

  8. [16]

    , author Zhang, Y

    author Dai, R. , author Zhang, Y. , author Li, A. , author Liu, T. , author Yang, X. , author Han, B. , year 2024 . title Enhancing one-shot federated learning through data and ensemble co-boosting . journal arXiv preprint arXiv:2402.15070

  9. [17]

    , author Bogacka, K

    author Danilenka, A. , author Bogacka, K. , author Wasielewska-Michniewska, K. , year 2023 . title One-shot federated learning with self-adversarial data , in: booktitle 2023 18th Conference on Computer Science and Intelligence Systems (FedCSIS) , organization IEEE . pp. pages...

  10. [18]

    , author Crowley, E.J

    author Darlow, L.N. , author Crowley, E.J. , author Antoniou, A. , author Storkey, A.J. , year 2018 . title Cinic-10 is not imagenet or cifar-10 . journal arXiv preprint arXiv:1810.03505

  11. [19]

    , author Li, T

    author Dennis, D.K. , author Li, T. , author Smith, V. , year 2021 . title Heterogeneity for the win: One-shot federated clustering , in: booktitle International Conference on Machine Learning , organization PMLR . pp. pages 2611--2620

  12. [20]

    , author Li, Q

    author Diao, Y. , author Li, Q. , author He, B. , year 2023 . title Towards addressing label skews in one-shot federated learning , in: booktitle The Eleventh International Conference on Learning Representations

  13. [21]

    , year 2000

    author Domingos, P. , year 2000 . title A unified bias-variance decomposition , in: booktitle Proceedings of 17th international conference on machine learning , organization Morgan Kaufmann Stanford . pp. pages 231--238

  14. [22]

    , author Zhao, B

    author Dong, T. , author Zhao, B. , author Lyu, L. , year 2022 . title Privacy for free: How does dataset condensation help privacy? , in: booktitle International Conference on Machine Learning , organization PMLR . pp. pages 5378--5396

  15. [23]

    , author Roosta, T.G

    author Dupuy, C. , author Roosta, T.G. , author Long, L. , author Chung, C. , author Gupta, R. , author Avestimehr, S. , year 2022 . title Learnings from federated learning in the real world , in: booktitle ICASSP 2022-2022 IEEE International Conference on Acoustics, Speech an...

  16. [24]

    , author Roth, A

    author Dwork, C. , author Roth, A. , year 2013 . title The algorithmic foundations of differential privacy . journal Foundations and Trends® in Theoretical Computer Science , pages 211–407 http://dx.doi.org/10.1561/0400000042, :10.1561/0400000042

  17. [25]

    , author Luo, T

    author Elmahallawy, M. , author Luo, T. , year 2023 . title One-shot federated learning for leo constellations that reduces convergence time from days to 90 minutes , in: booktitle 2023 24th IEEE International Conference on Mobile Data Management (MDM) , organization IEEE . pp...

  18. [26]

    , author Bhattarai, M

    author Eren, M.E. , author Bhattarai, M. , author Solovyev, N. , author Richards, L.E. , author Yus, R. , author Nicholas, C. , author Alexandrov, B.S. , year 2022 . title One-shot federated group collaborative filtering , in: booktitle 2022 21st IEEE International Conference ...

  19. [27]

    , year 2022

    author Federated, T. , year 2022 . title Tensorflow federated stack overflow dataset

  20. [28]

    , author De Mathelin, A

    author Garin, M. , author De Mathelin, A. , author Mougeot, M. , author Vayatis, N. , year 2023 . title Personalized one-shot collaborative learning , in: booktitle 2023 IEEE 35th International Conference on Tools with Artificial Intelligence (ICTAI) , organization IEEE . pp. ...

  21. [29]

    , author Quintana, G.I

    author Garin, M. , author Quintana, G.I. , year 2023 . title Incidence of the sample size distribution on one-shot federated learning . journal Image Processing On Line volume 13 , pages 57--64

  22. [30]

    , author Klein, T

    author Geyer, R.C. , author Klein, T. , author Nabi, M. , year 2017 . title Differentially private federated learning: A client level perspective . journal arXiv preprint arXiv:1712.07557

  23. [31]

    , author Kriegel, H.P

    author Graf, F. , author Kriegel, H.P. , author Schubert, M. , author P \"o lsterl, S. , author Cavallaro, A. , year 2011 . title 2d image registration in ct images using radial image descriptors , in: booktitle Medical Image Computing and Computer-Assisted Intervention--MICCA...

  24. [32]

    , author Talwalkar, A

    author Guha, N. , author Talwalkar, A. , author Smith, V. , year 2019 . title One-shot federated learning . journal arXiv preprint arXiv:1902.11175

  25. [33]

    , author Liang, X

    author Han, J. , author Liang, X. , author Xu, H. , author Chen, K. , author Hong, L. , author Mao, J. , author Ye, C. , author Zhang, W. , author Li, Z. , author Liang, X. , et al., year 2021 . title Soda10m: A large-scale 2d self/semi-supervised object detection dataset for ...

  26. [34]

    , author Luz-Ricca, E

    author Heinbaugh, C.E. , author Luz-Ricca, E. , author Shao, H. , year 2023 . title Data-free one-shot federated learning under very high statistical heterogeneity , in: booktitle The Eleventh International Conference on Learning Representations

  27. [35]

    , author Isensee, F

    author Heller, N. , author Isensee, F. , author Maier-Hein, K.H. , author Hou, X. , author Xie, C. , author Li, F. , author Nan, Y. , author Mu, G. , author Lin, Z. , author Han, M. , et al., year 2021 . title The state of the art in kidney and kidney tumor segmentation in con...

  28. [36]

    , author Sathianathen, N

    author Heller, N. , author Sathianathen, N. , author Kalapara, A. , author Walczak, E. , author Moore, K. , author Kaluzniak, H. , author Rosenberg, J. , author Blake, P. , author Rengel, Z. , author Oestreich, M. , et al., year 2019 . title The kits19 challenge data: 300 kidn...

  29. [37]

    , author Bars, B.L

    author Humbert, P. , author Bars, B.L. , author Bellet, A. , author Arlot, S. , year 2024 . title Marginal and training-conditional guarantees in one-shot federated conformal prediction . journal arXiv preprint arXiv:2405.12567

  30. [38]

    , author Thakker, U

    author Imteaj, A. , author Thakker, U. , author Wang, S. , author Li, J. , author Amini, M.H. , year 2021 . title A survey on federated learning for resource-constrained iot devices . journal IEEE Internet of Things Journal volume 9 , pages 1--24

  31. [39]

    , author Wang, S

    author Jhunjhunwala, D. , author Wang, S. , author Joshi, G. , year 2024 . title Fedfisher: Leveraging fisher information for one-shot federated learning , in: booktitle International Conference on Artificial Intelligence and Statistics , organization PMLR . pp. pages 1612--1620

  32. [40]

    , author Duan, M

    author Jiang, L. , author Duan, M. , author He, B. , author Sun, Y. , author Yan, P. , author Hua, Y. , author Song, T. , year 2024 . title Ofl-w3: A one-shot federated learning system on web 3.0 . journal arXiv preprint arXiv:2408.07096

  33. [41]

    , author Chikontwe, P

    author Kang, M. , author Chikontwe, P. , author Kim, S. , author Jin, K.H. , author Adeli, E. , author Pohl, K.M. , author Park, S.H. , year 2023 . title One-shot federated learning on medical data using knowledge distillation with image synthesis and client model adaptation ,...

  34. [42]

    , author Kale, S

    author Karimireddy, S.P. , author Kale, S. , author Mohri, M. , author Reddi, S.J. , author Stich, S.U. , author Suresh, A.T. , year 2019 . title Scaffold: Stochastic controlled averaging for on-device federated learning . journal arXiv preprint arXiv:1910.06378 volume 2

  35. [43]

    , author Polychroniadou, A

    author Karthikeyan, H. , author Polychroniadou, A. , year 2024 . title Opa: one-shot private aggregation with single client interaction and its applications to federated learning , in: booktitle International Workshop on Federated Foundation Models in Conjunction with NeurIPS 2024

  36. [44]

    , author Hinton, G

    author Krizhevsky, A. , author Hinton, G. , et al., year 2009 . title Learning multiple layers of features from tiny images

  37. [45]

    , author Bottou, L

    author LeCun, Y. , author Bottou, L. , author Bengio, Y. , author Haffner, P. , year 1998 . title Gradient-based learning applied to document recognition . journal Proceedings of the IEEE volume 86 , pages 2278--2324

  38. [46]

    , author Jeong, M

    author Lee, G. , author Jeong, M. , author Shin, Y. , author Bae, S. , author Yun, S.Y. , year 2022 . title Preservation of the global knowledge by not-true distillation in federated learning . journal Advances in Neural Information Processing Systems volume 35 , pages 38461--38474

  39. [47]

    , author Wang, J

    author Li, D. , author Wang, J. , year 2019 . title Fedmd: Heterogenous federated learning via model distillation . journal arXiv preprint arXiv:1910.03581

  40. [48]

    , author Zhang, Y

    author Li, J. , author Zhang, Y. , author Li, Y. , author Gong, X. , author Wang, W. , year 2024 . title Fedsparse: A communication-efficient federated learning framework based on sparse updates . journal Electronics volume 13 , pages 5042

  41. [49]

    , author Diao, Y

    author Li, Q. , author Diao, Y. , author Chen, Q. , author He, B. , year 2022 a. title Federated learning on non-iid data silos: An experimental study , in: booktitle 2022 IEEE 38th international conference on data engineering (ICDE) , organization IEEE . pp. pages 965--978

  42. [50]

    , author He, B

    author Li, Q. , author He, B. , author Song, D. , year 2020 a. title Practical one-shot federated learning for cross-silo setting . journal arXiv preprint arXiv:2010.01017

  43. [51]

    , author Sahu, A.K

    author Li, T. , author Sahu, A.K. , author Zaheer, M. , author Sanjabi, M. , author Talwalkar, A. , author Smith, V. , year 2020 b. title Federated optimization in heterogeneous networks . journal Proceedings of Machine learning and systems volume 2 , pages 429--450

  44. [52]

    , author Chen, Y

    author Li, Y. , author Chen, Y. , author Zhu, K. , author Bai, C. , author Zhang, J. , year 2022 b. title An effective federated learning verification strategy and its applications for fault diagnosis in industrial iot systems . journal IEEE Internet of Things Journal volume 9...

  45. [53]

    , author He, Y

    author Li, Z. , author He, Y. , author Yu, H. , author Kang, J. , author Li, X. , author Xu, Z. , author Niyato, D. , year 2022 c. title Data heterogeneity-robust federated learning via group client selection in industrial iot . journal IEEE Internet of Things Journal volume 9...

  46. [54]

    , author Bandi, P

    author Litjens, G. , author Bandi, P. , author Ehteshami Bejnordi, B. , author Geessink, O. , author Balkenhol, M. , author Bult, P. , author Halilovic, A. , author Hermsen, M. , author Van de Loo, R. , author Vogels, R. , et al., year 2018 . title 1399 h&e-stained sentinel ly...

  47. [55]

    , author Liu, L

    author Liu, X. , author Liu, L. , author Ye, F. , author Shen, Y. , author Li, X. , author Jiang, L. , author Li, J. , year 2024 . title Fedlpa: One-shot federated learning with layer-wise posterior aggregation , in: booktitle The Thirty-eighth Annual Conference on Neural Info...

  48. [56]

    , author Tang, Z

    author Liu, X. , author Tang, Z. , author Li, X. , author Song, Y. , author Ji, S. , author Liu, Z. , author Han, B. , author Jiang, L. , author Li, J. , year 2025 . title One-shot federated learning methods: A practical guide . journal arXiv preprint arXiv:2502.09104

  49. [57]

    , author Yver Kwok, C

    author Lucas, D.D. , author Yver Kwok, C. , author Cameron-Smith, P. , author Graven, H. , author Bergmann, D. , author Guilderson, T.P. , author Weiss, R. , author Keeling, R. , year 2015 . title Designing optimal greenhouse gas observing networks that consider performance an...

  50. [58]

    , author Zhuo, W

    author Luo, J. , author Zhuo, W. , author Xu, B. , year 2024 a. title A deep neural network-based assistive decision method for financial risk prediction in carbon trading market . journal Journal of Circuits, Systems and Computers volume 33 , pages 2450153

  51. [59]

    , author Wang, S

    author Luo, K. , author Wang, S. , author Fu, Y. , author Shao, R. , author Li, X. , author Lan, Y. , author Gao, M. , author Shu, J. , year 2024 b. title Dfdg: Data-free dual-generator adversarial distillation for one-shot federated learning . journal arXiv preprint arXiv:2409.07734

  52. [60]

    , author Moore, E

    author McMahan, B. , author Moore, E. , author Ramage, D. , author Hampson, S. , author y Arcas, B.A. , year 2017 . title Communication-efficient learning of deep networks from decentralized data , in: booktitle Artificial intelligence and statistics , organization PMLR . pp. ...

  53. [61]

    , author Sun, G

    author Mendieta, M. , author Sun, G. , author Chen, C. , . title Exploring the effectiveness of diffusion models in one-shot federated learning

  54. [62]

    , author Sun, G

    author Mendieta, M. , author Sun, G. , author Chen, C. , year 2024 . title Navigating heterogeneity and privacy in one-shot federated learning with diffusion models . journal arXiv preprint arXiv:2405.01494

  55. [63]

    , author Mokhtar, S.B

    author Messaoud, A.A. , author Mokhtar, S.B. , author Nitu, V. , author Schiavoni, V. , year 2022 . title Shielding federated learning systems against inference attacks with arm trustzone , in: booktitle Proceedings of the 23rd ACM/IFIP International Middleware Conference , pp...

  56. [64]

    , author Wang, T

    author Netzer, Y. , author Wang, T. , author Coates, A. , author Bissacco, A. , author Wu, B. , author Ng, A.Y. , et al., year 2011 . title Reading digits in natural images with unsupervised feature learning , in: booktitle NIPS workshop on deep learning and unsupervised featu...

  57. [65]

    , author Cosley, D

    author O’connor, M. , author Cosley, D. , author Konstan, J.A. , author Riedl, J. , year 2001 . title Polylens: A recommender system for groups of users , in: booktitle ECSCW 2001: Proceedings of the Seventh European conference on computer supported cooperative work 16--20 Sep...

  58. [66]

    , author Ying, Z

    author Pan, Z. , author Ying, Z. , author Wang, Y. , author Zhang, C. , author Li, C. , author Zhu, L. , year 2024 . title One-shot backdoor removal for federated learning . journal IEEE Internet of Things Journal

  59. [67]

    , author Sparks, R

    author P \'e rez-Garc \' a, F. , author Sparks, R. , author Ourselin, S. , year 2021 . title Torchio: a python library for efficient loading, preprocessing, augmentation and patch-based sampling of medical images in deep learning . journal Computer methods and programs in biom...

  60. [68]

    , author Munoz-Martin, J.F

    author Perez-Portero, A. , author Munoz-Martin, J.F. , author Park, H. , author Camps, A. , year 2021 . title Airborne gnss-r: A key enabling technology for environmental monitoring . journal IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing , pa...

  61. [69]

    , author Chiaro, D

    author Qi, P. , author Chiaro, D. , author Guzzo, A. , author Ianni, M. , author Fortino, G. , author Piccialli, F. , year 2024 . title Model aggregation techniques in federated learning: A comprehensive survey . journal Future Generation Computer Systems volume 150 , pages 272--293

  62. [70]

    , author Bentahar, J

    author Rjoub, G. , author Bentahar, J. , author Wahab, O.A. , year 2023 . title Explainable trust-aware selection of autonomous vehicles using lime for one-shot federated learning , in: booktitle 2023 International Wireless Communications and Mobile Computing (IWCMC) , pp. pag...

  63. [71]

    , author Bentahar, J

    author Rjoub, G. , author Bentahar, J. , author Wahab, O.A. , author Drawel, N. , year 2022 . title One-shot federated learning-based model-free reinforcement learning , in: booktitle The International Conference on Deep Learning, Big Data and Blockchain , organization Springe...

  64. [72]

    , author Sharifnassab, A

    author Salehkaleybar, S. , author Sharifnassab, A. , author Golestani, S.J. , year 2021 . title One-shot federated learning: theoretical limits and algorithms to achieve them . journal Journal of Machine Learning Research volume 22 , pages 1--47

  65. [73]

    , author Korjakow, T

    author Sattler, F. , author Korjakow, T. , author Rischke, R. , author Samek, W. , year 2021 . title Fedaux: Leveraging unlabeled auxiliary data in federated learning . journal IEEE Transactions on Neural Networks and Learning Systems volume 34 , pages 5531--5543

  66. [74]

    , year 2024

    author Shafik, W. , year 2024 . title Digital healthcare systems in a federated learning perspective , in: booktitle Federated Learning for Digital Healthcare Systems . publisher Elsevier , pp. pages 1--35

  67. [75]

    , author Lau, V.K

    author Shah, S.M. , author Lau, V.K. , year 2021 . title Model compression for communication efficient federated learning . journal IEEE Transactions on Neural Networks and Learning Systems volume 34 , pages 5937--5951

  68. [76]

    , author Hanif, M.A

    author Shaheen, K. , author Hanif, M.A. , author Hasan, O. , author Shafique, M. , year 2022 . title Continual learning for real-world autonomous systems: Algorithms, challenges and frameworks . journal Journal of Intelligent & Robotic Systems volume 105 , pages 9

  69. [77]

    , author Hwang, C

    author Shin, M. , author Hwang, C. , author Kim, J. , author Park, J. , author Bennis, M. , author Kim, S.L. , year 2020 . title Xor mixup: Privacy-preserving data augmentation for one-shot federated learning . journal arXiv preprint arXiv:2006.05148

  70. [78]

    , author Liu, D

    author Song, R. , author Liu, D. , author Chen, D.Z. , author Festag, A. , author Trinitis, C. , author Schulz, M. , author Knoll, A. , year 2023 a. title Federated learning via decentralized dataset distillation in resource-constrained edge environments , in: booktitle 2023 I...

  71. [79]

    , author Xu, R

    author Song, R. , author Xu, R. , author Festag, A. , author Ma, J. , author Knoll, A. , year 2023 b. title Fedbevt: Federated learning bird's eye view perception transformer in road traffic systems . journal IEEE Transactions on Intelligent Vehicles

  72. [80]

    , author Li, B

    author Su, S. , author Li, B. , author Xue, X. , year 2023 . title One-shot federated learning without server-side training . journal Neural Networks volume 164 , pages 203--215

  73. [81]

    , author Zhang, Y

    author Tang, Z. , author Zhang, Y. , author Dong, P. , author Cheung, Y.m. , author Zhou, A.C. , author Han, B. , author Chu, X. , year 2024 . title Fusefl: One-shot federated learning through the lens of causality with progressive model fusion . journal arXiv preprint arXiv:2...

  74. [82]

    , author Mason, I

    author Tao, Z. , author Mason, I. , author Kulkarni, S. , author Boix, X. , year 2024 . title Task arithmetic through the lens of one-shot federated learning . https://arxiv.org/abs/2411.18607, arXiv:2411.18607 http://arxiv.org/abs/2411.18607

  75. [83]

    , author Ayed, S.S

    author Ogier du Terrail, J. , author Ayed, S.S. , author Cyffers, E. , author Grimberg, F. , author He, C. , author Loeb, R. , author Mangold, P. , author Marchand, T. , author Marfoq, O. , author Mushtaq, E. , et al., year 2022 . title Flamby: Datasets and benchmarks for cros...

  76. [84]

    , year 2015

    author Trindade, A. , year 2015 . title ElectricityLoadDiagrams20112014 . howpublished UCI Machine Learning Repository . note DOI : https://doi.org/10.24432/C58C86

  77. [85]

    , author Salvatore, M

    author Tubiello, F.N. , author Salvatore, M. , author Rossi, S. , author Ferrara, A. , author Fitton, N. , author Smith, P. , year 2013 . title The faostat database of greenhouse gas emissions from agriculture . journal Environmental Research Letters volume 8 , pages 015009

  78. [86]

    , author Liu, Q

    author Wang, J. , author Liu, Q. , author Liang, H. , author Joshi, G. , author Poor, H.V. , year 2020 a. title Tackling the objective inconsistency problem in heterogeneous federated optimization . journal Advances in neural information processing systems volume 33 , pages 7611--7623

  79. [87]

    , author Deng, Y

    author Wang, N. , author Deng, Y. , author Feng, W. , author Fan, S. , author Yin, J. , author Ng, S.K. , year 2024 . title One-shot sequential federated learning for non-iid data by enhancing local model diversity , in: booktitle Proceedings of the 32nd ACM International Conf...

  80. [88]

    , author Feng, W

    author Wang, N. , author Feng, W. , author Duan, M. , author Liu, F. , author Ng, S.K. , et al., year 2023 . title Data-free diversity-based ensemble selection for one-shot federated learning . journal Transactions on Machine Learning Research

  81. [89]

    , author Tong, Y

    author Wang, Y. , author Tong, Y. , author Shi, D. , year 2020 b. title Federated latent dirichlet allocation: A local differential privacy based framework , in: booktitle Proceedings of the AAAI Conference on Artificial Intelligence , pp. pages 6283--6290

  82. [90]

    , year 2014

    author Wood, G. , year 2014 . title Ethereum: A secure decentralised generalised transaction ledger . journal Ethereum Project Yellow Paper

  83. [91]

    , author Cheng, D

    author Xiang, S. , author Cheng, D. , author Shang, C. , author Zhang, Y. , author Liang, Y. , year 2022 . title Temporal and heterogeneous graph neural network for financial time series prediction , in: booktitle Proceedings of the 31st ACM international conference on informa...

  84. [92]

    , author Rasul, K

    author Xiao, H. , author Rasul, K. , author Vollgraf, R. , year 2017 . title Fashion-mnist: a novel image dataset for benchmarking machine learning algorithms . journal arXiv preprint arXiv:1708.07747

  85. [93]

    , author Su, S

    author Yang, M. , author Su, S. , author Li, B. , author Xue, X. , year 2023 . title One-shot federated learning with classifier-guided diffusion models

  86. [94]

    , author Su, S

    author Yang, M. , author Su, S. , author Li, B. , author Xue, X. , year 2024 . title Exploring one-shot semi-supervised federated learning with pre-trained diffusion models , in: booktitle Proceedings of the AAAI Conference on Artificial Intelligence , pp. pages 16325--16333

  87. [95]

    , author Liu, Z

    author Yu, H. , author Liu, Z. , author Liu, Y. , author Chen, T. , author Cong, M. , author Weng, X. , author Niyato, D. , author Yang, Q. , year 2020 . title A fairness-aware incentive scheme for federated learning , in: booktitle Proceedings of the AAAI/ACM Conference on AI...

  88. [96]

    , author Agarwal, M

    author Yurochkin, M. , author Agarwal, M. , author Ghosh, S. , author Greenewald, K. , author Hoang, N. , author Khazaeni, Y. , year 2019 . title Bayesian nonparametric federated learning of neural networks , in: booktitle International conference on machine learning , organiz...

  89. [97]

    , author Xu, M

    author Zeng, H. , author Xu, M. , author Zhou, T. , author Wu, X. , author Kang, J. , author Cai, Z. , author Niyato, D. , year 2024 . title One-shot-but-not-degraded federated learning , in: booktitle Proceedings of the 32nd ACM International Conference on Multimedia , pp. pa...

  90. [98]

    , author Liu, L

    author Zhang, H. , author Liu, L. , author Lu, L. , year 2024 a. title Federated scientific machine learning for approximating functions and solving differential equations with data heterogeneity . journal arXiv preprint arXiv:2410.13141

  91. [99]

    , author Chen, C

    author Zhang, J. , author Chen, C. , author Li, B. , author Lyu, L. , author Wu, S. , author Ding, S. , author Shen, C. , author Wu, C. , year 2022 . title Dense: Data-free one-shot federated learning . journal Advances in Neural Information Processing Systems volume 35 , page...

  92. [100]

    , author Liu, S

    author Zhang, J. , author Liu, S. , author Wang, X. , year 2024 b. title One-shot federated learning via synthetic distiller-distillate communication . journal arXiv preprint arXiv:2412.05186

  93. [101]

    , year 2023

    author Zhao, H. , year 2023 . title Non-iid quantum federated learning with one-shot communication complexity . journal Quantum Machine Intelligence volume 5 , pages 3

  94. [102]

    , author Mao, Y

    author Zhao, Z. , author Mao, Y. , author Liu, Y. , author Song, L. , author Ouyang, Y. , author Chen, X. , author Ding, W. , year 2023 . title Towards efficient communications in federated learning: A contemporary survey . journal Journal of the Franklin Institute volume 360 ...

  95. [103]

    , author Pu, G

    author Zhou, Y. , author Pu, G. , author Ma, X. , author Li, X. , author Wang, D. , year 2020 . title Distilled one-shot federated learning . journal arXiv: Learning,arXiv: Learning

  96. [104]

    , author Hong, J

    author Zhu, Z. , author Hong, J. , author Zhou, J. , year 2021 . title Data-free knowledge distillation for heterogeneous federated learning , in: booktitle International conference on machine learning , organization PMLR . pp. pages 12878--12889

Pith tools

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