Optimizing the Numbers of Queries and Replies in Federated Learning with Differential Privacy
Yipeng Zhou, Xuezheng Liu, Yao Fu, Di Wu, Chao Li, Shui, Yu

TL;DR
This paper analyzes how to optimally set the number of queries and replies in federated learning with differential privacy to maximize model accuracy, using convergence analysis and experiments on MNIST and FEMNIST datasets.
Contribution
It provides a convergence-based method to determine optimal query and reply counts in federated learning with differential privacy, improving model accuracy.
Findings
Properly setting queries and replies enhances accuracy.
Optimal numbers depend on privacy mechanisms and convergence analysis.
Experimental results confirm the theoretical analysis.
Abstract
Federated learning (FL) empowers distributed clients to collaboratively train a shared machine learning model through exchanging parameter information. Despite the fact that FL can protect clients' raw data, malicious users can still crack original data with disclosed parameters. To amend this flaw, differential privacy (DP) is incorporated into FL clients to disturb original parameters, which however can significantly impair the accuracy of the trained model. In this work, we study a crucial question which has been vastly overlooked by existing works: what are the optimal numbers of queries and replies in FL with DP so that the final model accuracy is maximized. In FL, the parameter server (PS) needs to query participating clients for multiple global iterations to complete training. Each client responds a query from the PS by conducting a local iteration. Our work investigates how many…
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 · Cryptography and Data Security · Stochastic Gradient Optimization Techniques
