Random Gradient Masking as a Defensive Measure to Deep Leakage in Federated Learning
Joon Kim, Sejin Park

TL;DR
This paper evaluates four defense strategies against Deep Leakage from Gradients in federated learning, finding that Masking and Clipping effectively protect privacy with minimal impact on model performance.
Contribution
It introduces and empirically assesses Masking as a novel and effective defense against gradient leakage in federated learning.
Findings
Masking provides robust defense against DLG.
Clipping also effectively defends with minimal performance loss.
Masking outperforms traditional methods like Pruning and Noising.
Abstract
Federated Learning(FL), in theory, preserves privacy of individual clients' data while producing quality machine learning models. However, attacks such as Deep Leakage from Gradients(DLG) severely question the practicality of FL. In this paper, we empirically evaluate the efficacy of four defensive methods against DLG: Masking, Clipping, Pruning, and Noising. Masking, while only previously studied as a way to compress information during parameter transfer, shows surprisingly robust defensive utility when compared to the other three established methods. Our experimentation is two-fold. We first evaluate the minimum hyperparameter threshold for each method across MNIST, CIFAR-10, and lfw datasets. Then, we train FL clients with each method and their minimum threshold values to investigate the trade-off between DLG defense and training performance. Results reveal that Masking and Clipping…
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
TopicsAdversarial Robustness in Machine Learning · Privacy-Preserving Technologies in Data
MethodsPruning
