<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Publishing DTD v1.4 20241031//EN" "JATS-journalpublishing1-4.dtd">
<article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" article-type="research-article" dtd-version="1.4" xml:lang="en">
  <front>
    <journal-meta>
      <journal-id journal-id-type="publisher-id">jis</journal-id>
      <journal-title-group>
        <journal-title>Journal of Information Security</journal-title>
      </journal-title-group>
      <issn pub-type="epub">2153-1242</issn>
      <issn pub-type="ppub">2153-1234</issn>
      <publisher>
        <publisher-name>Scientific Research Publishing</publisher-name>
      </publisher>
    </journal-meta>
    <article-meta>
      <article-id pub-id-type="doi">10.4236/jis.2026.174018</article-id>
      <article-id pub-id-type="publisher-id">jis-153174</article-id>
      <article-categories>
        <subj-group>
          <subject>Article</subject>
        </subj-group>
        <subj-group>
          <subject>Computer Science</subject>
          <subject>Communications</subject>
        </subj-group>
      </article-categories>
      <title-group>
        <article-title>Evaluating Data-Protection Mechanisms in Federated Learning: A Performance-Centric Analysis</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <name name-style="western">
            <surname>Nyapete</surname>
            <given-names>Mitende Nicholus</given-names>
          </name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <name name-style="western">
            <surname>Omolo</surname>
            <given-names>Richard</given-names>
          </name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <name name-style="western">
            <surname>Masinde</surname>
            <given-names>Newton</given-names>
          </name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
      </contrib-group>
      <aff id="aff1"><label>1</label> Department of Computer Science and Software Engineering, Jaramogi Oginga Odinga University of Science and Technology, Bondo, Kenya </aff>
      <author-notes>
        <fn fn-type="conflict" id="fn-conflict">
          <p>The authors declare no conflicts of interest regarding the publication of this paper.</p>
        </fn>
      </author-notes>
      <pub-date pub-type="epub">
        <day>14</day>
        <month>08</month>
        <year>2026</year>
      </pub-date>
      <pub-date pub-type="collection">
        <month>08</month>
        <year>2026</year>
      </pub-date>
      <volume>17</volume>
      <issue>04</issue>
      <fpage>393</fpage>
      <lpage>405</lpage>
      <history>
        <date date-type="received">
          <day>11</day>
          <month>07</month>
          <year>2026</year>
        </date>
        <date date-type="accepted">
          <day>11</day>
          <month>08</month>
          <year>2026</year>
        </date>
        <date date-type="published">
          <day>14</day>
          <month>08</month>
          <year>2026</year>
        </date>
      </history>
      <permissions>
        <copyright-statement>© 2026 by the authors and Scientific Research Publishing Inc.</copyright-statement>
        <copyright-year>2026</copyright-year>
        <license license-type="open-access">
          <license-p> This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license ( <ext-link ext-link-type="uri" xlink:href="https://creativecommons.org/licenses/by/4.0/">https://creativecommons.org/licenses/by/4.0/</ext-link> ). </license-p>
        </license>
      </permissions>
      <self-uri content-type="doi" xlink:href="https://doi.org/10.4236/jis.2026.174018">https://doi.org/10.4236/jis.2026.174018</self-uri>
      <abstract>
        <p><bold>Background:</bold>Federated learning enables multiple participants to train ML models collaboratively without exposing or sharing raw data, making FL attractive approach for privacy-sensible applications. To reduce residual leakage risks in shared model updates, studies have proposed several data-protection mechanisms, including differential privacy, homomorphic encryption, secure multi-party computation, secure aggregation protocols, federated averaging with secure aggregation, model distillation, regularization, and client-side anonymization. While these mechanisms are regularly evaluated for the strength of guarantees they provide, their performance implications: computational overhead, communication cost, model accuracy, and scalability are comparatively under-examined as a harmonized basis for practical selection. <bold>Method:</bold>The study conducted a systematic comparative analysis of eight data-protection mechanisms in federated learning, evaluating them using performance metrics. Drawing on a structured analysis of the most recent innovations, the study developed a comparison framework, applied it consistently across mechanisms, and presented the resulting trade-offs in tabular and narrative form. <bold>Results:</bold>The study found that lightweight mechanisms: secure aggregation, model distillation, and regularization techniques offer the most favourable performance profiles for resource-constrained, large-scale deployments, while the cryptographic approach: homomorphic encryption and secure multi-party computation impose substantial computational and communication burdens that limit technique scalability. <bold>Conclusion:</bold>The study concludes that, with practical guidance for mechanism selection based on deployment context, it outlines directions for future performance-oriented research in federated learning.</p>
      </abstract>
      <kwd-group kwd-group-type="author-generated" xml:lang="en">
        <kwd>Differential Privacy</kwd>
        <kwd>Homomorphic Encryption</kwd>
        <kwd>Secure Multi-Party Computation</kwd>
        <kwd>Secure Aggregation</kwd>
        <kwd>Federated Averaging</kwd>
        <kwd>Model Distillation</kwd>
        <kwd>Data Anonymization</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec1">
      <title>1. Introduction</title>
      <p>Federated Learning has recently been adopted in decentralised machine learning to enable multiple participants to collaboratively train a shared model without revealing or transferring their raw data to a central location. By keeping data local and exchanging only model updates or gradients, federated learning reduces many of the data-exposure risks associated with centralised training. However, federated learning is not inherently immune to leakage: adversaries can exploit shared updates or gradients to infer sensitive information about the underlying data. To close this gap, researchers have proposed a variety of data-protection mechanisms, including differential privacy, homomorphic encryption, secure multi-party computation, secure aggregation protocols, federated averaging with secure aggregation, model distillation, regularisation, and client-side data anonymisation.</p>
      <p>These mechanisms address data exposure and entail distinct operational costs. Homomorphic encryption and secure multi-party computation have offered strong guarantees at the expense of computation and communication, thereby impacting the performance of resource-constrained devices such as smartphones and IoT devices. Statistical approaches such as differential privacy are lightweight but introduce a trade-off between the strength of protection and model utility. Secure aggregation, model distillation, and regularisation remain lightweight with their own limitations regarding dropout handling, teacher-model dependency, and the risk of underfitting.</p>
      <p>A large body of literature evaluates these mechanisms based on the strength and formality of the protection they provide. However, less emphasis on systematic comparison on performance metrics: computational overhead, communication cost, impact on model accuracy, and scalability they impose on federated learning system that is directly useful for practitioners selecting mechanism for a given deployment setting, the paper proposed to address this gap by conducting a comparative analysis of the performance of existing data protection techniques and propose mechanism that can be adopted in order to improve the data protection performance in federated learning systems. The analysis was guided by the following questions: 1) How commonly are data protection mechanisms used in federated learning systems compared in terms of computational overhead? 2) How do existing mechanisms compare in terms of communication overhead? 3) What is the impact of each mechanism on model accuracy and utility? Moreover, 4) How well does each mechanism scale to large, heterogeneous, and resource-constrained federated learning deployments?</p>
    </sec>
    <sec id="sec2">
      <title>2. Methods</title>
      <p>The study adopted a systematic comparative analysis of the literature; the approach was chosen because the mechanisms under review span heterogeneous implementations, hardware assumptions, and federated learning frameworks, making a single controlled experimental comparison across all the data protection mechanisms within the study’s scope impractical. The comparative approach synthesizes performance-relevant findings reported across studies and carefully evaluates each mechanism, considering the common performance criteria.</p>
      <sec id="sec2dot1">
        <title>2.1. Threat Model and Protection Objective</title>
        <p>The protection objective is to prevent adversaries from interfering with the client raw data training during the federated learning, model updates, gradients, and aggregated parameters. Three threat actors were considered in this review: 1) an honest-but-curious central server, the actor follows protocol correctly and attempts to infer client data from received updates; 2) an external eavesdropper which intercepts client-server communication; and 3) a malicious client attempting to corrupt and infer information about participants. The attacks relevant to “protection” were update and gradient leakage, model inversion, and membership inference, which determines whether a sample belongs to the client’s training set. Poisoning and backdoor attacks were referenced whenever they intersect with a mechanism’s confidentiality guarantees.</p>
      </sec>
      <sec id="sec2dot2">
        <title>2.2. Mechanism Selection</title>
        <p>A total of eight data-protection mechanisms were selected for analysis based on their frequent use in federated learning and their conceptual distinctness. Mechanisms analysed were differential privacy, homomorphic encryption, secure multi-party computation, secure aggregation protocols, FedAvg with secure aggregation, model distillation, regularization techniques, and client-side data anonymization. Mechanisms were selected because they represent major categories of data-protection approaches used in federated learning, such as statistical approaches (differential privacy), cryptographic approaches (homomorphic encryption, secure multi-party computation, secure aggregation), architectural/algorithmic approaches (FedAvg, model distillation, regularization), and data-level approaches (client-side anonymization). FedAvg, model distillation, and regularization are optimization methods: developed to improve convergence, communication efficiency, and generalization, while the methods can incidentally change the content of the client information being transmitted, none provide a formal confidentiality guarantee comparable to differential privacy’s (<italic>ϵ</italic>, <italic>σ</italic>) bound or cryptographic guarantees underlying homomorphic encryption, secure multi-party computation, and secure aggregation. <bold>Table 1</bold> summarise classification of the mechanisms.</p>
        <p><bold>Table 1</bold><bold>.</bold>Mechanism classification by protection type.</p>
        <table-wrap id="tbl1">
          <label>Table 1</label>
          <table>
            <tbody>
              <tr>
                <td>
                  <bold>Mechanism</bold>
                </td>
                <td>
                  <bold>Category</bold>
                </td>
                <td>
                  <bold>Protection Guarantee</bold>
                </td>
                <td>
                  <bold>Design Purpose</bold>
                </td>
              </tr>
              <tr>
                <td>Differential Privacy</td>
                <td>Data protection (statistical)</td>
                <td>
                  Yes—(
                  <italic>ϵ</italic>
                  ,
                  <italic>σ</italic>
                  ) bound
                </td>
                <td>Bound information leakage via calibrated noise</td>
              </tr>
              <tr>
                <td>Homomorphic Encryption</td>
                <td>Data protection (cryptographic)</td>
                <td>Yes—computational hardness</td>
                <td>Computation on encrypted data (Not exposing raw data)</td>
              </tr>
              <tr>
                <td>Secure Multi-Party Computation</td>
                <td>Data protection (cryptographic)</td>
                <td>Yes—computational hardness/information-theoretic</td>
                <td>Joint computation without revealing individual inputs</td>
              </tr>
              <tr>
                <td>Secure Aggregation</td>
                <td>Data protection (cryptographic/architectural)</td>
                <td>Yes, conditional on protocol and non-collusion assumptions</td>
                <td>Prevent server from observing individual plaintext updates</td>
              </tr>
              <tr>
                <td>Client-Side Data Anonymization</td>
                <td>Data protection (data-level)</td>
                <td>No formal guarantee; heuristic</td>
                <td>Obscure identifying features in data prior to training</td>
              </tr>
              <tr>
                <td>FedAvg</td>
                <td>Training/optimization method (baseline)</td>
                <td>None</td>
                <td>Efficient aggregation of local model updates</td>
              </tr>
              <tr>
                <td>Model Distillation</td>
                <td>Training/optimization method</td>
                <td>None</td>
                <td>Transfer knowledge from teacher to student model; reduce communication</td>
              </tr>
              <tr>
                <td>Regularization</td>
                <td>Training/optimization method</td>
                <td>None</td>
                <td>Improve generalization, reduce overfitting</td>
              </tr>
            </tbody>
          </table>
        </table-wrap>
      </sec>
      <sec id="sec2dot3">
        <title>2.3. Literature Sources</title>
        <p>Sources that address data protection were identified through a literature search across Google Scholar, Semantic Scholar, PubMed, Springer Nature, Research Gate, ScienceDirect, IEEE, Scilit, ACM digital library, Wiley online library, SciSpace, National foundation (.gov), HAL open science database, open Ukrainian citation index, open review, Iniria, and nature.com from inception to March 2026. These sources were selected based on their relevance to the operational behaviour of each mechanism, with greater emphasis on the reported effects on computation time, communication overhead, model accuracy, and behaviour under scale and/or heterogeneity. Search terms combined the federated learning with mechanism-specific term and a performance-related term described in the pattern: (“federated learning”) AND (“overhead” OR “performance” OR “scalability” OR “communication cost” OR “computational cost”) The eight mechanism-specific term sets used were: “differential privacy”; “homomorphic encryption”; “secure multi-party computation” OR “SMPC”; “secure aggregation”; “FedAvg” OR “federated averaging”; “model distillation” OR “knowledge distillation”; “regularization”; and “data anonymization” OR “client-side anonymization.”</p>
        <p><bold>Inclusion criteria:</bold> 1) Source that address federated learning explicitly; 2) source that reports at least one of the four performance dimensions (computational overhead, communication overhead, accuracy/utility impact, or scalability) for one of the eight mechanisms, either empirically or through direct technical/theoretical analysis; 3) the source was a peer-reviewed journal or conference article, or an arXiv preprint reporting a complete technical contribution rather than a work-in-progress abstract.</p>
        <p><bold>Exclusion criteria:</bold> Articles addressing only federated learning without a reported performance evaluation were excluded.</p>
        <p>Titles and abstracts for articles and reports were screened, followed by full-text eligibility assessment. A total of 100 records were identified across the four mechanism-and-performance search patterns; after de-duplication and eligibility screening, 38 unique sources met the inclusion criteria and were cited (<bold>Table 2</bold>). This is a targeted, illustrative synthesis of the literature and should be read as representative of reported performance patterns, not as a complete census of the literature. </p>
      </sec>
      <sec id="sec2dot4">
        <title>2.4. Comparison Framework</title>
        <p>Each mechanism was evaluated against four performance metrics identified to reflect the practical issues that are most relevant to federated learning deployment. The performance metrics considered were:</p>
        <p>1) Computational overhead, which is the additional processing burden the mechanism places on client devices and/or the aggregation server.</p>
        <p>2) Communication overhead, which is the additional bandwidth/number of communications rounds the mechanism requires relative to unprotected federated learning.</p>
        <p>3) Impact on model accuracy or utility, which is the degree to which the mechanism degrades the predictive performance of the trained model. </p>
        <p>4) Scalability, which describes how the mechanism’s overhead behaves as the number of participating clients grows and as client capability and connectivity become more heterogeneous.</p>
        <p>Reported findings across sources were synthesized into a qualitative rating (low, moderate, high, or very high overhead; poor, moderate, or good Scalability) and avoiding the use of a single quantitative benchmark figure since the underlying studies use different models, datasets, and hardware, making it not directly numerically comparable. The qualitative synthesis was presented in (<bold>Table 2</bold>).</p>
      </sec>
      <sec id="sec2dot5">
        <title>2.5. Rating and Coding Rule</title>
        <p>Each mechanism was described with a qualitative overhead rating for <bold>Table 2</bold> using a fixed coding rule applied consistently across the four performance dimensions.</p>
        <p>1) Computational and communication overhead ratings</p>
        <p>i) Low: No additional cryptographic computation or communication is required beyond FedAvg aggregation. Synthesized sources reported negligible overhead under approximately 10% relative to baseline.</p>
        <p>ii) Moderate: No superlinear increase (bounded) in computation and communication (noise calibration, masking, and key exchange) with client count or model size. Synthesized sources reported overhead in the range of 10% - 50% relative to baseline or qualitatively described as “moderate” or “manageable”.</p>
        <p>iii) High: Linear increase of intensive operations with the number of participants. Synthesized sources reported an overhead of 50% relative to baseline, and others described it as a primary practical deployment barrier.</p>
        <p>iv) Very High: Prohibitive overhead for real-time or resource-constrained deployment in the majority of the sources analyzed for that mechanism (due to large ciphertext expansion factors in homomorphic encryption).</p>
        <p>2) Scalability rating</p>
        <p>i) Poor: overhead increases with client count, and the mechanism also requires a trusted central coordinator, which can become a bottleneck as the number of participants increases.</p>
        <p>ii) Moderate: overhead grows linearly and is manageable at the cross-setting scale, but is not extensively validated at the cross-device scale in the cited sources.</p>
        <p>iii) Good: overhead reported as sub-linear or constant in client count, or explicitly validated at a scale exceeding 100 simulated clients in the cited sources.</p>
        <p>Resolving Conflicting Findings</p>
        <p>Where the source analyzed reported different overhead levels for the same mechanism under different conditions (for instance in secure aggregation’s communication overhead varying with client dropout rate), <bold>Table 2</bold> rating reflects the overhead reported under typical, stable operating conditions, low-to-moderate dropout, cross-setting, or moderately sized cross-device settings as described by the majority of cited sources for that mechanism. Conditions under which overhead diverges substantially from this typical case (for instance, high client churn, very large ciphertexts) were described in Sections 3 and 4 so that rating can reflect a central tendency rather than a best or worst-case figure.</p>
      </sec>
    </sec>
    <sec id="sec3">
      <title>3. Results</title>
      <p>This section presents a summarized comparative performance profile of the eight mechanisms across the four-evaluation metrics: computation overhead, communication overhead, accuracy and utility, and scalability of the mechanisms.</p>
      <sec id="sec3dot1">
        <title>3.1. Computational Overhead</title>
        <p>The literature analysis shows a clear separation between cryptographic and non-cryptographic mechanisms in terms of computational cost. Homomorphic encryption was found to impose the highest computational burden among the mechanisms reviewed in the study due to the complexity of performing arithmetic directly on ciphertext, which is limiting on resource-constrained client devices, including smartphones and IoT devices. Secure multi-party computation incurs high computational costs due to secret sharing and garbled-circuit operations. Differential privacy, secure aggregation protocols, FedAvg, model distillation, regularization, and client-side anonymization have low-to-moderate computational overhead given that their operation of noise addition, masking, local averaging, knowledge transfer, penalty terms, and data generalization, respectively, are lightweight, which does not require many rounds of computations (<bold>Table 2</bold>).</p>
      </sec>
      <sec id="sec3dot2">
        <title>3.2. Communication Overhead</title>
        <p>Communication costs across the data protection mechanisms show a largely common pattern: homomorphic encryption, for instance, ranks highest when encrypted payloads are larger than plaintext model updates. Secure multi-party computation incurs high communication costs due to multiple rounds of interaction among participants. In contrast, secure aggregation protocols and FedAvg have a small communication overhead, which is attributed to key exchange and masking rounds, and/or to the size and frequency of model update transmissions. On the other hand, client-side anonymization, regularization, and model distillation have a lower communication overhead among the mechanisms reviewed, since they either transmit smaller artifacts (distilled knowledge, sparse updates) or incur no additional transmission cost (<bold>Table 2</bold>).</p>
      </sec>
      <sec id="sec3dot3">
        <title>3.3. Impact on Model Accuracy and Utility</title>
        <p>Regarding model accuracy and utility, data protection mechanisms show greater divergence, where differential privacy has a direct, well-documented utility trade-off with smaller privacy budgets (<italic>ϵ</italic>, <italic>σ</italic>), providing stronger data protection but degrading model performance, particularly on small and/or non-independent and identically distributed (non-IID) datasets. On client-side anonymization, adding noise and generalization obscure data patterns that are important for learning. Homomorphic encryption and secure multi-party computation have minimal direct effect on model accuracy, given that they preserve exact computation over protected data without approximation. Model distillation’s effect on accuracy depends on the quality of the teacher model, and regularization can improve generalization and, in some instances, cause underfitting if applied aggressively (<bold>Table 2</bold>).</p>
      </sec>
      <sec id="sec3dot4">
        <title>3.4. Scalability</title>
        <p><bold>Table 2</bold><bold>.</bold>Comparative performance of data-protection mechanisms in federated learning.</p>
        <table-wrap id="tbl2">
          <label>Table 2</label>
          <table>
            <tbody>
              <tr>
                <td>
                  <bold>Mechanism</bold>
                </td>
                <td>
                  <bold>Computational</bold>
                  <bold>Overhead</bold>
                </td>
                <td>
                  <bold>Communication</bold>
                  <bold>Overhead</bold>
                </td>
                <td>
                  <bold>Impact on Model</bold>
                  <bold>Accuracy/Utility</bold>
                </td>
                <td>
                  <bold>Scalability</bold>
                </td>
              </tr>
              <tr>
                <td>
                  Differential Privacy (DP) [
                  <xref ref-type="bibr" rid="B1">1</xref>
                  ]-[
                  <xref ref-type="bibr" rid="B7">7</xref>
                  ]
                </td>
                <td>Low-moderate (noise injection, gradient clipping)</td>
                <td>Moderate (noisy updates, clipping)</td>
                <td>
                  Degrades with smaller privacy budget (
                  <italic>ϵ</italic>
                  ); worse on small/non-IID datasets
                </td>
                <td>Moderate; harder to tune uniformly across heterogeneous clients</td>
              </tr>
              <tr>
                <td>
                  Homomorphic Encryption (HE) [
                  <xref ref-type="bibr" rid="B8">8</xref>
                  ]-[
                  <xref ref-type="bibr" rid="B12">12</xref>
                  ]
                </td>
                <td>Very high (complex cryptographic operations)</td>
                <td>Very high (ciphertext far larger than plaintext)</td>
                <td>Minimal direct accuracy loss, but limited to supported operations</td>
                <td>Poor in decentralized settings; key management does not scale well</td>
              </tr>
              <tr>
                <td>
                  Secure Multi-Party Computation (SMPC) [
                  <xref ref-type="bibr" rid="B5">5</xref>
                  ][
                  <xref ref-type="bibr" rid="B13">13</xref>
                  ]-[
                  <xref ref-type="bibr" rid="B15">15</xref>
                  ]
                </td>
                <td>High (secret sharing, garbled circuits)</td>
                <td>High (frequent multi-round interactions)</td>
                <td>Minimal direct accuracy loss</td>
                <td>Poor; overhead grows exponentially with participants</td>
              </tr>
              <tr>
                <td>
                  Secure Aggregation Protocols [
                  <xref ref-type="bibr" rid="B10">10</xref>
                  ][
                  <xref ref-type="bibr" rid="B16">16</xref>
                  ]-[
                  <xref ref-type="bibr" rid="B18">18</xref>
                  ]
                </td>
                <td>Moderate (masking/key exchange)</td>
                <td>Moderate (multi-round key sharing/unmasking)</td>
                <td>Minimal accuracy loss under stable participation</td>
                <td>Good for large-scale FL, but degrades with dropout and heterogeneity</td>
              </tr>
              <tr>
                <td>
                  Federated Averaging with Secure Aggregation (FedAvg) [
                  <xref ref-type="bibr" rid="B19">19</xref>
                  ]-[
                  <xref ref-type="bibr" rid="B24">24</xref>
                  ]
                </td>
                <td>Low on clients (local computation)</td>
                <td>Moderate-high (frequent large model transmissions)</td>
                <td>Robust to non-IID data; No confidentiality guarantee</td>
                <td>Good; widely used baseline</td>
              </tr>
              <tr>
                <td>
                  Model Distillation [
                  <xref ref-type="bibr" rid="B25">25</xref>
                  ]-[
                  <xref ref-type="bibr" rid="B31">31</xref>
                  ]
                </td>
                <td>Low on client (smaller student model)</td>
                <td>Low (smaller updates transmitted)</td>
                <td>Dependent on teacher model quality; can lose nuance</td>
                <td>Good; well suited to resource-constrained devices</td>
              </tr>
              <tr>
                <td>
                  Regularization Techniques [
                  <xref ref-type="bibr" rid="B32">32</xref>
                  ]-[
                  <xref ref-type="bibr" rid="B34">34</xref>
                  ]
                </td>
                <td>Low-moderate (extra tuning cost)</td>
                <td>Low (can shrink update size, for instance L1 sparsity)</td>
                <td>Improves generalization but risks underfitting if over-applied</td>
                <td>Good; lightweight to deploy</td>
              </tr>
              <tr>
                <td>
                  Client-Side Data Anonymization [
                  <xref ref-type="bibr" rid="B35">35</xref>
                  ]
                </td>
                <td>Low-moderate (masking/generalization)</td>
                <td>Low</td>
                <td>Can obscure useful data patterns, reducing accuracy</td>
                <td>Moderate; local computation strains weaker devices</td>
              </tr>
            </tbody>
          </table>
        </table-wrap>
        <p>Analysis shows that scalability varies widely across all data protection mechanisms. Secure multi-party computation and homomorphic encryption were found to scale poorly. Overhead grows substantially, and in secure multi-party computation grows exponentially as the number of participants increases, making decentralized key management increasingly difficult without a central trusted authority. Secure aggregation protocols scale favourably; however, their sensitivity remains to client dropout and device heterogeneity. FedAvg, model distillation, and regularization are reported as the most scalable of the mechanisms analysed, which is consistent with their design that emphasizes lightweight, resource-conscious operation, which is suited to large and heterogeneous client populations (<bold>Table 2</bold>).</p>
      </sec>
    </sec>
    <sec id="sec4">
      <title>4. Discussion</title>
      <p>The results points to a consistent pattern: mechanisms that provide the strong formal or cryptographic protection: homomorphic encryption, and secure multi-party computation, which tend to impose great performance cost, while lightweight architectural and statistical mechanisms: secure aggregation, FedAvg, model distillation, and regularization offer more favourable performance profiles but achieve protection through different, generally less exhaustive, means [<xref ref-type="bibr" rid="B36">36</xref>]. This is not a new observation in isolation, but framing it explicitly along four performance dimensions clarifies where the trade-offs are sharpest and where they are more manageable.</p>
      <sec id="sec4dot1">
        <title>4.1. Cryptographic Mechanisms: Strong Guarantees, High Cost</title>
        <p>Homomorphic encryption and secure multi-party computation both emerge from this analysis as the least performance-friendly mechanisms, principally because their protection guarantees depend on computationally expensive operations encrypted arithmetic in the case of homomorphic encryption, and secret-sharing protocols in the case of secure multi-party computation. Both also face acute scalability problems in decentralized FL settings, where there is no single trusted authority to coordinate key management. These findings suggest that, from a purely performance-oriented standpoint, cryptographic mechanisms are best suited to smaller-scale, higher-value deployments for example, cross-silo FL among a small number of well-resourced institutional participants rather than large-scale, cross-device deployments involving thousands of resource-constrained clients.</p>
      </sec>
      <sec id="sec4dot2">
        <title>4.2. Statistical and Architectural Mechanisms: Lower Cost, Different Trade-Offs</title>
        <p>Differential privacy has comparatively low computational and communication overhead, making the mechanism attractive. It introduces a direct, tunable trade-off against model utility. This makes practitioners scruple over the difficulty of tuning the privacy budget correctly under non-IID data distributions, where the noise disproportionately affects clients with smaller datasets or, in some instances, an imbalanced dataset. Secure aggregation protocols, FedAvg, model distillation, and regularization represent the most performance-favourable cluster of mechanisms analysed. Secure aggregation achieves meaningful protection at a fraction of the computational and communication cost of full cryptographic methods: homomorphic encryption and secure multi-party computation, but remains sensitive to client dropout, which is a challenge in cross-device federated learning. Model distillation and regularization introduce small overhead across the mechanisms analysed in this study and directly reduce communication costs by producing smaller distilled models or sparser regularized updates. However, they depend on auxiliary quality factors: teacher-model quality and careful hyperparameter tuning captured by overhead metrics.</p>
      </sec>
      <sec id="sec4dot3">
        <title>4.3. Practical Implications for Mechanism Selection</title>
        <p>The study’s findings suggested that mechanism selection in FL should be dictated by deployment settings rather than a single protection-strength metric, especially in large-scale, cross-device deployments on heterogeneous, resource-constrained clients such as mobile and IoT devices. Findings also indicate that providing better data protection, lightweight mechanisms, secure aggregation, FedAvg, model distillation, or regularization implemented individually or combined, cryptographic on the other hand, is sufficient where implementation is in smaller-scale, cross-silo deployments with well-resourced participants, where the highest level of confidentiality is paramount, communication and compute budgets are less constrained. Therefore, cryptographic mechanisms: homomorphic encryption and secure multi-party computation are viable despite their overhead. Differential privacy offers a middle path, at a cost of requiring careful, context-specific tuning of the privacy budget to avoid unacceptable utility loss.</p>
      </sec>
      <sec id="sec4dot4">
        <title>4.4. Limitations</title>
        <p>The analysis was based on a synthesis of the reported findings across heterogeneous studies and the qualitative ratings in Table 1 should be interpreted as directional comparisons rather than precise, universally applicable figures. Reported overheads depend heavily on implementation details, model architecture, dataset characteristics, and hardware, all of which vary across the underlying literature. In addition, several mechanisms are frequently deployed in combination for instance differential privacy being layered secure aggregation. Future work applying a controlled, common testbed across mechanisms would help validate and refine the directional findings presented in this study.</p>
      </sec>
    </sec>
    <sec id="sec5">
      <title>5. Conclusion</title>
      <p>The study carried out systematic comparative analysis of eight data-protection mechanisms in Federated learning, evaluated based on their performance metrics, including computational overhead, communication overhead, model accuracy, and scalability. Study analysis found that there is a consistent trade-off pattern where cryptographic mechanisms: homomorphic encryption, secure multi-party computation, provide a strong protection at high computational, communication, and scalability cost, while secure aggregation, FedAvg, model distillation, and regularization offer more favourable performance, which is suited to large-scale and resource-constrained deployments. Differential privacy has low overhead but comes with a direct, tunable trade-off against model utility. The findings offer practical guidance for practitioners selecting data-protection mechanisms for deployment and also highlight the need for standardized, controlled benchmarking across mechanisms to complement literature-based approaches. Future work can conduct empirical evaluations of mechanisms for the hybrid combination across varied federated learning systems, including cross-device deployments, to validate and extend the directional findings of this study.</p>
    </sec>
    <sec id="sec6">
      <title>Acknowledgements</title>
      <p>The author would like to thank the School of Informatics and Innovative Systems at Jaramogi Oginga Odinga University of Science and Technology for providing a conducive environment for conducting this research. Richard Omolo Newton Masinde for their constructive suggestions and comments.</p>
    </sec>
    <sec id="sec7">
      <title>Author Contributions</title>
      <p><bold>Mitende Nicholus Nyapete</bold>: Conceptualization, Data curation, Formal Analysis, Funding acquisition, Investigation, Methodology, Resources, Software, Validation, Visualization, Writing—original draft, Writing review &amp; editing.</p>
      <p><bold>Richard Omolo</bold>: Supervision, Writing—review &amp; editing.</p>
      <p><bold>Newton Masinde</bold>: Supervision, Writing—review &amp; editing.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <title>References</title>
      <ref id="B1">
        <label>1.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Banse, A., Kreischer, J. and Jürgens, X.O.I. (2024) Federated Learning with Differential Privacy. arXiv: 2402.02230. http://arxiv.org/abs/2402.02230</mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Banse, A.</string-name>
              <string-name>Kreischer, J.</string-name>
            </person-group>
            <year>2024</year>
            <article-title>Federated Learning with Differential Privacy</article-title>
            <fpage>2402</fpage>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B2">
        <label>2.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Fu, J., Hong, Y., Ling, X., Wang, L., Ran, X., Sun, Z., Wang, W.H., Chen, Z. and Cao, Y. (2024) Differentially Private Federated Learning: A Systematic Review. arXiv: 2405.08299.</mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Fu, J.</string-name>
              <string-name>Hong, Y.</string-name>
              <string-name>Ling, X.</string-name>
              <string-name>Wang, L.</string-name>
              <string-name>Ran, X.</string-name>
              <string-name>Sun, Z.</string-name>
              <string-name>Wang, W.H.</string-name>
              <string-name>Chen, Z.</string-name>
              <string-name>Cao, Y.</string-name>
            </person-group>
            <year>2024</year>
            <article-title>Differentially Private Federated Learning: A Systematic Review</article-title>
            <fpage>2405</fpage>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B3">
        <label>3.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Ibrahim Khalaf, O., Ashokkumar, S.R., Algburi, S., Anupallavi, S., Selvaraj, D., Sharif, M.S., <italic>et al</italic>. (2024) Federated Learning with Hybrid Differential Privacy for Secure and Reliable Cross-IoT Platform Knowledge Sharing. <italic>Security</italic><italic>and</italic><italic>Privacy</italic>, 7, e374. https://doi.org/10.1002/spy2.374 <pub-id pub-id-type="doi">10.1002/spy2.374</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1002/spy2.374">https://doi.org/10.1002/spy2.374</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Khalaf, O.</string-name>
              <string-name>Ashokkumar, S.R.</string-name>
              <string-name>Algburi, S.</string-name>
              <string-name>Anupallavi, S.</string-name>
              <string-name>Selvaraj, D.</string-name>
              <string-name>Sharif, M.S.</string-name>
            </person-group>
            <year>2024</year>
            <article-title>Federated Learning with Hybrid Differential Privacy for Secure and Reliable Cross-IoT Platform Knowledge Sharing</article-title>
            <source>Security and Privacy</source>
            <volume>7</volume>
            <pub-id pub-id-type="doi">10.1002/spy2.374</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B4">
        <label>4.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Ren, X., Yang, S., Zhao, C., McCann, J. and Xu, Z. (2024) Belt and Braces: When Federated Learning Meets Differential Privacy. <italic>Communications</italic><italic>of</italic><italic>the</italic><italic>ACM</italic>, 67, 66-77. https://doi.org/10.1145/3650028 <pub-id pub-id-type="doi">10.1145/3650028</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1145/3650028">https://doi.org/10.1145/3650028</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Ren, X.</string-name>
              <string-name>Yang, S.</string-name>
              <string-name>Zhao, C.</string-name>
              <string-name>McCann, J.</string-name>
              <string-name>Xu, Z.</string-name>
            </person-group>
            <year>2024</year>
            <article-title>Belt and Braces: When Federated Learning Meets Differential Privacy</article-title>
            <source>Communications of the ACM</source>
            <volume>67</volume>
            <pub-id pub-id-type="doi">10.1145/3650028</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B5">
        <label>5.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Saha, S., Hota, A., Chattopadhyay, A.K., Nag, A. and Nandi, S. (2024) A Multifaceted Survey on Privacy Preservation of Federated Learning: Progress, Challenges, and Opportunities. <italic>Artificial Intelligence Review</italic>, 57, Article No. 184. https://doi.org/10.1007/s10462-024-10766-7 <pub-id pub-id-type="doi">10.1007/s10462-024-10766-7</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1007/s10462-024-10766-7">https://doi.org/10.1007/s10462-024-10766-7</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Saha, S.</string-name>
              <string-name>Hota, A.</string-name>
              <string-name>Chattopadhyay, A.K.</string-name>
              <string-name>Nag, A.</string-name>
              <string-name>Nandi, S.</string-name>
              <string-name>Progress, C</string-name>
            </person-group>
            <year>2024</year>
            <article-title>A Multifaceted Survey on Privacy Preservation of Federated Learning: Progress, Challenges, and Opportunities</article-title>
            <source>Artificial Intelligence Review</source>
            <volume>57</volume>
            <elocation-id>No</elocation-id>
            <pub-id pub-id-type="doi">10.1007/s10462-024-10766-7</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B6">
        <label>6.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Wang, B., Li, H., Ren, X. and Guo, Y. (2023) An Efficient Differential Privacy-Based Method for Location Privacy Protection in Location-Based Services. <italic>Sensors</italic>, 23, Article 5219. https://doi.org/10.3390/s23115219 <pub-id pub-id-type="doi">10.3390/s23115219</pub-id><pub-id pub-id-type="pmid">37299946</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.3390/s23115219">https://doi.org/10.3390/s23115219</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Wang, B.</string-name>
              <string-name>Li, H.</string-name>
              <string-name>Ren, X.</string-name>
              <string-name>Guo, Y.</string-name>
            </person-group>
            <year>2023</year>
            <article-title>An Efficient Differential Privacy-Based Method for Location Privacy Protection in Location-Based Services</article-title>
            <source>Sensors</source>
            <volume>23</volume>
            <elocation-id>5219</elocation-id>
            <pub-id pub-id-type="doi">10.3390/s23115219</pub-id>
            <pub-id pub-id-type="pmid">37299946</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B7">
        <label>7.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Wei, K., Li, J., Ding, M., Ma, C., Yang, H.H., Farhad, F., Jin, S., Quek, T.Q.S. and Poor, H.V. (2019) Federated Learning with Differential Privacy: Algorithms and Performance Analysis. arXiv: 1911.00222. http://arxiv.org/abs/1911.00222</mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Wei, K.</string-name>
              <string-name>Li, J.</string-name>
              <string-name>Ding, M.</string-name>
              <string-name>Ma, C.</string-name>
              <string-name>Yang, H.H.</string-name>
              <string-name>Farhad, F.</string-name>
              <string-name>Jin, S.</string-name>
              <string-name>Quek, T.Q.S.</string-name>
              <string-name>Poor, H.V.</string-name>
            </person-group>
            <year>2019</year>
            <article-title>Federated Learning with Differential Privacy: Algorithms and Performance Analysis</article-title>
            <fpage>1911</fpage>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B8">
        <label>8.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Gong, Y., Chang, X., Mišić, J., Mišić, V.B., Wang, J. and Zhu, H. (2024) Practical Solutions in Fully Homomorphic Encryption: A Survey Analyzing Existing Acceleration Methods. <italic>Cybersecurity</italic>, 7, Article No. 5. https://doi.org/10.1186/s42400-023-00187-4 <pub-id pub-id-type="doi">10.1186/s42400-023-00187-4</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1186/s42400-023-00187-4">https://doi.org/10.1186/s42400-023-00187-4</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Gong, Y.</string-name>
              <string-name>Chang, X.</string-name>
              <string-name>Wang, J.</string-name>
              <string-name>Zhu, H.</string-name>
            </person-group>
            <year>2024</year>
            <article-title>Practical Solutions in Fully Homomorphic Encryption: A Survey Analyzing Existing Acceleration Methods</article-title>
            <source>Cybersecurity</source>
            <volume>7</volume>
            <elocation-id>No</elocation-id>
            <pub-id pub-id-type="doi">10.1186/s42400-023-00187-4</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B9">
        <label>9.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Hussien, N., Hussien, N.M., Salman, S.A. and Aljanabi, M. (2023) Secure Federated Learning with a Homomorphic Encryption Model. <italic>International</italic><italic>Journal</italic><italic>Papier</italic><italic>Advance</italic><italic>and</italic><italic>Scientific</italic><italic>Review</italic>, 4, 1-7. https://doi.org/10.47667/ijpasr.v4i3.235 <pub-id pub-id-type="doi">10.47667/ijpasr.v4i3.235</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.47667/ijpasr.v4i3.235">https://doi.org/10.47667/ijpasr.v4i3.235</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Hussien, N.</string-name>
              <string-name>Hussien, N.M.</string-name>
              <string-name>Salman, S.A.</string-name>
              <string-name>Aljanabi, M.</string-name>
            </person-group>
            <year>2023</year>
            <article-title>Secure Federated Learning with a Homomorphic Encryption Model</article-title>
            <source>International Journal Papier Advance and Scientific Review</source>
            <volume>4</volume>
            <pub-id pub-id-type="doi">10.47667/ijpasr.v4i3.235</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B10">
        <label>10.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Moshawrab, M., Adda, M., Bouzouane, A., Ibrahim, H. and Raad, A. (2024) Securing Federated Learning: Approaches, Mechanisms and Opportunities. <italic>Electronics</italic>, 13, Article 3675. https://doi.org/10.3390/electronics13183675 <pub-id pub-id-type="doi">10.3390/electronics13183675</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.3390/electronics13183675">https://doi.org/10.3390/electronics13183675</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Moshawrab, M.</string-name>
              <string-name>Adda, M.</string-name>
              <string-name>Bouzouane, A.</string-name>
              <string-name>Ibrahim, H.</string-name>
              <string-name>Raad, A.</string-name>
              <string-name>Approaches, M</string-name>
            </person-group>
            <year>2024</year>
            <article-title>Securing Federated Learning: Approaches, Mechanisms and Opportunities</article-title>
            <source>Electronics</source>
            <volume>13</volume>
            <elocation-id>3675</elocation-id>
            <pub-id pub-id-type="doi">10.3390/electronics13183675</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B11">
        <label>11.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Munjal, K. and Bhatia, R. (2022) A Systematic Review of Homomorphic Encryption and Its Contributions in Healthcare Industry. <italic>Complex</italic><italic>&amp;</italic><italic>Intelligent</italic><italic>Systems</italic>, 9, 3759-3786. https://doi.org/10.1007/s40747-022-00756-z <pub-id pub-id-type="doi">10.1007/s40747-022-00756-z</pub-id><pub-id pub-id-type="pmid">35531323</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1007/s40747-022-00756-z">https://doi.org/10.1007/s40747-022-00756-z</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Munjal, K.</string-name>
              <string-name>Bhatia, R.</string-name>
            </person-group>
            <year>2022</year>
            <article-title>A Systematic Review of Homomorphic Encryption and Its Contributions in Healthcare Industry</article-title>
            <source>Complex &amp; Intelligent Systems</source>
            <volume>9</volume>
            <pub-id pub-id-type="doi">10.1007/s40747-022-00756-z</pub-id>
            <pub-id pub-id-type="pmid">35531323</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B12">
        <label>12.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Nikfam, F., Casaburi, R., Marchisio, A., Martina, M. and Shafique, M. (2023) A Homomorphic Encryption Framework for Privacy-Preserving Spiking Neural Networks. <italic>Information</italic>, 14, Article 537. https://doi.org/10.3390/info14100537 <pub-id pub-id-type="doi">10.3390/info14100537</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.3390/info14100537">https://doi.org/10.3390/info14100537</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Nikfam, F.</string-name>
              <string-name>Casaburi, R.</string-name>
              <string-name>Marchisio, A.</string-name>
              <string-name>Martina, M.</string-name>
              <string-name>Shafique, M.</string-name>
            </person-group>
            <year>2023</year>
            <article-title>A Homomorphic Encryption Framework for Privacy-Preserving Spiking Neural Networks</article-title>
            <source>Information</source>
            <volume>14</volume>
            <elocation-id>537</elocation-id>
            <pub-id pub-id-type="doi">10.3390/info14100537</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B13">
        <label>13.</label>
        <citation-alternatives>
          <mixed-citation publication-type="confproc">Byrd, D. and Polychroniadou, A. (2020) Differentially Private Secure Multi-Party Computation for Federated Learning in Financial Applications. <italic>Proceedings of the First ACM International Conference on AI in Finance</italic>, New York, 15-16 October 2020, 1-9. https://doi.org/10.1145/3383455.3422562 <pub-id pub-id-type="doi">10.1145/3383455.3422562</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1145/3383455.3422562">https://doi.org/10.1145/3383455.3422562</ext-link></mixed-citation>
          <element-citation publication-type="confproc">
            <person-group person-group-type="author">
              <string-name>Byrd, D.</string-name>
              <string-name>Polychroniadou, A.</string-name>
              <string-name>Finance, N</string-name>
            </person-group>
            <year>2020</year>
            <article-title>Differentially Private Secure Multi-Party Computation for Federated Learning in Financial Applications</article-title>
            <source>Proceedings of the First ACM International Conference on AI in Finance</source>
            <volume>15</volume>
            <pub-id pub-id-type="doi">10.1145/3383455.3422562</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B14">
        <label>14.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Hosseini, S.M., Sikaroudi, M., Babaei, M. and Tizhoosh, H.R. (2022) Cluster Based Secure Multi-Party Computation in Federated Learning for Histopathology Images. In: Albarqouni, S., <italic>et al.</italic>, Eds., <italic>Distributed</italic>, <italic>Collaborative</italic>, <italic>and Federated Learning</italic>, <italic>and Affordable AI and Healthcare for Resource Diverse Global Health</italic>, Springer, 110-118. https://doi.org/10.1007/978-3-031-18523-6_11 <pub-id pub-id-type="doi">10.1007/978-3-031-18523-6_11</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1007/978-3-031-18523-6_11">https://doi.org/10.1007/978-3-031-18523-6_11</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Hosseini, S.M.</string-name>
              <string-name>Sikaroudi, M.</string-name>
              <string-name>Babaei, M.</string-name>
              <string-name>Tizhoosh, H.R.</string-name>
              <string-name>Albarqouni, S.</string-name>
              <string-name>Distributed, C</string-name>
              <string-name>Health, S</string-name>
            </person-group>
            <year>2022</year>
            <article-title>Cluster Based Secure Multi-Party Computation in Federated Learning for Histopathology Images</article-title>
            <source>In: Albarqouni</source>
            <volume>110</volume>
            <pub-id pub-id-type="doi">10.1007/978-3-031-18523-6_11</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B15">
        <label>15.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Liu, F., Zheng, Z., Shi, Y., Tong, Y. and Zhang, Y. (2023) A Survey on Federated Learning: A Perspective from Multi-Party Computation. <italic>Frontiers</italic><italic>of</italic><italic>Computer</italic><italic>Science</italic>, 18, Article No. 181336. https://doi.org/10.1007/s11704-023-3282-7 <pub-id pub-id-type="doi">10.1007/s11704-023-3282-7</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1007/s11704-023-3282-7">https://doi.org/10.1007/s11704-023-3282-7</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Liu, F.</string-name>
              <string-name>Zheng, Z.</string-name>
              <string-name>Shi, Y.</string-name>
              <string-name>Tong, Y.</string-name>
              <string-name>Zhang, Y.</string-name>
            </person-group>
            <year>2023</year>
            <article-title>A Survey on Federated Learning: A Perspective from Multi-Party Computation</article-title>
            <source>Frontiers of Computer Science</source>
            <volume>18</volume>
            <elocation-id>No</elocation-id>
            <pub-id pub-id-type="doi">10.1007/s11704-023-3282-7</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B16">
        <label>16.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Biswas, S., Kermarrec, A.M., Pires, R., Sharma, R. and Vujasinovic, M. (2024) Secure Aggregation Meets Sparsification in Decentralized Learning. arXiv: 2405.07708.</mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Biswas, S.</string-name>
              <string-name>Kermarrec, A.M.</string-name>
              <string-name>Pires, R.</string-name>
              <string-name>Sharma, R.</string-name>
              <string-name>Vujasinovic, M.</string-name>
            </person-group>
            <year>2024</year>
            <article-title>Secure Aggregation Meets Sparsification in Decentralized Learning</article-title>
            <fpage>2405</fpage>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B17">
        <label>17.</label>
        <citation-alternatives>
          <mixed-citation publication-type="confproc">Pasquini, D., Francati, D. and Ateniese, G. (2022) Eluding Secure Aggregation in Federated Learning via Model Inconsistency. <italic>Proceedings of the</italic>2022 <italic>ACM SIGSAC</italic><italic>Conference on Computer and Communications Security</italic>, Los Angeles, 7-11 November 2022, 2429-2443. https://doi.org/10.1145/3548606.3560557 <pub-id pub-id-type="doi">10.1145/3548606.3560557</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1145/3548606.3560557">https://doi.org/10.1145/3548606.3560557</ext-link></mixed-citation>
          <element-citation publication-type="confproc">
            <person-group person-group-type="author">
              <string-name>Pasquini, D.</string-name>
              <string-name>Francati, D.</string-name>
              <string-name>Ateniese, G.</string-name>
              <string-name>Security, L</string-name>
            </person-group>
            <year>2022</year>
            <article-title>Eluding Secure Aggregation in Federated Learning via Model Inconsistency</article-title>
            <source>Proceedings of the 2022 ACM SIGSAC Conference on Computer and Communications Security</source>
            <volume>7</volume>
            <pub-id pub-id-type="doi">10.1145/3548606.3560557</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B18">
        <label>18.</label>
        <citation-alternatives>
          <mixed-citation publication-type="confproc">Zhang, Y., Behnia, R., Yavuz, A.A., Ebrahimi, R. and Bertino, E. (2024) Uncovering Attacks and Defenses in Secure Aggregation for Federated Deep Learning. 2024 <italic>IEEE International Conference on Data Mining Workshops</italic>( <italic>ICDMW</italic>), Abu Dhabi, 9 December 2024, 650-656. https://doi.org/10.1109/icdmw65004.2024.00090 <pub-id pub-id-type="doi">10.1109/icdmw65004.2024.00090</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1109/icdmw65004.2024.00090">https://doi.org/10.1109/icdmw65004.2024.00090</ext-link></mixed-citation>
          <element-citation publication-type="confproc">
            <person-group person-group-type="author">
              <string-name>Zhang, Y.</string-name>
              <string-name>Behnia, R.</string-name>
              <string-name>Yavuz, A.A.</string-name>
              <string-name>Ebrahimi, R.</string-name>
              <string-name>Bertino, E.</string-name>
            </person-group>
            <year>2024</year>
            <article-title>Uncovering Attacks and Defenses in Secure Aggregation for Federated Deep Learning</article-title>
            <source>2024 IEEE International Conference on Data Mining Workshops (ICDMW)</source>
            <volume>9</volume>
            <pub-id pub-id-type="doi">10.1109/icdmw65004.2024.00090</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B19">
        <label>19.</label>
        <citation-alternatives>
          <mixed-citation publication-type="confproc">Casella, B. and Fonio, S. (2023). Architecture-Based FedAvg for Vertical Federated Learning. <italic>Proceedings of the IEEE</italic>/ <italic>ACM</italic> 16 <italic>th International Conference on Utility and Cloud Computing</italic>, Taormina, 4-7 December 2023, 1-6. https://doi.org/10.1145/3603166.3632559 <pub-id pub-id-type="doi">10.1145/3603166.3632559</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1145/3603166.3632559">https://doi.org/10.1145/3603166.3632559</ext-link></mixed-citation>
          <element-citation publication-type="confproc">
            <person-group person-group-type="author">
              <string-name>Casella, B.</string-name>
              <string-name>Fonio, S.</string-name>
              <string-name>Computing, T</string-name>
            </person-group>
            <year>2023</year>
            <pub-id pub-id-type="doi">10.1145/3603166.3632559</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B20">
        <label>20.</label>
        <citation-alternatives>
          <mixed-citation publication-type="confproc">Wan, W., Hu, S., Lu, J., Zhang, L.Y., Jin, H. and He, Y. (2022) Shielding Federated Learning: Robust Aggregation with Adaptive Client Selection. <italic>Proceedings of the Thirty</italic>- <italic>First International Joint Conference on Artificial Intelligence</italic>, Vienna, 23-29 July 2022, 753-760. https://doi.org/10.24963/ijcai.2022/106 <pub-id pub-id-type="doi">10.24963/ijcai.2022/106</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.24963/ijcai.2022/106">https://doi.org/10.24963/ijcai.2022/106</ext-link></mixed-citation>
          <element-citation publication-type="confproc">
            <person-group person-group-type="author">
              <string-name>Wan, W.</string-name>
              <string-name>Hu, S.</string-name>
              <string-name>Lu, J.</string-name>
              <string-name>Zhang, L.Y.</string-name>
              <string-name>Jin, H.</string-name>
              <string-name>He, Y.</string-name>
              <string-name>Intelligence, V</string-name>
            </person-group>
            <year>2022</year>
            <article-title>Shielding Federated Learning: Robust Aggregation with Adaptive Client Selection</article-title>
            <source>Proceedings of the Thirty-First International Joint Conference on Artificial Intelligence</source>
            <volume>23</volume>
            <pub-id pub-id-type="doi">10.24963/ijcai.2022/106</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B21">
        <label>21.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Sun, T., Li, D. and Wang, B. (2023) Decentralized Federated Averaging. <italic>IEEE</italic><italic>Transactions</italic><italic>on</italic><italic>Pattern</italic><italic>Analysis</italic><italic>and</italic><italic>Machine</italic><italic>Intelligence</italic>, 45, 4289-4301. https://doi.org/10.1109/tpami.2022.3196503 <pub-id pub-id-type="doi">10.1109/tpami.2022.3196503</pub-id><pub-id pub-id-type="pmid">35925850</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1109/tpami.2022.3196503">https://doi.org/10.1109/tpami.2022.3196503</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Sun, T.</string-name>
              <string-name>Li, D.</string-name>
              <string-name>Wang, B.</string-name>
            </person-group>
            <year>2023</year>
            <article-title>Decentralized Federated Averaging</article-title>
            <source>IEEE Transactions on Pattern Analysis and Machine Intelligence</source>
            <volume>45</volume>
            <pub-id pub-id-type="doi">10.1109/tpami.2022.3196503</pub-id>
            <pub-id pub-id-type="pmid">35925850</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B22">
        <label>22.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Zhang, H., Wu, T., Cheng, S. and Liu, J. (2024) CC-FedAvg: Computationally Customized Federated Averaging. <italic>IEEE</italic><italic>Internet</italic><italic>of</italic><italic>Things</italic><italic>Journal</italic>, 11, 4826-4841. https://doi.org/10.1109/jiot.2023.3300080 <pub-id pub-id-type="doi">10.1109/jiot.2023.3300080</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1109/jiot.2023.3300080">https://doi.org/10.1109/jiot.2023.3300080</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Zhang, H.</string-name>
              <string-name>Wu, T.</string-name>
              <string-name>Cheng, S.</string-name>
              <string-name>Liu, J.</string-name>
            </person-group>
            <year>2024</year>
            <article-title>CC-FedAvg: Computationally Customized Federated Averaging</article-title>
            <source>IEEE Internet of Things Journal</source>
            <volume>11</volume>
            <pub-id pub-id-type="doi">10.1109/jiot.2023.3300080</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B23">
        <label>23.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Zhou, Y., Qing, Y. and Lv, J. (2021) Communication-Efficient Federated Learning with Compensated Overlap-FedAvg. arXiv: 2012.06706.</mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Zhou, Y.</string-name>
              <string-name>Qing, Y.</string-name>
              <string-name>Lv, J.</string-name>
            </person-group>
            <year>2021</year>
            <article-title>Communication-Efficient Federated Learning with Compensated Overlap-FedAvg</article-title>
            <fpage>2012</fpage>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B24">
        <label>24.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Moshawrab, M., Adda, M., Bouzouane, A., Ibrahim, H. and Raad, A. (2023) Reviewing Federated Learning Aggregation Algorithms; Strategies, Contributions, Limitations and Future Perspectives. <italic>Electronics</italic>, 12, Article 2287. https://doi.org/10.3390/electronics12102287 <pub-id pub-id-type="doi">10.3390/electronics12102287</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.3390/electronics12102287">https://doi.org/10.3390/electronics12102287</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Moshawrab, M.</string-name>
              <string-name>Adda, M.</string-name>
              <string-name>Bouzouane, A.</string-name>
              <string-name>Ibrahim, H.</string-name>
              <string-name>Raad, A.</string-name>
              <string-name>Strategies, C</string-name>
            </person-group>
            <year>2023</year>
            <article-title>Reviewing Federated Learning Aggregation Algorithms; Strategies, Contributions, Limitations and Future Perspectives</article-title>
            <source>Electronics</source>
            <volume>12</volume>
            <elocation-id>2287</elocation-id>
            <pub-id pub-id-type="doi">10.3390/electronics12102287</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B25">
        <label>25.</label>
        <citation-alternatives>
          <mixed-citation publication-type="confproc">Jiang, D., Shan, C. and Zhang, Z. (2020) Federated Learning Algorithm Based on Knowledge Distillation. 2020 <italic>International Conference on Artificial Intelligence and Computer Engineering</italic> ( <italic>ICAICE</italic>), Beijing, 23-25 October 2020, 163-167. https://doi.org/10.1109/icaice51518.2020.00038 <pub-id pub-id-type="doi">10.1109/icaice51518.2020.00038</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1109/icaice51518.2020.00038">https://doi.org/10.1109/icaice51518.2020.00038</ext-link></mixed-citation>
          <element-citation publication-type="confproc">
            <person-group person-group-type="author">
              <string-name>Jiang, D.</string-name>
              <string-name>Shan, C.</string-name>
              <string-name>Zhang, Z.</string-name>
            </person-group>
            <year>2020</year>
            <article-title>Federated Learning Algorithm Based on Knowledge Distillation</article-title>
            <source>2020 International Conference on Artificial Intelligence and Computer Engineering (ICAICE)</source>
            <volume>23</volume>
            <pub-id pub-id-type="doi">10.1109/icaice51518.2020.00038</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B26">
        <label>26.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Li, D. and Wang, J. (2019) FedMD: Heterogenous Federated Learning via Model Distillation. arXiv: 1910.03581.</mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Li, D.</string-name>
              <string-name>Wang, J.</string-name>
            </person-group>
            <year>2019</year>
            <article-title>FedMD: Heterogenous Federated Learning via Model Distillation</article-title>
            <fpage>1910</fpage>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B27">
        <label>27.</label>
        <citation-alternatives>
          <mixed-citation publication-type="confproc">Mora, A., Tenison, I., Bellavista, P. and Rish, I. (2024) Knowledge Distillation in Federated Learning: A Practical Guide. <italic>Proceedings of the Thirty</italic>- <italic>Third</italic><italic>International Joint Conference on Artificial Intelligence</italic>, Jeju, 3-9 August 2024, 8188-8196. https://doi.org/10.24963/ijcai.2024/905 <pub-id pub-id-type="doi">10.24963/ijcai.2024/905</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.24963/ijcai.2024/905">https://doi.org/10.24963/ijcai.2024/905</ext-link></mixed-citation>
          <element-citation publication-type="confproc">
            <person-group person-group-type="author">
              <string-name>Mora, A.</string-name>
              <string-name>Tenison, I.</string-name>
              <string-name>Bellavista, P.</string-name>
              <string-name>Rish, I.</string-name>
              <string-name>Intelligence, J</string-name>
            </person-group>
            <year>2024</year>
            <article-title>Knowledge Distillation in Federated Learning: A Practical Guide</article-title>
            <source>Proceedings of the Thirty-Third International Joint Conference on Artificial Intelligence</source>
            <volume>3</volume>
            <pub-id pub-id-type="doi">10.24963/ijcai.2024/905</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B28">
        <label>28.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Song, C., Saxena, D., Cao, J. and Zhao, Y. (2024) FedDistill: Global Model Distillation for Local Model De-Biasing in Non-IID Federated Learning. arXiv: 2404.09210.</mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Song, C.</string-name>
              <string-name>Saxena, D.</string-name>
              <string-name>Cao, J.</string-name>
              <string-name>Zhao, Y.</string-name>
            </person-group>
            <year>2024</year>
            <article-title>FedDistill: Global Model Distillation for Local Model De-Biasing in Non-IID Federated Learning</article-title>
            <fpage>2404</fpage>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B29">
        <label>29.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Wu, C., Wu, F., Lyu, L., Huang, Y. and Xie, X. (2022) Communication-Efficient Federated Learning via Knowledge Distillation. <italic>Nature</italic><italic>Communications</italic>, 13, Article No. 2032. https://doi.org/10.1038/s41467-022-29763-x <pub-id pub-id-type="doi">10.1038/s41467-022-29763-x</pub-id><pub-id pub-id-type="pmid">35440643</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1038/s41467-022-29763-x">https://doi.org/10.1038/s41467-022-29763-x</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Wu, C.</string-name>
              <string-name>Wu, F.</string-name>
              <string-name>Lyu, L.</string-name>
              <string-name>Huang, Y.</string-name>
              <string-name>Xie, X.</string-name>
            </person-group>
            <year>2022</year>
            <article-title>Communication-Efficient Federated Learning via Knowledge Distillation</article-title>
            <source>Nature Communications</source>
            <volume>13</volume>
            <elocation-id>No</elocation-id>
            <pub-id pub-id-type="doi">10.1038/s41467-022-29763-x</pub-id>
            <pub-id pub-id-type="pmid">35440643</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B30">
        <label>30.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Yang, G. and Tae, H. (2023) Federated Distillation Methodology for Label-Based Group Structures. <italic>Applied</italic><italic>Sciences</italic>, 14, Article 277. https://doi.org/10.3390/app14010277 <pub-id pub-id-type="doi">10.3390/app14010277</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.3390/app14010277">https://doi.org/10.3390/app14010277</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Yang, G.</string-name>
              <string-name>Tae, H.</string-name>
            </person-group>
            <year>2023</year>
            <article-title>Federated Distillation Methodology for Label-Based Group Structures</article-title>
            <source>Applied Sciences</source>
            <volume>14</volume>
            <elocation-id>277</elocation-id>
            <pub-id pub-id-type="doi">10.3390/app14010277</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B31">
        <label>31.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Boix-Adsera, E. (2024) Towards a Theory of Model Distillation. arXiv: 2403.09053.</mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Boix-Adsera, E.</string-name>
            </person-group>
            <year>2024</year>
            <article-title>Towards a Theory of Model Distillation</article-title>
            <fpage>2403</fpage>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B32">
        <label>32.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Kotsilieris, T., Anagnostopoulos, I. and Livieris, I.E. (2022) Special Issue: Regularization Techniques for Machine Learning and Their Applications. <italic>Electronics</italic>, 11, Article 521. https://doi.org/10.3390/electronics11040521 <pub-id pub-id-type="doi">10.3390/electronics11040521</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.3390/electronics11040521">https://doi.org/10.3390/electronics11040521</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Kotsilieris, T.</string-name>
              <string-name>Anagnostopoulos, I.</string-name>
              <string-name>Livieris, I.E.</string-name>
            </person-group>
            <year>2022</year>
            <article-title>Special Issue: Regularization Techniques for Machine Learning and Their Applications</article-title>
            <source>Electronics</source>
            <volume>11</volume>
            <elocation-id>521</elocation-id>
            <pub-id pub-id-type="doi">10.3390/electronics11040521</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B33">
        <label>33.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Liu, L. and Zhou, D. (2025) Analysis of Regularized Federated Learning. <italic>Neurocomputing</italic>, 611, Article ID: 128579. https://doi.org/10.1016/j.neucom.2024.128579 <pub-id pub-id-type="doi">10.1016/j.neucom.2024.128579</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1016/j.neucom.2024.128579">https://doi.org/10.1016/j.neucom.2024.128579</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Liu, L.</string-name>
              <string-name>Zhou, D.</string-name>
            </person-group>
            <year>2025</year>
            <article-title>Analysis of Regularized Federated Learning</article-title>
            <source>Neurocomputing</source>
            <volume>611</volume>
            <fpage>128579</fpage>
            <elocation-id>ID</elocation-id>
            <pub-id pub-id-type="doi">10.1016/j.neucom.2024.128579</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B34">
        <label>34.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Lv, Y., Ding, H., Wu, H., Zhao, Y. and Zhang, L. (2023) FedRDS: Federated Learning on Non-IID Data via Regularization and Data Sharing. <italic>Applied</italic><italic>Sciences</italic>, 13, Article 12962. https://doi.org/10.3390/app132312962 <pub-id pub-id-type="doi">10.3390/app132312962</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.3390/app132312962">https://doi.org/10.3390/app132312962</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Lv, Y.</string-name>
              <string-name>Ding, H.</string-name>
              <string-name>Wu, H.</string-name>
              <string-name>Zhao, Y.</string-name>
              <string-name>Zhang, L.</string-name>
            </person-group>
            <year>2023</year>
            <article-title>FedRDS: Federated Learning on Non-IID Data via Regularization and Data Sharing</article-title>
            <source>Applied Sciences</source>
            <volume>13</volume>
            <elocation-id>12962</elocation-id>
            <pub-id pub-id-type="doi">10.3390/app132312962</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B35">
        <label>35.</label>
        <citation-alternatives>
          <mixed-citation publication-type="confproc">Xu, Q., Cohn, T. and Ohrimenko, O. (2023) Fingerprint Attack: Client Deanonymization in Federated Learning. <italic>ECAI</italic> 2023: 26 <italic>th European Conference on Artificial Intelligence</italic>, Kraków, 30 September-4 October 2023, 2792-2801.</mixed-citation>
          <element-citation publication-type="confproc">
            <person-group person-group-type="author">
              <string-name>Xu, Q.</string-name>
              <string-name>Cohn, T.</string-name>
              <string-name>Ohrimenko, O.</string-name>
              <string-name>Intelligence, K</string-name>
            </person-group>
            <year>2023</year>
            <article-title>Fingerprint Attack: Client Deanonymization in Federated Learning</article-title>
            <source>ECAI 2023: 26th European Conference on Artificial Intelligence</source>
            <volume>30</volume>
            <fpage>26</fpage>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B36">
        <label>36.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Ma, C., Li, J., Ding, M., Yang, H.H., Shu, F., Quek, T.Q.S. and Poor, H.V. (2020) On Safeguarding Privacy and Security in the Framework of Federated Learning. arXiv: 1909.06512. http://arxiv.org/abs/1909.06512</mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Ma, C.</string-name>
              <string-name>Li, J.</string-name>
              <string-name>Ding, M.</string-name>
              <string-name>Yang, H.H.</string-name>
              <string-name>Shu, F.</string-name>
              <string-name>Quek, T.Q.S.</string-name>
              <string-name>Poor, H.V.</string-name>
            </person-group>
            <year>2020</year>
            <article-title>On Safeguarding Privacy and Security in the Framework of Federated Learning</article-title>
            <fpage>1909</fpage>
          </element-citation>
        </citation-alternatives>
      </ref>
    </ref-list>
  </back>
</article>