Private Blind Model Averaging - Distributed, Non-interactive, and Convergent
Moritz Kirschte, Sebastian Meiser, Saman Ardalan, Esfandiar Mohammadi

TL;DR
This paper introduces BlindAvg, a non-interactive, differentially private model averaging method for distributed learning, demonstrating its convergence to centralized models under certain regularization and proposing a new private ERM learner with improved utility.
Contribution
It analyzes the convergence and utility of BlindAvg in convex, smooth ERM settings and proposes SoftmaxReg, a new private learner with better privacy-utility tradeoff.
Findings
BlindAvg converges to centralized models with strong L2-regularization.
SoftmaxReg outperforms SVM in privacy-utility tradeoff.
Empirical evaluation on CIFAR-10, CIFAR-100, and EMNIST datasets.
Abstract
Distributed differentially private learning techniques enable a large number of users to jointly learn a model without having to first centrally collect the training data. At the same time, neither the communication between the users nor the resulting model shall leak information about the training data. This kind of learning technique can be deployed to edge devices if it can be scaled up to a large number of users, particularly if the communication is reduced to a minimum: no interaction, i.e., each party only sends a single message. The best previously known methods are based on gradient averaging, which inherently requires many synchronization rounds. A promising non-interactive alternative to gradient averaging relies on so-called output perturbation: each user first locally finishes training and then submits its model for secure averaging without further synchronization. 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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsPrivacy-Preserving Technologies in Data · Stochastic Gradient Optimization Techniques · Adversarial Robustness in Machine Learning
