CVJul 12, 2022

Rethinking gradient weights' influence over saliency map estimation

arXiv:2207.05374v12 citationsh-index: 13
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in interpretability methods for deep neural networks, offering an incremental improvement for researchers and practitioners in computer vision.

The paper tackles the problem of over-generalized saliency maps in gradient-based class activation methods by introducing a global guidance map to rectify weighted aggregation, resulting in cleaner and more instance-specific interpretations. The proposed scheme achieves significant improvement over eight existing saliency visualizers on datasets including ImageNet, MS-COCO 14, and PASCAL VOC 2012.

Class activation map (CAM) helps to formulate saliency maps that aid in interpreting the deep neural network's prediction. Gradient-based methods are generally faster than other branches of vision interpretability and independent of human guidance. The performance of CAM-like studies depends on the governing model's layer response, and the influences of the gradients. Typical gradient-oriented CAM studies rely on weighted aggregation for saliency map estimation by projecting the gradient maps into single weight values, which may lead to over generalized saliency map. To address this issue, we use a global guidance map to rectify the weighted aggregation operation during saliency estimation, where resultant interpretations are comparatively clean er and instance-specific. We obtain the global guidance map by performing elementwise multiplication between the feature maps and their corresponding gradient maps. To validate our study, we compare the proposed study with eight different saliency visualizers. In addition, we use seven commonly used evaluation metrics for quantitative comparison. The proposed scheme achieves significant improvement over the test images from the ImageNet, MS-COCO 14, and PASCAL VOC 2012 datasets.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes