Code Monkey home page Code Monkey logo

visualexplanationmethods's Introduction

VisualExplanationMethods

Some visual explanation methods.

Include:

gradient_based

Backpropagation:

Description: Only Do backward
url: https://github.com/huangchuanhong/VisualExplanationMethods/blob/master/grad-cam-pytorch/grad_cam.py   class BackPropation
origin github: https://github.com/kazuto1011/grad-cam-pytorch

Deconv

Description: When Do backward, exchange Relu backward with Relu.
url: 1.https://github.com/huangchuanhong/VisualExplanationMethods/tree/master/VisualizingCNN
2.https://github.com/huangchuanhong/VisualExplanationMethods/blob/master/grad-cam-pytorch/grad_cam.py   class Deconvnet
paper: 2014 ECCV paper "Visualizing and understanding convolutional networks"
paper url: https://arxiv.org/abs/1311.2901
origin github 1.https://github.com/huybery/VisualizingCNN
2.https://github.com/kazuto1011/grad-cam-pytorch

GuidedBackPropagation

Description: When Do backward, add a Relu after each Relu backward.
url: https://github.com/huangchuanhong/VisualExplanationMethods/blob/master/grad-cam-pytorch/grad_cam.py   class GuidedBackPropatation
paper: "Striving for simplicity: The All Convolutional net"
paper url: https://arxiv.org/abs/1412.6806
origin github: https://github.com/kazuto1011/grad-cam-pytorch

CAM(Class Activation Map)

url: https://github.com/huangchuanhong/VisualExplanationMethods/tree/master/CAM
paper: 2016 CVPR paper "Learning Deep Features for Discriminative Localization"
paper url: https://arxiv.org/abs/1512.04150
origin github: https://github.com/zhoubolei/CAM/blob/master/pytorch_CAM.py

Grad-CAM

url: https://github.com/huangchuanhong/VisualExplanationMethods/tree/master/grad-cam-pytorch/grad_cam.py   class GradCAM
paper: Grad-CAM: Visual Explanations from Deep Networks via Gradient-based Localization
paper url: https://arxiv.org/abs/1610.02391
origin github: https://github.com/kazuto1011/grad-cam-pytorch

GI(Gradient*input)、IG(Integrated Gradient)、SG(SmoothGrad)

url: https://github.com/huangchuanhong/VisualExplanationMethods/blob/master/sam
paper: "SAM: The Sensitivity of Attribution Methods to Hyperparameters"
paper url: https://arxiv.org/abs/2003.08754
origin github: https://github.com/anguyen8/sam

perturbation_base

Lime

url: 1.https://github.com/huangchuanhong/VisualExplanationMethods/tree/master/lime_example
2.https://github.com/huangchuanhong/VisualExplanationMethods/blob/master/sam/LIME_Madry.py
paper: "Why should I trust you? Explaining the Predictions of Any Classifier"
paper url: https://arxiv.org/abs/1602.04938
origin github: https://github.com/anguyen8/sam

MP

url: https://github.com/huangchuanhong/VisualExplanationMethods/blob/master/sam/MP_MADRY.py
paper: "Interpretable Explanations of Black Boxes by Meaningful Perturbation"
paper url: https://arxiv.org/abs/1704.03296
origin github: https://github.com/anguyen8/sam

SP(Sliding Path, Occlusion)

url: https://github.com/huangchuanhong/VisualExplanationMethods/blob/master/sam
paper: "SAM: The Sensitivity of Attribution Methods to Hyperparameters"
paper url: https://arxiv.org/abs/2003.08754
origin github: https://github.com/anguyen8/sam

SAM

url: https://github.com/huangchuanhong/VisualExplanationMethods/blob/master/sam
paper: "SAM: The Sensitivity of Attribution Methods to Hyperparameters"
paper url: https://arxiv.org/abs/2003.08754
origin github: https://github.com/anguyen8/sam

visualexplanationmethods's People

Contributors

huangchuanhong avatar

Watchers

James Cloos avatar paper2code - bot 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.