English

Differential Privacy: Gradient Leakage Attacks in Federated Learning Environments

Machine Learning 2025-10-29 v1 Cryptography and Security Distributed, Parallel, and Cluster Computing

Abstract

Federated Learning (FL) allows for the training of Machine Learning models in a collaborative manner without the need to share sensitive data. However, it remains vulnerable to Gradient Leakage Attacks (GLAs), which can reveal private information from the shared model updates. In this work, we investigate the effectiveness of Differential Privacy (DP) mechanisms - specifically, DP-SGD and a variant based on explicit regularization (PDP-SGD) - as defenses against GLAs. To this end, we evaluate the performance of several computer vision models trained under varying privacy levels on a simple classification task, and then analyze the quality of private data reconstructions obtained from the intercepted gradients in a simulated FL environment. Our results demonstrate that DP-SGD significantly mitigates the risk of gradient leakage attacks, albeit with a moderate trade-off in model utility. In contrast, PDP-SGD maintains strong classification performance but proves ineffective as a practical defense against reconstruction attacks. These findings highlight the importance of empirically evaluating privacy mechanisms beyond their theoretical guarantees, particularly in distributed learning scenarios where information leakage may represent an unassumable critical threat to data security and privacy.

Keywords

Cite

@article{arxiv.2510.23931,
  title  = {Differential Privacy: Gradient Leakage Attacks in Federated Learning Environments},
  author = {Miguel Fernandez-de-Retana and Unai Zulaika and Rubén Sánchez-Corcuera and Aitor Almeida},
  journal= {arXiv preprint arXiv:2510.23931},
  year   = {2025}
}

Comments

17 pages, 12 figures

R2 v1 2026-07-01T07:08:44.650Z