paper-with-me

홈 › Papers

Ablation-CAM: Visual Explanations for Deep Convolutional Network via Gradient-free Localization

2020-01-01 · WACV 2020 1 · Saurabh Desai, Harish G. Ramaswamy

In response to recent criticism of gradient-based visualization techniques, we propose a new methodology to generate visual explanations for deep Convolutional Neural Networks (CNN) - based models. Our approach - Ablationbased Class Activation Mapping (Ablation CAM) uses ablation analysis to determine the importance (weights) of individual feature map units w.r.t. class. Further, this is used to produce a coarse localization map highlighting the important regions in the image for predicting the concept. Our objective and subjective evaluations show that this gradientfree approach works better than state-of-the-art Grad-CAM technique. Moreover, further experiments are carried out to show that Ablation-CAM is class discriminative as well as can be used to evaluate trust in a model.

📄 PDF Abstract BibTeX

Code (3)

ShreyPandit/Ablation-Cam
jacobgil/pytorch-grad-cam pytorch
shyhyawJou/Ablation-CAM-Tensorflow tf

Similar Papers 제목 키워드 기반

Recipro-CAM: Fast gradient-free visual explanations for convolutional neural networks

2022-09-28 · Seok-Yong Byun, Wonju Lee

The Convolutional Neural Network (CNN) is a widely used deep learning architecture for computer vision. However, its black box nature makes it difficult to interpret the behavior of the model. To mitigate this issue, AI …

Explainable Artificial Intelligence (XAI)

Class Activation Mapping in Explainable Computer Vision: A Method-Centered Review of CNN, Transformer, and Foundation-Model-Era Visual Explanations

2026-08-12 · AmirHossein Eshghi, Hamid Saadatfar, Seyyed Ali Hoseini, AmirMohsen Eshghi 외 arxiv

Class activation mapping (CAM) is one of the most widely used visual explanation families in explainable artificial intelligence. Its purpose is intuitive: it converts internal model evidence into a heatmap that highligh…

ViT-ReciproCAM: Gradient and Attention-Free Visual Explanations for Vision Transformer

2023-10-04 · Seok-Yong Byun, Wonju Lee

This paper presents a novel approach to address the challenges of understanding the prediction process and debugging prediction errors in Vision Transformers (ViT), which have demonstrated superior performance in various…

image-classificationImage Classificationobject-detectionObject Detection

Understanding Individual Decisions of CNNs via Contrastive Backpropagation

2018-12-05 · Jindong Gu, Yinchong Yang, Volker Tresp

A number of backpropagation-based approaches such as DeConvNets, vanilla Gradient Visualization and Guided Backpropagation have been proposed to better understand individual decisions of deep convolutional neural network…

General Classification

On the Complexity-Faithfulness Trade-off of Gradient-Based Explanations

2025-08-14 · Amir Mehrpanah, Matteo Gamba, Kevin Smith, Hossein Azizpour arxiv

ReLU networks, while prevalent for visual data, have sharp transitions, sometimes relying on individual pixels for predictions, making vanilla gradient-based explanations noisy and difficult to interpret. Existing method…