paper-with-me

Papers

Cross-silo Federated Learning with Record-level Personalized Differential Privacy

2024-01-29 · Junxu Liu, Jian Lou, Li Xiong, Jinfei Liu, Xiaofeng Meng

Federated learning (FL) enhanced by differential privacy has emerged as a popular approach to better safeguard the privacy of client-side data by protecting clients' contributions during the training process. Existing solutions typically assume a uniform privacy budget for all records and provide one-size-fits-all solutions that may not be adequate to meet each record's privacy requirement. In this paper, we explore the uncharted territory of cross-silo FL with record-level personalized differential privacy. We devise a novel framework named \textit{rPDP-FL}, employing a two-stage hybrid sampling scheme with both uniform client-level sampling and non-uniform record-level sampling to accommodate varying privacy requirements. A critical and non-trivial problem is how to determine the ideal per-record sampling probability $q$ given the personalized privacy budget $\varepsilon$. We introduce a versatile solution named \textit{Simulation-CurveFitting}, allowing us to uncover a significant insight into the nonlinear correlation between $q$ and $\varepsilon$ and derive an elegant mathematical model to tackle the problem. Our evaluation demonstrates that our solution can provide significant performance gains over the baselines that do not consider personalized privacy preservation.

📄 PDF Abstract BibTeX arXiv:2401.16251

Code (1)

emory-aims/rpdp-fl 공식 구현 pytorch

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

ULDP-FL: Federated Learning with Across Silo User-Level Differential Privacy

2023-08-23 · Fumiyuki Kato, Li Xiong, Shun Takagi, Yang Cao 외

Differentially Private Federated Learning (DP-FL) has garnered attention as a collaborative machine learning approach that ensures formal privacy. Most DP-FL approaches ensure DP at the record-level within each silo for …

Federated Learning

Private Federated Learning Without a Trusted Server: Optimal Algorithms for Convex Losses

2021-06-17 · Andrew Lowy, Meisam Razaviyayn

This paper studies federated learning (FL)--especially cross-silo FL--with data from people who do not trust the server or other silos. In this setting, each silo (e.g. hospital) has data from different people (e.g. pati…

Federated LearningStochastic Optimization

Privacy Preserving Machine Learning Model Personalization through Federated Personalized Learning

2025-05-03 · Md. Tanzib Hosain, Asif Zaman, Md. Shahriar Sajid, Shadman Sakeeb Khan 외

The widespread adoption of Artificial Intelligence (AI) has been driven by significant advances in intelligent system research. However, this progress has raised concerns about data privacy, leading to a growing awarenes…

Federated LearningPrivacy Preserving

Private Non-Convex Federated Learning Without a Trusted Server

2022-03-13 · Andrew Lowy, Ali Ghafelebashi, Meisam Razaviyayn

We study federated learning (FL) -- especially cross-silo FL -- with non-convex loss functions and data from people who do not trust the server or other silos. In this setting, each silo (e.g. hospital) must protect the …

Federated Learning

A Stochastic Optimization Framework for Private and Fair Learning From Decentralized Data

2024-11-12 · Devansh Gupta, A. S. Poornash, Andrew Lowy, Meisam Razaviyayn

Machine learning models are often trained on sensitive data (e.g., medical records and race/gender) that is distributed across different "silos" (e.g., hospitals). These federated learning models may then be used to make…

FairnessFederated LearningStochastic Optimization