paper-with-me

홈 › Papers

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, Siavash Arjomand Bigdeli 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 highlights the image regions, convolutional channels, tokens, or patches that support a target class or concept. Since the first CAM formulation in 2016, the field has moved far beyond global-average-pooled CNN classifiers. CAM-style methods now include gradient-based post-hoc explanations, gradient-free score and ablation methods, high-resolution upscaling, weakly supervised localization and segmentation, transformer token attribution, causal and debiasing methods, and foundation-model-era approaches that use CLIP, DINO, SAM, or feature-distribution comparisons. This review synthesizes a strict corpus of 57 method-centered papers published from 2016 onward. The paper develops a taxonomy that separates methods by attribution mechanism, architectural dependence, and evaluation objective. It then reviews gradient-based CAMs, recent and hybrid CAM-style methods, and model-based or architecture-aware methods. Across the corpus, the main trend is clear: the field is shifting from explaining one class score in one low-resolution CNN layer toward comparative, multi-layer, probabilistic, token-aware, and foundation-model-aware explanations. At the same time, evaluation remains fragmented. Faithfulness, localization, robustness, computational cost, and human trust are often measured with different protocols. The review therefore emphasizes not only what each method contributes, but also which gap it leaves open and which later methods attempt to close that gap.

📄 PDF Abstract BibTeX arXiv:2608.12299

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

GiMeFive: Towards Interpretable Facial Emotion Classification

2024-02-24 · Jiawen Wang, Leah Kawka

Deep convolutional neural networks have been shown to successfully recognize facial emotions for the past years in the realm of computer vision. However, the existing detection approaches are not always reliable or expla…

ClassificationEmotion ClassificationEmotion RecognitionFacial Emotion Recognition

One-vs-Rest Network-based Deep Probability Model for Open Set Recognition

2020-04-17 · Jaeyeon Jang, Chang Ouk Kim

Unknown examples that are unseen during training often appear in real-world computer vision tasks, and an intelligent self-learning system should be able to differentiate between known and unknown examples. Open set reco…

open-set classificationOpen Set LearningSelf-Learning

A Tutorial on Explainable Image Classification for Dementia Stages Using Convolutional Neural Network and Gradient-weighted Class Activation Mapping

2024-08-20 · Kevin Kam Fung Yuen

This paper presents a tutorial of an explainable approach using Convolutional Neural Network (CNN) and Gradient-weighted Class Activation Mapping (Grad-CAM) to classify four progressive dementia stages based on open MRI …

image-classificationImage Classification

Overview of Class Activation Maps for Visualization Explainability

2023-09-25 · Anh Pham Thi Minh

Recent research in deep learning methodology has led to a variety of complex modelling techniques in computer vision (CV) that reach or even outperform human performance. Although these black-box deep learning models hav…

Decision MakingDeep Learning

From Predictions to Explanations: Explainable AI for Autism Diagnosis and Identification of Critical Brain Regions

2025-09-04 · Kush Gupta, Amir Aly, Emmanuel Ifeachor, Rohit Shankar arxiv

Autism spectrum disorder (ASD) is a neurodevelopmental condition characterized by atypical brain maturation. However, the adaptation of transfer learning paradigms in machine learning for ASD research remains notably lim…

Transfer Learning