Giter Site home page Giter Site logo

ipnn-pytorch's Introduction

IPNN-pytorch

A pytorch implementation of "Intriguing properties of neural networks"

Summary

  1. The natural basis is not better than a random basis for inspecting the properties of latent vectors.
    • there are serveral directions which have the semantic meaning not only individual units.
  2. We can generate images(adversarial examples) with small perturbations to fooling neural network models.
  3. Weight Decay or Regularization couldn't help model to defend adversarial examples.
  4. One adversarial example for a specific model is possible to deceive other models.
  5. According to spectral analysis of unstability, the deeper models, the more stupid.

Requirements

  • python==3.6
  • numpy==1.14.2
  • pytorch==1.0.0

A limitation of this code

In the paper, L-BFGS is used to solve equation with constraints.
However, in this code, backpropagation method is used instead of L-BFGS.
Hence, it doesn't cover "4.2 Exprimental results"

Notice

ipnn-pytorch's People

Contributors

harry24k avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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.