HF-GradInv
March 11, 2024 ยท View on GitHub
Implementation of AAAI 2024 paper "High-Fidelity Gradient Inversion in Distributed Learning"
Requirements
I have tested on:
- PyTorch 1.13.0
- CUDA 11.0
The Simplest Implementation
If you want to test the gradient inversion attacks:
python main_attack.py

If you want to test with duplicated labels:
python main_attack_duplicate_labels.py
