LGJan 21, 2025

Communication-Efficient and Privacy-Adaptable Mechanism for Federated Learning

arXiv:2501.12046v22 citationsh-index: 11
Originality Highly original
AI Analysis

This addresses privacy and efficiency challenges for federated learning systems, representing an incremental improvement with novel method integration.

The paper tackles communication efficiency and privacy protection in federated learning by introducing CEPAM, a mechanism that uses a randomized vector quantizer to achieve joint differential privacy and compression, and demonstrates improved learning accuracy on the MNIST dataset compared to baselines.

Training machine learning models on decentralized private data via federated learning (FL) poses two key challenges: communication efficiency and privacy protection. In this work, we address these challenges within the trusted aggregator model by introducing a novel approach called the Communication-Efficient and Privacy-Adaptable Mechanism (CEPAM), achieving both objectives simultaneously. In particular, CEPAM leverages the rejection-sampled universal quantizer (RSUQ), a construction of randomized vector quantizer whose resulting distortion is equivalent to a prescribed noise, such as Gaussian or Laplace noise, enabling joint differential privacy and compression. Our CEPAM provides the additional benefit of privacy adaptability, allowing clients and the server to customize privacy protection based on required accuracy and protection. We theoretically analyze the privacy guarantee of CEPAM and investigate the trade-offs among user privacy and accuracy of CEPAM through experimental evaluations. Moreover, we assess CEPAM's utility performance using MNIST dataset, demonstrating that CEPAM surpasses baseline models in terms of learning accuracy.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes