QMGeo: Differentially Private Federated Learning via Stochastic Quantization with Mixed Truncated Geometric Distribution
Zixi Wang, M. Cenk Gursoy
TL;DR
QMGeo introduces a noise-free differential privacy mechanism for federated learning through a stochastic quantization scheme based on a mixed truncated geometric distribution. By quantizing scalar updates with a carefully designed probability over $R$ levels, the method delivers $\epsilon$-DP and Rényi DP (RDP) guarantees while maintaining comparable accuracy to unquantized baselines, thereby improving communication efficiency without additional noise. The work provides per-dimension and multi-dimensional DP analyses, an optimality-gap bound under standard smoothness and PL assumptions, and empirical validation on MNIST showing favorable privacy-utility trade-offs. This approach offers a practical avenue for privacy-preserving FL in resource-constrained environments, leveraging quantization as an intrinsic privacy mechanism rather than a mere compression step.
Abstract
Federated learning (FL) is a framework which allows multiple users to jointly train a global machine learning (ML) model by transmitting only model updates under the coordination of a parameter server, while being able to keep their datasets local. One key motivation of such distributed frameworks is to provide privacy guarantees to the users. However, preserving the users' datasets locally is shown to be not sufficient for privacy. Several differential privacy (DP) mechanisms have been proposed to provide provable privacy guarantees by introducing randomness into the framework, and majority of these mechanisms rely on injecting additive noise. FL frameworks also face the challenge of communication efficiency, especially as machine learning models grow in complexity and size. Quantization is a commonly utilized method, reducing the communication cost by transmitting compressed representation of the underlying information. Although there have been several studies on DP and quantization in FL, the potential contribution of the quantization method alone in providing privacy guarantees has not been extensively analyzed yet. We in this paper present a novel stochastic quantization method, utilizing a mixed geometric distribution to introduce the randomness needed to provide DP, without any additive noise. We provide convergence analysis for our framework and empirically study its performance.
