中文
相关论文

相关论文: G-CAME: Gaussian-Class Activation Mapping Explaine…

200 篇论文

We describe an explainable AI saliency map method for use with deep convolutional neural networks (CNN) that is much more efficient than popular fine-resolution gradient methods. It is also quantitatively similar or better in accuracy. Our…

计算机视觉与模式识别 · 计算机科学 2020-03-11 T. Nathan Mundhenk , Barry Y. Chen , Gerald Friedland

In this work we develop a fast saliency detection method that can be applied to any differentiable image classifier. We train a masking model to manipulate the scores of the classifier by masking salient parts of the input image. Our model…

机器学习 · 统计学 2017-05-23 Piotr Dabkowski , Yarin Gal

We present a new model, training procedure and architecture to create precise maps of distinction between two classes of images. The objective is to comprehend, in pixel-wise resolution, the unique characteristics of a class. These maps can…

计算机视觉与模式识别 · 计算机科学 2023-05-05 Elnatan Kadar , Jonathan Brokman , Guy Gilboa

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…

The recent emerged weakly supervised object localization (WSOL) methods can learn to localize an object in the image only using image-level labels. Previous works endeavor to perceive the interval objects from the small and sparse…

计算机视觉与模式识别 · 计算机科学 2021-08-04 Feifei Shao , Yawei Luo , Li Zhang , Lu Ye , Siliang Tang , Yi Yang , Jun Xiao

The development and adoption of Vision Transformers and other deep-learning architectures for image classification tasks has been rapid. However, the "black box" nature of neural networks is a barrier to adoption in applications where…

计算机视觉与模式识别 · 计算机科学 2025-06-04 Mariano V. Ntrougkas , Nikolaos Gkalelis , Vasileios Mezaris

We investigate the problem of explainability for visual object detectors. Specifically, we demonstrate on the example of the YOLO object detector how to integrate Grad-CAM into the model architecture and analyze the results. We show how to…

计算机视觉与模式识别 · 计算机科学 2022-11-23 Armin Kirchknopf , Djordje Slijepcevic , Ilkay Wunderlich , Michael Breiter , Johannes Traxler , Matthias Zeppelzauer

The Class Activation Map (CAM) lookup of a neural network tells us to which regions the neural network focuses when it makes a decision. In the past, the CAM search method was dependent upon a specific internal module of the network. It has…

计算机视觉与模式识别 · 计算机科学 2022-08-16 Yitao Peng , Longzhen Yang , Yihang Liu , Lianghua He

Class activation mapping~(CAM), a visualization technique for interpreting deep learning models, is now commonly used for weakly supervised semantic segmentation~(WSSS) and object localization~(WSOL). It is the weighted aggregation of the…

计算机视觉与模式识别 · 计算机科学 2023-09-08 Jiatai Lin , Guoqiang Han , Xuemiao Xu , Changhong Liang , Tien-Tsin Wong , C. L. Philip Chen , Zaiyi Liu , Chu Han

Class Activation Map (CAM) has emerged as a popular tool for weakly supervised semantic segmentation (WSSS), allowing the localization of object regions in an image using only image-level labels. However, existing CAM methods suffer from…

计算机视觉与模式识别 · 计算机科学 2024-01-19 Songhe Deng , Wei Zhuo , Jinheng Xie , Linlin Shen

Gaining insight into how deep convolutional neural network models perform image classification and how to explain their outputs have been a concern to computer vision researchers and decision makers. These deep models are often referred to…

计算机视觉与模式识别 · 计算机科学 2019-08-06 Daniel Omeiza , Skyler Speakman , Celia Cintas , Komminist Weldermariam

In this paper we propose an extension of the Attention Branch Network (ABN) by using instance segmentation for generating sharper attention maps for action recognition. Methods for visual explanation such as Grad-CAM usually generate blurry…

计算机视觉与模式识别 · 计算机科学 2023-03-22 Tomoya Nitta , Tsubasa Hirakawa , Hironobu Fujiyoshi , Toru Tamaki

Previous weakly-supervised object localization (WSOL) methods aim to expand activation map discriminative areas to cover the whole objects, yet neglect two inherent challenges when relying solely on image-level labels. First, the…

计算机视觉与模式识别 · 计算机科学 2024-03-13 Feifei Shao , Yawei Luo , Fei Gao , Yi Yang , Jun Xiao

Class activation mapping (CAM) is a widely adopted class of saliency methods used to explain the behavior of convolutional neural networks (CNNs). These methods generate heatmaps that highlight the parts of the input most relevant to the…

计算机视觉与模式识别 · 计算机科学 2025-10-20 Alejandro Luque-Cerpa , Elizabeth Polgreen , Ajitha Rajan , Hazem Torfah

We introduce a generic framework that reduces the computational cost of object detection while retaining accuracy for scenarios where objects with varied sizes appear in high resolution images. Detection progresses in a coarse-to-fine…

计算机视觉与模式识别 · 计算机科学 2018-03-28 Mingfei Gao , Ruichi Yu , Ang Li , Vlad I. Morariu , Larry S. Davis

As deep learning continues to advance, the transparency of neural network decision-making remains a critical challenge, limiting trust and applicability in high-stakes domains. Class Activation Mapping (CAM) techniques have emerged as a key…

机器学习 · 计算机科学 2025-04-24 Hongjie He , Xu Pan , Yudong Yao

We study how to evaluate the quantitative information content of a region within an image for a particular label. To this end, we bridge class activation maps with information theory. We develop an informative class activation map…

计算机视觉与模式识别 · 计算机科学 2021-08-17 Zhenyue Qin , Dongwoo Kim , Tom Gedeon

Weakly supervised object localization (WSOL) is a challenging problem when given image category labels but requires to learn object localization models. Optimizing a convolutional neural network (CNN) for classification tends to activate…

计算机视觉与模式识别 · 计算机科学 2021-08-05 Wei Gao , Fang Wan , Xingjia Pan , Zhiliang Peng , Qi Tian , Zhenjun Han , Bolei Zhou , Qixiang Ye

Deep learning models as an emerging topic have shown great progress in various fields. Especially, visualization tools such as class activation mapping methods provided visual explanation on the reasoning of convolutional neural networks…

计算机视觉与模式识别 · 计算机科学 2023-08-24 Ali Caglayan , Nevrez Imamoglu , Oguzhan Guclu , Ali Osman Serhatoglu , Weimin Wang , Ahmet Burak Can , Ryosuke Nakamura

Class Activation Mapping (CAM) methods are widely used to visualize neural network decisions, yet their underlying mechanisms remain incompletely understood. To enhance the understanding of CAM methods and improve their explainability, we…

计算机视觉与模式识别 · 计算机科学 2025-01-27 Huaiguang Cai