xplique icon indicating copy to clipboard operation
xplique copied to clipboard

Opti-CAM Attribution Method

Open Agustin-Picard opened this issue 1 year ago • 0 comments

Opti-CAM Attribution Method

This PR contains the code implementing the Opti-CAM attribution method

The class that implements it follows the WhiteBoxExplainer interface, produces a CAM explanation, and optimizes the weights for each filter.

Some relevant tests are introduced to make sure that the losses, normalization, parameters, and shapes make sense.

Agustin-Picard avatar Sep 10 '24 09:09 Agustin-Picard