When the Curious Abandon Honesty: Federated Learning Is Not Private
Franziska Boenisch, Adam Dziedzic, Roei Schuster, Ali Shahin, Shamsabadi, Ilia Shumailov, Nicolas Papernot

TL;DR
This paper demonstrates a novel active attack in federated learning where a dishonest central server can perfectly reconstruct user data by subtly modifying shared model weights, exposing significant privacy vulnerabilities.
Contribution
It introduces a new data reconstruction attack that uses inconspicuous weight modifications, enabling perfect data recovery without complex optimization, unlike prior methods.
Findings
Achieves perfect data reconstruction with zero error.
Scales to large neural networks and datasets like ImageNet.
Reconstructs over 50% of training data from mini-batches of 100.
Abstract
In federated learning (FL), data does not leave personal devices when they are jointly training a machine learning model. Instead, these devices share gradients, parameters, or other model updates, with a central party (e.g., a company) coordinating the training. Because data never "leaves" personal devices, FL is often presented as privacy-preserving. Yet, recently it was shown that this protection is but a thin facade, as even a passive, honest-but-curious attacker observing gradients can reconstruct data of individual users contributing to the protocol. In this work, we show a novel data reconstruction attack which allows an active and dishonest central party to efficiently extract user data from the received gradients. While prior work on data reconstruction in FL relies on solving computationally expensive optimization problems or on making easily detectable modifications to the…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsPrivacy-Preserving Technologies in Data · Adversarial Robustness in Machine Learning · Artificial Intelligence in Healthcare and Education
