You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ The aim is also to serve as a benchmark of algorithms and metrics for research o
47
47
| Deep Feature Factorizations | Non Negative Matrix Factorization on the 2D activations |
48
48
| KPCA-CAM | Like EigenCAM but with Kernel PCA instead of PCA |
49
49
| FEM | A gradient free method that binarizes activations by an activation > mean + k * std rule. |
50
-
| ShapleyCAM | Weights the activations using Gradient and Hessian-Vector Product.|
50
+
| ShapleyCAM | Weights the activations using the gradient and Hessian-vector product.|
51
51
## Visual Examples
52
52
53
53
| What makes the network think the image label is 'pug, pug-dog' | What makes the network think the image label is 'tabby, tabby cat' | Combining Grad-CAM with Guided Backpropagation for the 'pug, pug-dog' class |
0 commit comments