Federated Learning in Non-IID Settings Aided by Differentially Private Synthetic Data
Huancheng Chen, Haris Vikalo

TL;DR
This paper introduces FedDPMS, a federated learning method that uses differentially private data synthesis to improve model performance in heterogeneous data environments while preserving privacy.
Contribution
The paper proposes FedDPMS, a novel federated learning algorithm that employs variational auto-encoders and differentially private means sharing to enhance learning with non-IID data.
Findings
FedDPMS outperforms existing methods on deep image classification tasks.
The approach effectively mitigates data heterogeneity effects.
Privacy is maintained through differential means sharing.
Abstract
Federated learning (FL) is a privacy-promoting framework that enables potentially large number of clients to collaboratively train machine learning models. In a FL system, a server coordinates the collaboration by collecting and aggregating clients' model updates while the clients' data remains local and private. A major challenge in federated learning arises when the local data is heterogeneous -- the setting in which performance of the learned global model may deteriorate significantly compared to the scenario where the data is identically distributed across the clients. In this paper we propose FedDPMS (Federated Differentially Private Means Sharing), an FL algorithm in which clients deploy variational auto-encoders to augment local datasets with data synthesized using differentially private means of latent data representations communicated by a trusted server. Such augmentation…
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
