Skip to content

lenbrocki/NoBias-Rectified-Gradient

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

No Bias Rectified Gradient

In Why are Saliency Maps Noisy? Cause of and Solution to Noisy Saliency Maps Rectified Gradient has been introduced, a method of making saliency maps less noisy by modifying the rule of backpropagating the gradients. Additionally, in a final step a multiplication with input features has been hardcoded into the method.

Due to the bias introduced by this multiplication with input features it is in many cases undesirable. We therefore add a new method "nobias_rectgrad" which is equivalent to Rectified Gradient but omits this final step.

About

We introduce a modification of Rectified Gradient. This repository is forked from https://github.com/1202kbs/Rectified-Gradient

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.4%
  • Python 0.6%