paper-with-me

Papers

Differentially Private Federated Learning With Time-Adaptive Privacy Spending

2025-02-25 · Shahrzad Kiani, Nupur Kulkarni, Adam Dziedzic, Stark Draper, Franziska Boenisch

Federated learning (FL) with differential privacy (DP) provides a framework for collaborative machine learning, enabling clients to train a shared model while adhering to strict privacy constraints. The framework allows each client to have an individual privacy guarantee, e.g., by adding different amounts of noise to each client's model updates. One underlying assumption is that all clients spend their privacy budgets uniformly over time (learning rounds). However, it has been shown in the literature that learning in early rounds typically focuses on more coarse-grained features that can be learned at lower signal-to-noise ratios while later rounds learn fine-grained features that benefit from higher signal-to-noise ratios. Building on this intuition, we propose a time-adaptive DP-FL framework that expends the privacy budget non-uniformly across both time and clients. Our framework enables each client to save privacy budget in early rounds so as to be able to spend more in later rounds when additional accuracy is beneficial in learning more fine-grained features. We theoretically prove utility improvements in the case that clients with stricter privacy budgets spend budgets unevenly across rounds, compared to clients with more relaxed budgets, who have sufficient budgets to distribute their spend more evenly. Our practical experiments on standard benchmark datasets support our theoretical results and show that, in practice, our algorithms improve the privacy-utility trade-offs compared to baseline schemes.

📄 PDF Abstract BibTeX arXiv:2502.18706

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

ALI-DPFL: Differentially Private Federated Learning with Adaptive Local Iterations

2023-08-21 · XinPeng Ling, Jie Fu, Kuncan Wang, Haitao Liu 외

Federated Learning (FL) is a distributed machine learning technique that allows model training among multiple devices or organizations by sharing training parameters instead of raw data. However, adversaries can still in…

Federated Learning

Adap DP-FL: Differentially Private Federated Learning with Adaptive Noise

2022-11-29 · Jie Fu, Zhili Chen, Xiao Han

Federated learning seeks to address the issue of isolated data islands by making clients disclose only their local training models. However, it was demonstrated that private information could still be inferred by analyzi…

Federated Learning

Private and Communication-Efficient Federated Learning based on Differentially Private Sketches

2024-10-08 · Meifan Zhang, Zhanhong Xie, Lihua Yin

Federated learning (FL) faces two primary challenges: the risk of privacy leakage due to parameter sharing and communication inefficiencies. To address these challenges, we propose DPSFL, a federated learning method that…

Federated Learning

Shuffled Differentially Private Federated Learning for Time Series Data Analytics

2023-07-30 · Chenxi Huang, Chaoyang Jiang, Zhenghua Chen

Trustworthy federated learning aims to achieve optimal performance while ensuring clients' privacy. Existing privacy-preserving federated learning approaches are mostly tailored for image data, lacking applications for t…

Activity RecognitionFederated LearningHuman Activity RecognitionPrivacy Preserving+1

Differentially Private Federated Learning: A Systematic Review

2024-05-14 · Jie Fu, Yuan Hong, XinPeng Ling, Leixia Wang 외

In recent years, privacy and security concerns in machine learning have promoted trusted federated learning to the forefront of research. Differential privacy has emerged as the de facto standard for privacy protection i…

Federated LearningPrivacy Preserving