Sunnynevarekar/pytorch-saliency-maps: Visualizing Image-specific ...

Skip to content Dismiss alert {{ message }} / pytorch-saliency-maps Public
  • Notifications You must be signed in to change notification settings
  • Fork 14
  • Star 54

Visualizing image-specific class saliency map in classification ConvNets in Pytorch

54 stars 14 forks Branches Tags Activity Star Notifications You must be signed in to change notification settings
  • Code
  • Issues 1
  • Pull requests
  • Actions
  • Projects
  • Security
  • Insights
Additional navigation options sunnynevarekar/pytorch-saliency-maps  masterBranchesTagsGo to fileCode

Folders and files

NameNameLast commit messageLast commit date

Latest commit

 

History

5 Commits
imagesimages  
README.mdREADME.md  
Saliency_maps_in_pytorch.ipynbSaliency_maps_in_pytorch.ipynb  
View all files

Repository files navigation

  • README

Visualizing image-specific class saliency map in classification ConvNets in Pytorch

Recently I started to explore pytorch framework for creating deep learning models. Having worked with tensorflow for past few years, I found myself spending most of the my time just to figure out how to do 'X'. Although tensorflow is great for productionizing ml models, I wished to have a framework which would help me to express my ideas easily in code for faster prototyping. I was pleasently surprised by the fact that how easy pytorch makes it to express your ideas in code and run experiments. After going through the basics of pytorch I decided to implement the image-specific Class Saliency Visualisation method as described in https://arxiv.org/abs/1312.6034.

Saliency refers to what’s noticeable or important in an image. In context of convolution neural networks Saliency map for an image represents the important pixels in the image that influence class score of the prediction of network.

About

Visualizing image-specific class saliency map in classification ConvNets in Pytorch

Topics

pytorch convolutional-neural-networks saliency-map

Resources

Readme

Uh oh!

There was an error while loading. Please reload this page.

Activity

Stars

54 stars

Watchers

0 watching

Forks

14 forks Report repository

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%
You can’t perform that action at this time.

Tag » Cnn Saliency Map Pytorch