LGAIOct 9, 2025

Evaluation of Differential Privacy Mechanisms on Federated Learning

arXiv:2510.09691v1
Originality Synthesis-oriented
AI Analysis

This work addresses privacy-performance trade-offs in federated learning for sensitive data applications, but it is incremental as it builds on existing adaptive approaches.

The paper tackled the problem of excessive noise in differential privacy mechanisms for federated learning, which compromises model performance, by implementing adaptive privacy budgets and clipping. The results suggest these methods can help maintain accuracy while preserving privacy, though experiments were limited to 200 training rounds.

Federated learning is distributed model training across several clients without disclosing raw data. Despite advancements in data privacy, risks still remain. Differential Privacy (DP) is a technique to protect sensitive data by adding noise to model updates, usually controlled by a fixed privacy budget. However, this approach can introduce excessive noise, particularly when the model converges, which compromises performance. To address this problem, adaptive privacy budgets have been investigated as a potential solution. This work implements DP methods using Laplace and Gaussian mechanisms with an adaptive privacy budget, extending the SelecEval simulator. We introduce an adaptive clipping approach in the Gaussian mechanism, ensuring that gradients of the model are dynamically updated rather than using a fixed sensitivity. We conduct extensive experiments with various privacy budgets, IID and non-IID datasets, and different numbers of selected clients per round. While our experiments were limited to 200 training rounds, the results suggest that adaptive privacy budgets and adaptive clipping can help maintain model accuracy while preserving privacy.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes