zhaozhengChen / LPCAM

The official code of CVPR 2023 paper (Extracting Class Activation Maps from Non-Discriminative Features as well).
31 stars 4 forks source link

About Generality of LPCAM. #1

Closed callmelaoyi closed 1 year ago

callmelaoyi commented 1 year ago

I really appreciate your work on WSSS. Now, I have some questions about LPCAM. I would like to know how LPCAM integrates with MCTformer, as reported in your experiment. Could you provide a detailed code or instruction description?

zhaozhengChen commented 1 year ago

Hi, thanks for your interest in our work, and my apologies for the delayed response. In regards to the generation of PatchCAM in MCTformer-V2, it's quite similar to the classic CAM process. With this in mind, we've modified the MCTformer by simply replacing the PatchCAM with our proposed LPCAM.

Italy2006 commented 5 months ago

Hi, thanks for your interest in our work, and my apologies for the delayed response. In regards to the generation of PatchCAM in MCTformer-V2, it's quite similar to the classic CAM process. With this in mind, we've modified the MCTformer by simply replacing the PatchCAM with our proposed LPCAM.

Have you ever changed the hyperparameters inside? Like crf in Affinitynet?