PaddlePaddle / InterpretDL

InterpretDL: Interpretation of Deep Learning Models,基于『飞桨』的模型可解释性算法库。
https://interpretdl.readthedocs.io
Apache License 2.0
233 stars 37 forks source link

Any interest for supporting LayerCAM #13

Open PengtaoJiang opened 3 years ago

PengtaoJiang commented 3 years ago

Our paper "LayerCAM: Exploring Hierarchical Class Activation Maps for Localization" is accepted by TIP recently, which can visualize the class activation maps from any cnn layer of an off-the-shelf network. Could you add our method to your popular repository for more people to try this method? Our method is a simple modification of Grad-CAM. It should easy to implement. Here is the paper and code. Hope for your reply.

holyseven commented 3 years ago

Great work and congrats! We are interested in the implementation for sure. However, we have some other projects in these two months. If you could help us, that would be great ;)

PengtaoJiang commented 3 years ago

Thanks! I will add our method and send you a Pull Request!