GI-SMN: Gradient Inversion Attack against Federated Learning without Prior Knowledge
Jin Qian, Kaimin Wei, Yongdong Wu, Jilian Zhang, Jipeng Chen, Huan Bao
TL;DR
The paper tackles privacy risks in federated learning posed by gradient inversion attacks that do not assume powerful attackers or idealized priors. It introduces GI-SMN, a gradient inversion attack based on a Style Migration Network that optimizes a low-dimensional latent code and leverages auxiliary regularization to improve gradient matching. By using StyleGAN-XL pre-trained on ImageNet and a latent code of size 64, GI-SMN substantially reduces the optimization space and delivers higher reconstruction fidelity, even under defenses like gradient pruning and differential privacy. Experimental results across CIFAR-10, TinyImageNet, FFHQ, and ImageNet demonstrate that GI-SMN outperforms state-of-the-art attacks in visual quality and similarity metrics, underscoring the ongoing privacy vulnerabilities in FL and the need for stronger defenses.
Abstract
Federated learning (FL) has emerged as a privacy-preserving machine learning approach where multiple parties share gradient information rather than original user data. Recent work has demonstrated that gradient inversion attacks can exploit the gradients of FL to recreate the original user data, posing significant privacy risks. However, these attacks make strong assumptions about the attacker, such as altering the model structure or parameters, gaining batch normalization statistics, or acquiring prior knowledge of the original training set, etc. Consequently, these attacks are not possible in real-world scenarios. To end it, we propose a novel Gradient Inversion attack based on Style Migration Network (GI-SMN), which breaks through the strong assumptions made by previous gradient inversion attacks. The optimization space is reduced by the refinement of the latent code and the use of regular terms to facilitate gradient matching. GI-SMN enables the reconstruction of user data with high similarity in batches. Experimental results have demonstrated that GI-SMN outperforms state-of-the-art gradient inversion attacks in both visual effect and similarity metrics. Additionally, it also can overcome gradient pruning and differential privacy defenses.
