code of "Improving Membership Inference Attack Robustness With Attention Against Adversarial Examples"
Code modification based on "MemGuard: Defending against Black-Box Membership Inference Attacks via Adversarial Examples" code
Required python tool:
- tensorflow-gpu==1.8.0
- python==2.7
- pandas==0.24.2
- Keras==2.1.6
- Keras-Applications==1.0.4
- Keras-Preprocessing==1.0.2
python main_run.py
result saved at log/result.log
If you use this code, please cite the following paper:
We would like to thank Jinyuan Jia and Neil Zhenqiang Gong (Duke University) for their open source code of MemGuard.