项目作者: Mrzhouqifei

项目描述 :
Detection by Attack: Detecting Adversarial Samples by Undercover Attack
高级语言: Python
项目地址: git://github.com/Mrzhouqifei/DBA.git
创建时间: 2019-05-14T02:48:59Z
项目社区:https://github.com/Mrzhouqifei/DBA

开源协议:

下载


Detection by Attack: Detecting Adversarial Samples by Undercover Attack

Description

This repository includes the source code of the paper “Detection by Attack: Detecting Adversarial Samples by Undercover Attack”. Please cite our paper when you use this program! 😍 This paper has been accepted to the conference “European Symposium on Research in Computer Security (ESORICS20)”. This paper can be downloaded here.

  1. @inproceedings{zhou2020detection,
  2. title={Detection by attack: Detecting adversarial samples by undercover attack},
  3. author={Zhou, Qifei and Zhang, Rong and Wu, Bo and Li, Weiping and Mo, Tong},
  4. booktitle={European Symposium on Research in Computer Security},
  5. pages={146--164},
  6. year={2020},
  7. organization={Springer}
  8. }

DBA overview

image.png

The pipeline of our framework consists of two steps:

  1. Injecting adversarial samples to train the classification model.
  2. Training a simple multi-layer perceptron (MLP) classifier to judge whether the sample is adversarial.

We take MNIST and CIFAR as examples: the mnist_undercover_train.py and cifar_undercover_train.py refer to the step one; the mnist_DBA.ipynb and cifar_DBA.ipynb refer to the step two.

Report issues

Please let us know if you encounter any problems.

The contact email is qifeizhou@pku.edu.cn