ALI-DPFL: Differentially Private Federated Learning with Adaptive Local Iterations
Xinpeng Ling, Jie Fu, Kuncan Wang, Haitao Liu, Zhili Chen

TL;DR
This paper introduces ALI-DPFL, an adaptive federated learning algorithm that optimizes local iterations under privacy and communication constraints, improving performance on standard datasets.
Contribution
It provides a theoretical analysis to determine optimal local iterations and proposes an adaptive algorithm for differentially private federated learning in resource-limited settings.
Findings
Outperforms previous methods in resource-constrained scenarios
Achieves better privacy-utility trade-offs
Demonstrates effectiveness on MNIST, FashionMNIST, and Cifar10 datasets
Abstract
Federated Learning (FL) is a distributed machine learning technique that allows model training among multiple devices or organizations by sharing training parameters instead of raw data. However, adversaries can still infer individual information through inference attacks (e.g. differential attacks) on these training parameters. As a result, Differential Privacy (DP) has been widely used in FL to prevent such attacks. We consider differentially private federated learning in a resource-constrained scenario, where both privacy budget and communication rounds are constrained. By theoretically analyzing the convergence, we can find the optimal number of local DPSGD iterations for clients between any two sequential global updates. Based on this, we design an algorithm of Differentially Private Federated Learning with Adaptive Local Iterations (ALI-DPFL). We experiment our algorithm on the…
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
