All Projects → gongzhitaao → adversarial-classifier

gongzhitaao / adversarial-classifier

Licence: MIT License
It turns out that adversarial and clean data are not twins, not at all.

Programming Languages

python
139335 projects - #7 most used programming language
TeX
3793 projects

Projects that are alternatives of or similar to adversarial-classifier

backdoors101
Backdoors Framework for Deep Learning and Federated Learning. A light-weight tool to conduct your research on backdoors.
Stars: ✭ 181 (+905.56%)
Mutual labels:  adversarial
RayS
RayS: A Ray Searching Method for Hard-label Adversarial Attack (KDD2020)
Stars: ✭ 43 (+138.89%)
Mutual labels:  adversarial
chainer-ADDA
Adversarial Discriminative Domain Adaptation in Chainer
Stars: ✭ 24 (+33.33%)
Mutual labels:  adversarial
WARP
Code for ACL'2021 paper WARP 🌀 Word-level Adversarial ReProgramming. Outperforming `GPT-3` on SuperGLUE Few-Shot text classification. https://aclanthology.org/2021.acl-long.381/
Stars: ✭ 66 (+266.67%)
Mutual labels:  adversarial
AdversarialBinaryCoding4ReID
Codes of the paper "Adversarial Binary Coding for Efficient Person Re-identification"
Stars: ✭ 12 (-33.33%)
Mutual labels:  adversarial
MNIST-adversarial-images
Create adversarial images to fool a MNIST classifier in TensorFlow
Stars: ✭ 13 (-27.78%)
Mutual labels:  adversarial
vat nmt
Implementation of "Effective Adversarial Regularization for Neural Machine Translation", ACL 2019
Stars: ✭ 22 (+22.22%)
Mutual labels:  adversarial
gans-collection.torch
Torch implementation of various types of GAN (e.g. DCGAN, ALI, Context-encoder, DiscoGAN, CycleGAN, EBGAN, LSGAN)
Stars: ✭ 53 (+194.44%)
Mutual labels:  adversarial

Adversarial Classifier

This repo contains the code to reproduce the experiment in our paper (https://arxiv.org/abs/1704.04960), specifically the code to generate the figures and tables.

Code Dependencies

  1. Python 3.6+
  2. Keras https://keras.io/
  3. Tensorflow https://tensorflow.org
  4. tensorflow-adversarial https://github.com/gongzhitaao/tensorflow-adversarial

Datasets

We used MNIST, CIFAR10 and SVHN in our experiment.

Document

The paper itself is written in Org mode (http://orgmode.org/) employing the ICML2017 LaTeX template, with slight modification, i.e., removing the conference information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].