English

Understanding Deep Gradient Leakage via Inversion Influence Functions

Machine Learning 2024-01-10 v3 Cryptography and Security

Abstract

Deep Gradient Leakage (DGL) is a highly effective attack that recovers private training images from gradient vectors. This attack casts significant privacy challenges on distributed learning from clients with sensitive data, where clients are required to share gradients. Defending against such attacks requires but lacks an understanding of when and how privacy leakage happens, mostly because of the black-box nature of deep networks. In this paper, we propose a novel Inversion Influence Function (I2^2F) that establishes a closed-form connection between the recovered images and the private gradients by implicitly solving the DGL problem. Compared to directly solving DGL, I2^2F is scalable for analyzing deep networks, requiring only oracle access to gradients and Jacobian-vector products. We empirically demonstrate that I2^2F effectively approximated the DGL generally on different model architectures, datasets, modalities, attack implementations, and perturbation-based defenses. With this novel tool, we provide insights into effective gradient perturbation directions, the unfairness of privacy protection, and privacy-preferred model initialization. Our codes are provided in https://github.com/illidanlab/inversion-influence-function.

Keywords

Cite

@article{arxiv.2309.13016,
  title  = {Understanding Deep Gradient Leakage via Inversion Influence Functions},
  author = {Haobo Zhang and Junyuan Hong and Yuyang Deng and Mehrdad Mahdavi and Jiayu Zhou},
  journal= {arXiv preprint arXiv:2309.13016},
  year   = {2024}
}

Comments

24 pages, 18 figures, accepted to NeurIPS2023

R2 v1 2026-06-28T12:29:43.685Z