paper-with-me

홈 › Papers

See through Gradients: Image Batch Recovery via GradInversion

2021-04-15 · CVPR 2021 1 · Hongxu Yin, Arun Mallya, Arash Vahdat, Jose M. Alvarez, Jan Kautz, Pavlo Molchanov

Training deep neural networks requires gradient estimation from data batches to update parameters. Gradients per parameter are averaged over a set of data and this has been presumed to be safe for privacy-preserving training in joint, collaborative, and federated learning applications. Prior work only showed the possibility of recovering input data given gradients under very restrictive conditions - a single input point, or a network with no non-linearities, or a small 32x32 px input batch. Therefore, averaging gradients over larger batches was thought to be safe. In this work, we introduce GradInversion, using which input images from a larger batch (8 - 48 images) can also be recovered for large networks such as ResNets (50 layers), on complex datasets such as ImageNet (1000 classes, 224x224 px). We formulate an optimization task that converts random noise into natural images, matching gradients while regularizing image fidelity. We also propose an algorithm for target class label recovery given gradients. We further propose a group consistency regularization framework, where multiple agents starting from different random seeds work together to find an enhanced reconstruction of original data batch. We show that gradients encode a surprisingly large amount of information, such that all the individual images can be recovered with high fidelity via GradInversion, even for complex datasets, deep networks, and large batch sizes.

📄 PDF Abstract BibTeX arXiv:2104.07586

Code (1)

Koukyosyumei/AIJack pytorch

Tasks

Federated LearningInference AttackPrivacy Preserving

Similar Papers 제목 키워드 기반

Towards General Deep Leakage in Federated Learning

2021-10-18 · Jiahui Geng, Yongli Mou, Feifei Li, Qing Li 외

Unlike traditional central training, federated learning (FL) improves the performance of the global model by sharing and aggregating local models rather than local data to protect the users' privacy. Although this traini…

Federated LearningImage RestorationReconstruction Attack

Catastrophic Data Leakage in Vertical Federated Learning

2021-12-01 · NeurIPS 2021 12 · Xiao Jin, Pin-Yu Chen, Chia-Yi Hsu, Chia-Mu Yu 외

Recent studies show that private training data can be leaked through the gradients sharing mechanism deployed in distributed machine learning systems, such as federated learning (FL). Increasing batch size to complicate …

Federated LearningVertical Federated Learning

CAFE: Catastrophic Data Leakage in Vertical Federated Learning

2021-10-26 · Xiao Jin, Pin-Yu Chen, Chia-Yi Hsu, Chia-Mu Yu 외

Recent studies show that private training data can be leaked through the gradients sharing mechanism deployed in distributed machine learning systems, such as federated learning (FL). Increasing batch size to complicate …

Federated LearningVertical Federated Learning

Enhancing Privacy against Inversion Attacks in Federated Learning by using Mixing Gradients Strategies

2022-04-26 · Shaltiel Eloul, Fran Silavong, Sanket Kamthe, Antonios Georgiadis 외

Federated learning reduces the risk of information leakage, but remains vulnerable to attacks. We investigate how several neural network design decisions can defend against gradients inversion attacks. We show that overl…

Federated Learning

Towards Eliminating Hard Label Constraints in Gradient Inversion Attacks

2024-02-05 · Yanbo Wang, Jian Liang, Ran He

Gradient inversion attacks aim to reconstruct local training data from intermediate gradients exposed in the federated learning framework. Despite successful attacks, all previous methods, starting from reconstructing a …

Federated LearningImage Reconstruction