Pith. sign in

REVIEW 17 cited by

FLTrust: Byzantine-robust Federated Learning via Trust Bootstrapping

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2012.13995 v3 pith:PQP3GPJM submitted 2020-12-27 cs.CR cs.AIcs.DC

FLTrust: Byzantine-robust Federated Learning via Trust Bootstrapping

classification cs.CR cs.AIcs.DC
keywords modelproviderservicelocaltrustupdatelearningfederated
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
read the original abstract

Byzantine-robust federated learning aims to enable a service provider to learn an accurate global model when a bounded number of clients are malicious. The key idea of existing Byzantine-robust federated learning methods is that the service provider performs statistical analysis among the clients' local model updates and removes suspicious ones, before aggregating them to update the global model. However, malicious clients can still corrupt the global models in these methods via sending carefully crafted local model updates to the service provider. The fundamental reason is that there is no root of trust in existing federated learning methods. In this work, we bridge the gap via proposing FLTrust, a new federated learning method in which the service provider itself bootstraps trust. In particular, the service provider itself collects a clean small training dataset (called root dataset) for the learning task and the service provider maintains a model (called server model) based on it to bootstrap trust. In each iteration, the service provider first assigns a trust score to each local model update from the clients, where a local model update has a lower trust score if its direction deviates more from the direction of the server model update. Then, the service provider normalizes the magnitudes of the local model updates such that they lie in the same hyper-sphere as the server model update in the vector space. Our normalization limits the impact of malicious local model updates with large magnitudes. Finally, the service provider computes the average of the normalized local model updates weighted by their trust scores as a global model update, which is used to update the global model. Our extensive evaluations on six datasets from different domains show that our FLTrust is secure against both existing attacks and strong adaptive attacks.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 17 Pith papers

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

  1. BESplit: Bias-Compensated Split Federated Learning with Evidential Aggregation

    cs.LG 2026-05 unverdicted novelty 7.0

    BESplit mitigates non-IID bias in split federated learning via evidential aggregation, bias-compensated client pairing, and dual-teacher distillation, outperforming prior methods on five benchmarks.

  2. Beyond Corner Patches: Semantics-Aware Backdoor Attack in Federated Learning

    cs.CR 2026-03 unverdicted novelty 7.0

    SABLE shows that semantics-aware natural triggers enable effective backdoor attacks in federated learning against multiple aggregation rules while preserving benign accuracy.

  3. Secure-CHG: A Comprehensive Framework for Robust and Fair Federated Learning via Hybrid Defense and Contribution-Aware Trust

    cs.CR 2026-06 unverdicted novelty 6.0

    Secure-CHG introduces a cascaded defense with statistical filtering early and CHG-Shapley valuation later to mitigate late-stage failure against backdoor attacks in federated learning, reporting 2.3x and 2.0x lower at...

  4. SCRUB-FL: Sanitizing and Cleansing Representations via Unlearning of Backdoors

    cs.LG 2026-06 unverdicted novelty 6.0

    SCRUB-FL uses client spectral analysis and WGAN-GP to model suspicious patterns during FL training, aggregates generators server-side, then synthesizes triggers and applies unlearning to reduce backdoor success rates ...

  5. FLARE: Adaptive Multi-Dimensional Reputation for Robust Client Reliability in Federated Learning

    cs.LG 2025-11 conditional novelty 6.0

    FLARE uses adaptive multi-dimensional reputation scores and soft exclusion to improve Byzantine robustness in federated learning by up to 16% over prior methods while handling a new Statistical Mimicry attack.

  6. Integrity of peer-to-peer distributed LLM inference under malicious nodes

    cs.CR 2026-07 conditional novelty 5.0

    Under a simulated isotropic noise model, a canary-trap activation-drift detector achieves perfect AUROC separation of one malicious shard in multi-hop LLM inference.

  7. SoK: Federated Learning for Intrusion Detection in Vehicular Networks

    cs.CR 2026-07 conditional novelty 5.0

    Auditing over 60 vehicular FL-IDS papers reveals pervasive evaluation pitfalls (IID splits, trivial datasets, missing Byzantine and real-time checks) and proposes minimum benchmarking requirements plus a research agenda.

  8. FedSurrogate: Backdoor Defense in Federated Learning via Layer Criticality and Surrogate Replacement

    cs.CR 2026-05 unverdicted novelty 5.0

    FedSurrogate defends federated learning against backdoors by clustering on security-critical layers and substituting malicious updates with benign surrogates, reporting false-positive rates below 10% and attack succes...

  9. Robust Server Defense Against Unreliable Clients in One-Shot Fair Collaborative Machine Learning

    cs.LG 2026-05 unverdicted novelty 5.0

    Bilevel optimization learns client weights to defend fairness in one-shot collaborative ML by anchoring to a small trusted root dataset at the server.

  10. When Agents Handle Secrets: A Survey of Confidential Computing for Agentic AI

    cs.CR 2026-05 unverdicted novelty 5.0

    A survey providing a taxonomy of TEE platforms, an agent-centric threat model, and open challenges for applying confidential computing to secure agentic AI systems.

  11. AdaBFL: Multi-Layer Defensive Adaptive Aggregation for Bzantine-Robust Federated Learning

    cs.LG 2026-04 unverdicted novelty 5.0

    AdaBFL introduces a novel three-layer adaptive aggregation mechanism for Byzantine-robust federated learning that counters complex attacks, provides non-convex non-iid convergence guarantees, and shows superior perfor...

  12. Robust Federated Learning under Adversarial Attacks via Loss-Based Client Clustering

    cs.LG 2025-08 unverdicted novelty 5.0

    Loss-based clustering of clients enables robust federated learning against strong Byzantine attacks with bounded optimality gaps using only the server and one honest client.

  13. FoggyTrust: Robust Federated Learning with Hierarchical Trust Networks

    cs.LG 2026-06 unverdicted novelty 4.0

    FoggyTrust is a hierarchical extension of FLTrust that localizes trust computation to fog nodes and combines it with heterogeneity-aware optimizers, reporting over 50% gains on CIFAR-10 under Krum and Trim attacks.

  14. When AI Meets Wall Street: A Survey on Trustworthy AI in Fintech

    cs.CR 2026-05 unverdicted novelty 4.0

    A survey that proposes a lifecycle-centric framework and the Financial AI Security and Robustness Taxonomy to organize 17 attack subtypes on AI pipelines in finance.

  15. When Agents Handle Secrets: A Survey of Confidential Computing for Agentic AI

    cs.CR 2026-05 unverdicted novelty 4.0

    A structured survey of confidential computing for agentic AI that catalogs TEE platforms, agent-specific threats, transferable defenses, and remaining gaps in end-to-end frameworks.

  16. DeTrigger: A Gradient-Centric Approach to Backdoor Attack Mitigation in Federated Learning

    cs.LG 2024-11 unverdicted novelty 4.0

    DeTrigger detects and mitigates backdoor attacks in federated learning via gradient analysis and temperature scaling, claiming up to 251x faster detection and 98.9% attack reduction on four datasets with minimal accur...

  17. DP2Guard: A Lightweight and Byzantine-Robust Privacy-Preserving Federated Learning Scheme for Industrial IoT

    cs.CR 2025-07 unverdicted novelty 3.0

    DP2Guard is a proposed lightweight PPFL framework that combines gradient masking for privacy, hybrid anomaly detection via SVD and clustering for Byzantine robustness, trust-based adaptive aggregation, and blockchain ...