English

Optimal Defenses Against Gradient Reconstruction Attacks

Machine Learning 2024-11-07 v1 Artificial Intelligence Cryptography and Security Machine Learning

Abstract

Federated Learning (FL) is designed to prevent data leakage through collaborative model training without centralized data storage. However, it remains vulnerable to gradient reconstruction attacks that recover original training data from shared gradients. To optimize the trade-off between data leakage and utility loss, we first derive a theoretical lower bound of reconstruction error (among all attackers) for the two standard methods: adding noise, and gradient pruning. We then customize these two defenses to be parameter- and model-specific and achieve the optimal trade-off between our obtained reconstruction lower bound and model utility. Experimental results validate that our methods outperform Gradient Noise and Gradient Pruning by protecting the training data better while also achieving better utility.

Keywords

Cite

@article{arxiv.2411.03746,
  title  = {Optimal Defenses Against Gradient Reconstruction Attacks},
  author = {Yuxiao Chen and Gamze Gürsoy and Qi Lei},
  journal= {arXiv preprint arXiv:2411.03746},
  year   = {2024}
}

Comments

The code for this project is available at https://github.com/cyx78/Optimal_Defenses_Against_Gradient_Reconstruction_Attacks

R2 v1 2026-06-28T19:49:53.865Z