Skip to content

mariogmarq/dgl_flex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deep Gradient Leakage in FLEX

Implementation of the Deep Gradient Leakage privacy attack for federated learning (introduced in Deep Leakage from Gradients) in FLEXible and Pytorch.

Attack overview

The attack works by optimizing a random noise so it produces the same gradient as the gradient leaked. This leads to the noise being close to the original data in many cases.

iDGL

Improved Deep Gradient Leakage is an improvement of the DGL which uses analytical knowledge about the derivative of the cross entropy in order to properly extract the label and thus improve the stability of the attack. More information in iDLG: Improved Deep Leakage from Gradients.

About

Deep Gradient Leakage attack in FLEX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages