First Provable Guarantees for Practical Private FL: Beyond Restrictive Assumptions
Egor Shulgin, Grigory Malinovsky, Sarit Khirirat, Peter Richtárik
TL;DR
This paper addresses differential privacy in federated learning under realistic settings by eliminating restrictive assumptions such as bounded gradients or homogeneous data. It introduces Fed-$α$-NormEC, which combines smoothed normalization and EF21 error feedback with local updates and partial client participation, along with both GD and Incremental Gradient variants. The authors prove convergence for non-convex, smooth objectives and provide DP guarantees leveraging privacy amplification from subsampling; they also validate the approach on private deep learning tasks. The results demonstrate favorable privacy-utility trade-offs and reduced communication costs, making private FL more viable in practice.
Abstract
Federated Learning (FL) enables collaborative training on decentralized data. Differential privacy (DP) is crucial for FL, but current private methods often rely on unrealistic assumptions (e.g., bounded gradients or heterogeneity), hindering practical application. Existing works that relax these assumptions typically neglect practical FL features, including multiple local updates and partial client participation. We introduce Fed-$α$-NormEC, the first differentially private FL framework providing provable convergence and DP guarantees under standard assumptions while fully supporting these practical features. Fed-$α$-NormE integrates local updates (full and incremental gradient steps), separate server and client stepsizes, and, crucially, partial client participation, which is essential for real-world deployment and vital for privacy amplification. Our theoretical guarantees are corroborated by experiments on private deep learning tasks.
