Adversarial Examples of Deep Learning

Published: 09 Oct 2015 Category: deep_learning

Paper

Intriguing properties of neural networks

  • arXiv: http://arxiv.org/abs/1312.6199
  • my notes: In each layer of a deep network it is the “direction” of “space” (ensemble of feature activations) which encodes useful class information rather than individual units (feature activations).

Generative Adversarial Networks

Generative Adversarial Autoencoders in Theano


Deep Neural Networks are Easily Fooled: High Confidence Predictions for Unrecognizable Images

Explaining and Harnessing Adversarial Examples

  • introduction: primary cause of neural networks’ vulnerability to adversarial perturbation is their linear nature
  • paper: http://arxiv.org/abs/1412.6572

Deep Generative Image Models using a Laplacian Pyramid of Adversarial Networks(NIPS 2015)

Conditional generative adversarial nets for convolutional face generation

Distributional Smoothing with Virtual Adversarial Training

Confusing Deep Convolution Networks by Relabelling

Exploring the Space of Adversarial Images

Learning with a Strong Adversary

Adversarial Autoencoders

Understanding Adversarial Training: Increasing Local Stability of Neural Nets through Robust Optimization

Unsupervised Representation Learning with Deep Convolutional Generative Adversarial Networks (DCGAN)

Blog

(Deep Learning’s Deep Flaws)’s Deep Flaws (By Zachary Chase Lipton)

http://www.kdnuggets.com/2015/01/deep-learning-flaws-universal-machine-learning.html

Deep Learning Adversarial Examples – Clarifying Misconceptions (By Ian Goodfellow (Google))

http://www.kdnuggets.com/2015/07/deep-learning-adversarial-examples-misconceptions.html

Torch convolutional GAN: Generating Faces with Torch

Adversarial Machines: Fooling A.Is (and turn everyone into a Manga)

https://medium.com/@samim/adversarial-machines-998d8362e996#.iv3muefgt

How to trick a neural network into thinking a panda is a vulture

https://codewords.recurse.com/issues/five/why-do-neural-networks-think-a-panda-is-a-vulture

Code

Generate cat images with neural networks