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
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,7 @@ The aim is also to serve as a benchmark of algorithms and metrics for research o
49
49
| FEM | A gradient free method that binarizes activations by an activation > mean + k * std rule. |
50
50
| ShapleyCAM | Weight the activations using the gradient and Hessian-vector product.|
51
51
| FinerCAM | Improves fine-grained classification by comparing similar classes, suppressing shared features and highlighting discriminative details. |
52
+
| SegEigenCAM | Like EigenCAM but with gradient weighting (absolute gradients ⊙ activations) before SVD and sign correction to fix SVD sign ambiguity; designed for semantic segmentation |
52
53
## Visual Examples
53
54
54
55
| 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 |
@@ -291,7 +292,7 @@ To use with a specific device, like cpu, cuda, cuda:0, mps or hpu:
0 commit comments