paper-with-me

Papers

Communication-Efficient and Privacy-Adaptable Mechanism for Federated Learning

2025-01-21 · Chih Wei Ling, Youqi Wu, Jiande Sun, Cheuk Ting Li, Linqi Song, Weitao Xu

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. Moreover, we analyze the trade-offs among user privacy, global utility, and transmission rate of CEPAM by defining appropriate metrics for FL with 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 assess CEPAM's utility performance using MNIST dataset, demonstrating that CEPAM surpasses baseline models in terms of learning accuracy.

📄 PDF Abstract BibTeX arXiv:2501.12046

Code (1)

yokiwuuu/cepam 공식 구현 pytorch

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Communication-Efficient and Privacy-Adaptable Mechanism -- a Federated Learning Scheme with Convergence Analysis

2026-01-15 · Chun Hei Michael Shiu, Chih Wei Ling arxiv

Federated learning enables multiple parties to jointly train learning models without sharing their own underlying data, offering a practical pathway to privacy-preserving collaboration under data-governance constraints. …

Federated Learning

Efficient Sparse Secure Aggregation for Federated Learning

2020-07-29 · Constance Beguier, Mathieu Andreux, Eric W. Tramel

Federated Learning enables one to jointly train a machine learning model across distributed clients holding sensitive datasets. In real-world settings, this approach is hindered by expensive communication and privacy con…

Federated Learning

PBM-VFL: Vertical Federated Learning with Feature and Sample Privacy

2025-01-23 · Linh Tran, Timothy Castiglia, Stacy Patterson, Ana Milanova

We present Poisson Binomial Mechanism Vertical Federated Learning (PBM-VFL), a communication-efficient Vertical Federated Learning algorithm with Differential Privacy guarantees. PBM-VFL combines Secure Multi-Party Compu…

Federated LearningVertical Federated Learning

Breaking the Communication-Privacy-Accuracy Tradeoff with $f$-Differential Privacy

2023-02-19 · NeurIPS 2023 11 · Richeng Jin, Zhonggen Su, Caijun Zhong, Zhaoyang Zhang 외

We consider a federated data analytics problem in which a server coordinates the collaborative data analysis of multiple users with privacy concerns and limited communication capability. The commonly adopted compression …

Data CompressionFederated Learning

Binary Federated Learning with Client-Level Differential Privacy

2023-08-07 · Lumin Liu, Jun Zhang, Shenghui Song, Khaled B. Letaief

Federated learning (FL) is a privacy-preserving collaborative learning framework, and differential privacy can be applied to further enhance its privacy protection. Existing FL systems typically adopt Federated Average (…

Federated LearningPrivacy Preserving