Skip to content

sar-gupta/convisualize_nb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

convisualize

Visualizations for Convolutional Neural Networks (CNNs) in Pytorch

The corresponding article can be found here!

Requirements:

  • Pytorch
  • Torchvision
  • Numpy
  • Matplotlib
  • Pillow

Note: In case you don't have a GPU, remove all instances of "cuda" and "cpu" from the notebook before running.

TODO

  • Layer Outputs at all layers
  • Filter outputs at a given layer
  • Filter visualization at a given layer
  • Image heatmap using Occlusion
  • Image heatmap using Grad Cam
  • Class specific saliency maps
  • SmoothGrad
  • Semantic segmentation using GrabCut
  • Visualization of class models (Gradient Ascent)
  • Regularization techniques for class models (L2, Clip, Blur, etc.)
  • Guided Backprop
  • Filter visualization (Gradient Ascent)
  • Neural Texture Synthesis
  • Deep Dream
  • Neural Style Transfer

References