Skip to content

The reproduction of the paper Deep Models Under the GAN: Information Leakage from Collaborative Deep Learning.

License

Notifications You must be signed in to change notification settings

Jaskiee/GAN-Attack-against-Federated-Deep-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GAN Attack against Federated Deep Learning

This repo seems too casual and there are some problems are not solved in the Issues, so I am going to revise it when I am free, I am sorry for my laziness! QAQ

This project is the reproduction of the paper Deep Models Under the GAN: Information Leakage from Collaborative Deep Learning. The details of this project are not exactly the same as the paper, but it can show the effect of this kind of attack, which uses gan to capture the information of other participants' data.

This reproduction assumes that there're 10 clients patcipating the training, and each one of them has a certain class of data.

For convenience, I use the weight averaging aggregation insetead of choosing certain portion of the parameters to upload or download.

In this scenario, each paticpant owns different data, which means that their data are in non-iid condition, so the averaging aggregation seems difficult to converge, I refer the paper Federated Learning with Non-IID Data and apply a warm-up training to the centralized model with 5% of all the data, this strategy raise the accuracy of the later training process.

Some details in the paper are not clear, for example, how many images should be generated by the generator in a epoch, do the generated images accumulate or the old generated samples will be replaced by the new ones, does the training set for the GAN contain the generated sample? Base on my experiment result, replacing the old generated samples and traning GAN on the dataset without generated images will be a little better.

Here are some attack results:

3_1 3_2

5_1 5_2

9_1 9_2

About

The reproduction of the paper Deep Models Under the GAN: Information Leakage from Collaborative Deep Learning.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages