LGCRCVJan 29, 2025

Federated Learning With Individualized Privacy Through Client Sampling

arXiv:2501.17634v21 citationsh-index: 4ICMLT
AI Analysis

This work addresses privacy concerns in federated learning for users with diverse preferences, though it is incremental as it adapts an existing centralized algorithm to a decentralized setting.

The paper tackles the problem of balancing privacy and utility in federated learning by proposing a method that allows clients to set individualized privacy preferences, achieving improvements over uniform differential privacy baselines.

With growing concerns about user data collection, individualized privacy has emerged as a promising solution to balance protection and utility by accounting for diverse user privacy preferences. Instead of enforcing a uniform level of anonymization for all users, this approach allows individuals to choose privacy settings that align with their comfort levels. Building on this idea, we propose an adapted method for enabling Individualized Differential Privacy (IDP) in Federated Learning (FL) by handling clients according to their personal privacy preferences. By extending the SAMPLE algorithm from centralized settings to FL, we calculate client-specific sampling rates based on their heterogeneous privacy budgets and integrate them into a modified IDP-FedAvg algorithm. We test this method under realistic privacy distributions and multiple datasets. The experimental results demonstrate that our approach achieves clear improvements over uniform DP baselines, reducing the trade-off between privacy and utility. Compared to the alternative SCALE method in related work, which assigns differing noise scales to clients, our method performs notably better. However, challenges remain for complex tasks with non-i.i.d. data, primarily stemming from the constraints of the decentralized setting.

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