Dropout against Deep Leakage from Gradients
Yanchong Zheng

TL;DR
This paper introduces a dropout layer in federated learning to significantly reduce the risk of raw data leakage from gradients, demonstrating improved privacy protection over previous methods.
Contribution
The novel approach of applying dropout before classification effectively prevents raw data reconstruction from gradients in federated learning.
Findings
Dropout prevents data leakage even after extensive training.
Dropout reduces the RMSE in data reconstruction to non-converging levels.
Dropout enhances privacy without sacrificing model performance.
Abstract
As the scale and size of the data increases significantly nowadays, federal learning (Bonawitz et al. [2019]) for high performance computing and machine learning has been much more important than ever before (Abadi et al. [2016]). People used to believe that sharing gradients seems to be safe to conceal the local training data during the training stage. However, Zhu et al. [2019] demonstrated that it was possible to recover raw data from the model training data by detecting gradients. They use generated random dummy data and minimise the distance between them and real data. Zhao et al. [2020] pushes the convergence algorithm even further. By replacing the original loss function with cross entropy loss, they achieve better fidelity threshold. In this paper, we propose using an additional dropout (Srivastava et al. [2014]) layer before feeding the data to the classifier. It is very…
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
TopicsAdvanced Neural Network Applications · Machine Learning and Data Classification · Adversarial Robustness in Machine Learning
MethodsDropout
