paper-with-me

홈 › Papers

Concentrated Differentially Private and Utility Preserving Federated Learning

2020-03-30 · Rui Hu, Yuanxiong Guo, Yanmin Gong

Federated learning is a machine learning setting where a set of edge devices collaboratively train a model under the orchestration of a central server without sharing their local data. At each communication round of federated learning, edge devices perform multiple steps of stochastic gradient descent with their local data and then upload the computation results to the server for model update. During this process, the challenge of privacy leakage arises due to the information exchange between edge devices and the server when the server is not fully trusted. While some previous privacy-preserving mechanisms could readily be used for federated learning, they usually come at a high cost on convergence of the algorithm and utility of the learned model. In this paper, we develop a federated learning approach that addresses the privacy challenge without much degradation on model utility through a combination of local gradient perturbation, secure aggregation, and zero-concentrated differential privacy (zCDP). We provide a tight end-to-end privacy guarantee of our approach and analyze its theoretical convergence rates. Through extensive numerical experiments on real-world datasets, we demonstrate the effectiveness of our proposed method and show its superior trade-off between privacy and model utility.

📄 PDF Abstract BibTeX arXiv:2003.13761

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningPrivacy Preserving

Similar Papers 제목 키워드 기반

Locally Differentially Private Online Federated Learning With Correlated Noise

2024-11-27 · Jiaojiao Zhang, Linglingzhi Zhu, Dominik Fay, Mikael Johansson

We introduce a locally differentially private (LDP) algorithm for online federated learning that employs temporally correlated noise to improve utility while preserving privacy. To address challenges posed by the correla…

Federated Learning

Differentially Private Decentralized Dataset Synthesis Through Randomized Mixing with Correlated Noise

2025-09-12 · Utsab Saha, Tanvir Muntakim Tonoy, Hafiz Imtiaz arxiv

In this work, we explore differentially private synthetic data generation in a decentralized-data setting by building on the recently proposed Differentially Private Class-Centric Data Aggregation (DP-CDA). DP-CDA synthe…

Synthetic Data Generation

PrivateRec: Differentially Private Training and Serving for Federated News Recommendation

2022-04-18 · Ruixuan Liu, Yanlin Wang, Yang Cao, Lingjuan Lyu 외

Collecting and training over sensitive personal data raise severe privacy concerns in personalized recommendation systems, and federated learning can potentially alleviate the problem by training models over decentralize…

Federated LearningNews RecommendationPrivacy PreservingRecommendation Systems

Multi-Objective Optimization for Privacy-Utility Balance in Differentially Private Federated Learning

2025-03-27 · Kanishka Ranaweera, David Smith, Pubudu N. Pathirana, Ming Ding 외

Federated learning (FL) enables collaborative model training across distributed clients without sharing raw data, making it a promising approach for privacy-preserving machine learning. However, ensuring differential pri…

Federated LearningPrivacy Preserving

FastLloyd: Federated, Accurate, Secure, and Tunable $k$-Means Clustering with Differential Privacy

2024-05-03 · Abdulrahman Diaa, Thomas Humphries, Florian Kerschbaum

We study the problem of privacy-preserving $k$-means clustering in the horizontally federated setting. Existing federated approaches using secure computation suffer from substantial overheads and do not offer output priv…

ClusteringConstrained ClusteringPrivacy Preserving