CAM和gradCAM原理

CAM(class activation maps) indicates the discriminative image regions used by cnn to identify that category.   CNN -> GAP -> FC -> softmax 提取CNN最后一层的值及其各通道对应目标分类的权重(w1, w2, w3…),相乘后叠加即可得到图像在此分类下的的CAM,
相关文章
相关标签/搜索