Skip to content

Pytorch implementation of "Membership Inference Attacks are Easier on Difficult Problems", ICCV 2021

License

Notifications You must be signed in to change notification settings

avitalsh/reconst_based_MIA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Membership Inference Attacks are Easier on Difficult Problems

Membership Inference Attacks are Easier on Difficult Problems
Avital Shafran, Shmuel Peleg and Yedid Hoshen
International Conference on Computer Vision (ICCV), 2021.

Usage

The current software is tested with Pytorch 1.6.0 and Python 3.6.

Dataset

Download the Cityscapes dataset from the official website (registration required). After downloading, please put it under the ./pix2pixHD/datasets folder in the same way the example images are provided.

Pre-trained model

Please download the pre-trained pix2pixHD Cityscapes model from the official pix2pixHD Pytorch implementation, and put it under ./pix2pixHD/checkpoints/label2city_1024p/

Run attack

Run attack on pre-trained pix2pixHD model:

python run_MIA_pix2pixHD.py --dataroot./pix2pixHD/datasets/Cityscapes --checkpoints_dir ./pix2pixHD/checkpoints

Citation

If you find this project useful for your research, please cite

@article{shafran2021reconstruction,
  title={Reconstruction-Based Membership Inference Attacks are Easier on Difficult Problems},
  author={Shafran, Avital and Peleg, Shmuel and Hoshen, Yedid},
  journal={arXiv preprint arXiv:2102.07762},
  year={2021}
}

Acknowledgments

This code borrows heavily from pix2pixHD.

About

Pytorch implementation of "Membership Inference Attacks are Easier on Difficult Problems", ICCV 2021

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published