Missing GradInversion Additional Information other than Gradient
philipjk opened this issue · 1 comments
philipjk commented
In the documentation relative to the papers introducing gradient inversion attacks (GradAttack/papers/gradient_inversion.md
) the GradInversion paper by Yin et al. lists "Good approximation of private labels" as additional information needed other than gradient.
The table entry is missing that the above paper also requires BatchNorm statistics (Section 3.3) as part of the regularization terms.
Hazelsuko07 commented
Hi,
Thanks for your suggestion! We've updated the requirements of GradInversion by including BatchNorm statistics :)