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-1
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,7 @@ The aim is also to serve as a benchmark of algorithms and metrics for research o
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
50
| ShapleyCAM | Weight the activations using the gradient and Hessian-vector product.|
51
+
| FinerCAM | Improves fine-grained classification by comparing similar classes, suppressing shared features and highlighting discriminative details. |
51
52
## Visual Examples
52
53
53
54
| 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 |
@@ -290,7 +291,7 @@ To use with a specific device, like cpu, cuda, cuda:0, mps or hpu:
# When using the following loss.backward() method, a warning is raised: "UserWarning: Using backward() with create_graph=True will create a reference cycle"
0 commit comments