paper-with-me

홈 › Papers

CE-FAM: Concept-Based Explanation via Fusion of Activation Maps

2025-09-28 · Michihiro Kuroki, Toshihiko Yamasaki arxiv

Although saliency maps can highlight important regions to explain the reasoning behind image classification in artificial intelligence (AI), the meaning of these regions is left to the user's interpretation. In contrast, conceptbased explanations decompose AI predictions into humanunderstandable concepts, clarifying their contributions. However, few methods can simultaneously reveal what concepts an image classifier learns, which regions are associated with them, and how they contribute to predictions. We propose a novel concept-based explanation method, Concept-based Explanation via Fusion of Activation Maps (CE-FAM). It employs a branched network that shares activation maps with an image classifier and learns to mimic the embeddings of a Vision and Language Model (VLM). The branch network predicts concepts in an image, and their corresponding regions are represented by a weighted sum of activation maps, with weights given by the gradients of the concept prediction scores. Their contributions are quantified based on their impact on the image classification score. Our method provides a general framework for identifying the concept regions and their contributions while leveraging VLM knowledge to handle arbitrary concepts without requiring an annotated dataset. Furthermore, we introduce a novel evaluation metric to assess the accuracy of the concept regions. Our qualitative and quantitative evaluations demonstrate our method outperforms existing approaches and excels in zero-shot inference for unseen concepts.

📄 PDF Abstract BibTeX arXiv:2509.23849

Code (0)

등록된 구현이 없습니다.

Tasks

Image Classification

Similar Papers 제목 키워드 기반

DEPICT: Diffusion-Enabled Permutation Importance for Image Classification Tasks

2024-07-19 · Sarah Jabbour, Gregory Kondas, Ella Kazerooni, Michael Sjoding 외

We propose a permutation-based explanation method for image classifiers. Current image-model explanations like activation maps are limited to instance-based explanations in the pixel space, making it difficult to underst…

Feature Importanceimage-classificationImage Classification

FFAM: Feature Factorization Activation Map for Explanation of 3D Detectors

2024-05-21 · Shuai Liu, Boyang Li, Zhiyu Fang, Mingyue Cui 외

LiDAR-based 3D object detection has made impressive progress recently, yet most existing models are black-box, lacking interpretability. Previous explanation approaches primarily focus on analyzing image-based models and…

3D Object DetectionObjectobject-detectionObject Detection

Fusion-CAM: Integrating Gradient and Region-Based Class Activation Maps for Robust Visual Explanations

2026-03-05 · Hajar Dekdegue, Moncef Garouani, Josiane Mothe, Jordan Bernigaud arxiv

Interpreting the decision-making process of deep convolutional neural networks remains a central challenge in achieving trustworthy and transparent artificial intelligence. Explainable AI (XAI) techniques, particularly C…

Invertible Concept-based Explanations for CNN Models with Non-negative Concept Activation Vectors

2020-06-27 · Ruihan Zhang, Prashan Madumal, Tim Miller, Krista A. Ehinger 외

Convolutional neural network (CNN) models for computer vision are powerful but lack explainability in their most basic form. This deficiency remains a key challenge when applying CNNs in important domains. Recent work on…

ClusteringDimensionality ReductionFeature Importance

Visual-TCAV: Concept-based Attribution and Saliency Maps for Post-hoc Explainability in Image Classification

2024-11-08 · Antonio De Santis, Riccardo Campi, Matteo Bianchi, Marco Brambilla

Convolutional Neural Networks (CNNs) have seen significant performance improvements in recent years. However, due to their size and complexity, they function as black-boxes, leading to transparency concerns. State-of-the…

image-classificationImage Classification