中文
相关论文

相关论文: Feature Activation Map: Visual Explanation of Deep…

200 篇论文

Class activation map (CAM) has been widely used to highlight image regions that contribute to class predictions. Despite its simplicity and computational efficiency, CAM often struggles to identify discriminative regions that distinguish…

计算机视觉与模式识别 · 计算机科学 2025-04-01 Ziheng Zhang , Jianyang Gu , Arpita Chowdhury , Zheda Mai , David Carlyn , Tanya Berger-Wolf , Yu Su , Wei-Lun Chao

Deep neural networks (DNNs) have achieved remarkable success across domains but remain difficult to interpret, limiting their trustworthiness in high-stakes applications. This paper focuses on deep vision models, for which a dominant line…

计算机视觉与模式识别 · 计算机科学 2025-10-02 Qiming Zhao , Xingjian Li , Xiaoyu Cao , Xiaolong Wu , Min Xu

Interpreting complex deep networks, notably pre-trained vision-language models (VLMs), is a formidable challenge. Current Class Activation Map (CAM) methods highlight regions revealing the model's decision-making basis but lack clear…

计算机视觉与模式识别 · 计算机科学 2024-05-30 Yuguang Yang , Runtang Guo , Sheng Wu , Yimi Wang , Linlin Yang , Bo Fan , Jilong Zhong , Juan Zhang , Baochang Zhang

In this paper two new learning-based eXplainable AI (XAI) methods for deep convolutional neural network (DCNN) image classifiers, called L-CAM-Fm and L-CAM-Img, are proposed. Both methods use an attention mechanism that is inserted in the…

计算机视觉与模式识别 · 计算机科学 2022-09-23 Ioanna Gkartzonika , Nikolaos Gkalelis , Vasileios Mezaris

Despite the tremendous success of convolutional neural networks (CNNs) in computer vision, the mechanism of CNNs still lacks clear interpretation. Currently, class activation mapping (CAM), a famous visualization technique to interpret…

计算机视觉与模式识别 · 计算机科学 2023-02-06 Zhenpeng Feng , Hongbing Ji , Milos Dakovic , Xiyang Cui , Mingzhe Zhu , Ljubisa Stankovic

Classification networks can be used to localize and segment objects in images by means of class activation maps (CAMs). However, without pixel-level annotations, classification networks are known to (1) mainly focus on discriminative…

计算机视觉与模式识别 · 计算机科学 2023-04-05 Arvi Jonnarth , Michael Felsberg

Few-shot classification (FSC) is one of the most concerned hot issues in recent years. The general setting consists of two phases: (1) Pre-train a feature extraction model (FEM) with base data (has large amounts of labeled samples). (2) Use…

计算机视觉与模式识别 · 计算机科学 2021-09-08 Shuai Shao , Lei Xing , Yixin Chen , Yan-Jiang Wang , Bao-Di Liu , Yicong Zhou

CNN visualization and interpretation methods, like class-activation maps (CAMs), are typically used to highlight the image regions linked to class predictions. These models allow to simultaneously classify images and extract class-dependent…

计算机视觉与模式识别 · 计算机科学 2020-11-17 Soufiane Belharbi , Ismail Ben Ayed , Luke McCaffrey , Eric Granger

Deep learning models often function as black boxes, providing no straightforward reasoning for their predictions. This is particularly true for computer vision models, which process tensors of pixel values to generate outcomes in tasks such…

计算机视觉与模式识别 · 计算机科学 2024-10-02 Sachin Karmani , Thanushon Sivakaran , Gaurav Prasad , Mehmet Ali , Wenbo Yang , Sheyang Tang

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 are not readily…

计算机视觉与模式识别 · 计算机科学 2024-05-22 Shuai Liu , Boyang Li , Zhiyu Fang , Mingyue Cui , Kai Huang

We propose a technique for making Convolutional Neural Network (CNN)-based models more transparent by visualizing input regions that are 'important' for predictions -- or visual explanations. Our approach, called Gradient-weighted Class…

Deep Neural Networks (DNNs) are widely used for visual classification tasks, but their complex computation process and black-box nature hinder decision transparency and interpretability. Class activation maps (CAMs) and recent variants…

Methods based on class activation maps (CAM) provide a simple mechanism to interpret predictions of convolutional neural networks by using linear combinations of feature maps as saliency maps. By contrast, masking-based methods optimize a…

计算机视觉与模式识别 · 计算机科学 2024-04-08 Hanwei Zhang , Felipe Torres , Ronan Sicre , Yannis Avrithis , Stephane Ayache

With the intervention of machine vision in our crucial day to day necessities including healthcare and automated power plants, attention has been drawn to the internal mechanisms of convolutional neural networks, and the reason why the…

计算机视觉与模式识别 · 计算机科学 2025-07-15 Ram S Iyer , Narayan S Iyer , Rugmini Ammal P

We present Gradient Activation Maps (GAM) - a machinery for explaining predictions made by visual similarity and classification models. By gleaning localized gradient and activation information from multiple network layers, GAM offers…

计算机视觉与模式识别 · 计算机科学 2021-09-03 Oren Barkan , Omri Armstrong , Amir Hertz , Avi Caciularu , Ori Katz , Itzik Malkiel , Noam Koenigstein

Image retrieval in realistic scenarios targets large dynamic datasets of unlabeled images. In these cases, training or fine-tuning a model every time new images are added to the database is neither efficient nor scalable. Convolutional…

计算机视觉与模式识别 · 计算机科学 2017-07-11 Albert Jimenez , Jose M. Alvarez , Xavier Giro-i-Nieto

We propose a technique for producing "visual explanations" for decisions from a large class of CNN-based models, making them more transparent. Our approach - Gradient-weighted Class Activation Mapping (Grad-CAM), uses the gradients of any…

计算机视觉与模式识别 · 计算机科学 2019-12-04 Ramprasaath R. Selvaraju , Michael Cogswell , Abhishek Das , Ramakrishna Vedantam , Devi Parikh , Dhruv Batra

Class Activation Mapping (CAM) has been widely adopted to generate saliency maps which provides visual explanations for deep neural networks (DNNs). The saliency maps are conventionally generated by fusing the channels of the target feature…

计算机视觉与模式识别 · 计算机科学 2022-01-24 Guangwu Qian , Zhen-Qun Yang , Xu-Lu Zhang , Yaowei Wang , Qing Li , Xiao-Yong Wei

Data series classification is an important and challenging problem in data science. Explaining the classification decisions by finding the discriminant parts of the input that led the algorithm to some decisions is a real need in many…

机器学习 · 计算机科学 2022-07-26 Paul Boniol , Mohammed Meftah , Emmanuel Remy , Themis Palpanas

The backbone of traditional CNN classifier is generally considered as a feature extractor, followed by a linear layer which performs the classification. We propose a novel loss function, termed as CAM-loss, to constrain the embedded feature…

计算机视觉与模式识别 · 计算机科学 2022-03-09 Chaofei Wang , Jiayu Xiao , Yizeng Han , Qisen Yang , Shiji Song , Gao Huang