Coder Social home page Coder Social logo

generative_classifier_broken's Introduction

Generative classifier

Making use of generative models to defend adversarial attacks. Here Variational Auto-Encoder with multiple decoders is used to test the idea. Network structure:

net_struct

Prerequisite

Tensorflow 1.1.0

Usage

code structure

  • assets
  • adversarial_attacks

    get

  • generative_classifier
    • VAE_subnet.py

      training of generative model

    • generator_models.py

      networks structure

  • original_classifier
  • utils

setting up

You can find pretrained models in /assets/pretrained_generator and /assets/pretrained_lenet

You can also train the discriminator from scratch, by running:

python ./original_classifier/lenet_mnist.py

And to train the generator, by running:

python ./generative_classifier/VAE_subnet.py

To monitor the training process, run:

$ tensorboard --logdir=./saved_logs

perform classification

To obtain classification accuracy on MNIST/ adversarial images, run:

python ./generative_classifier/classification.py

To obtain church window plot, run:

python ./adversarial_attacks/plot_church_window.py

Results

Here is a comparison of the overall accuracy with binary filtered classifier:

overall_acc

Visualization of different defense method of gradient based attack using church window plot:

church_plt_zoom_out

X axis is the adversarial gradient direction, Y axis is an arbitary orthogonal direction. Zoom in around origin:

church_plt_zoom_in

At the boundary on X axis, critical FGSM images:

critical_img_lenet

critical_img_vaesub

ToDO

-[ ] weight sharing in decoders

-[ ] smallNORB dataset

-[ ] overlapping mnist

generative_classifier_broken's People

Contributors

hope-yao avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.