BlindFL: Segmented Federated Learning with Fully Homomorphic Encryption
Evan Gronberg, Liv d'Aliberti, Magnus Saebo, Aurora Hook

TL;DR
BlindFL introduces a flexible, encrypted federated learning framework that reduces communication costs, enhances security against server and client-side attacks, and maintains model accuracy using subset encryption with fully homomorphic encryption.
Contribution
The paper presents BlindFL, a novel FL scheme that encrypts only a subset of local updates, reducing costs and improving security against malicious clients, while preserving model accuracy.
Findings
BlindFL reduces transmission costs compared to standard FHE-based FL.
BlindFL effectively impedes client-side model poisoning attacks.
BlindFL maintains high global model accuracy with lower computational overhead.
Abstract
Federated learning (FL) is a popular privacy-preserving edge-to-cloud technique used for training and deploying artificial intelligence (AI) models on edge devices. FL aims to secure local client data while also collaboratively training a global model. Under standard FL, clients within the federation send model updates, derived from local data, to a central server for aggregation into a global model. However, extensive research has demonstrated that private data can be reliably reconstructed from these model updates using gradient inversion attacks (GIAs). To protect client data from server-side GIAs, previous FL schemes have employed fully homomorphic encryption (FHE) to secure model updates while still enabling popular aggregation methods. However, current FHE-based FL schemes either incur substantial computational overhead or trade security and/or model accuracy for efficiency. We…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsPrivacy-Preserving Technologies in Data · Cryptography and Data Security · Stochastic Gradient Optimization Techniques
