xplique
xplique copied to clipboard
Opti-CAM Attribution Method
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.