中文
相关论文

相关论文: TextCAM: Explaining Class Activation Map with Text

200 篇论文

Image Captioning, or the automatic generation of descriptions for images, is one of the core problems in Computer Vision and has seen considerable progress using Deep Learning Techniques. We propose to use Inception-ResNet Convolutional…

计算机视觉与模式识别 · 计算机科学 2021-02-23 Sulabh Katiyar , Samir Kumar Borgohain

We present a simple yet highly generalizable method for explaining interacting parts within a neural network's reasoning process. First, we design an algorithm based on cross derivatives for computing statistical interaction effects between…

机器学习 · 计算机科学 2021-10-12 Samuel Lerman , Chenliang Xu , Charles Venuto , Henry Kautz

This paper addresses a fundamental problem of scene understanding: How to parse the scene image into a structured configuration (i.e., a semantic object hierarchy with object interaction relations) that finely accords with human perception.…

计算机视觉与模式识别 · 计算机科学 2018-03-01 Liang Lin , Guangrun Wang , Rui Zhang , Ruimao Zhang , Xiaodan Liang , Wangmeng Zuo

In this paper, we propose using deep neural architectures (i.e., vision transformers and ResNet) as heuristics for sequential decision-making in robotic manipulation problems. This formulation enables predicting the subset of objects that…

机器人学 · 计算机科学 2023-08-02 Hongyou Zhou , Ingmar Schubert , Marc Toussaint , Ozgur S. Oguz

Neural networks for computer vision extract uninterpretable features despite achieving high accuracy on benchmarks. In contrast, humans can explain their predictions using succinct and intuitive descriptions. To incorporate explainability…

计算机视觉与模式识别 · 计算机科学 2023-07-04 Khalid Saifullah , Yuxin Wen , Jonas Geiping , Micah Goldblum , Tom Goldstein

Interacting and understanding with text heavy visual content with multiple images is a major challenge for traditional vision models. This paper is on enhancing vision models' capability to comprehend or understand and learn from images…

计算机视觉与模式识别 · 计算机科学 2024-08-31 Adithya TG , Adithya SK , Abhinav R Bharadwaj , Abhiram HA , Surabhi Narayan

Concept-based explanations translate the internal representations of deep learning models into a language that humans are familiar with: concepts. One popular method for finding concepts is Concept Activation Vectors (CAVs), which are…

机器学习 · 计算机科学 2025-02-14 Angus Nicolson , Lisa Schut , J. Alison Noble , Yarin Gal

Traditional deep learning interpretability methods which are suitable for model users cannot explain network behaviors at the global level and are inflexible at providing fine-grained explanations. As a solution, concept-based explanations…

人机交互 · 计算机科学 2022-10-26 Jinbin Huang , Aditi Mishra , Bum Chul Kwon , Chris Bryan

Automatically describing video content with natural language has been attracting much attention in CV and NLP communities. Most existing methods predict one word at a time, and by feeding the last generated word back as input at the next…

计算机视觉与模式识别 · 计算机科学 2019-11-06 Huanhou Xiao , Jinglun Shi

The adoption of Deep Neural Networks (DNNs) in critical fields where predictions need to be accompanied by justifications is hindered by their inherent black-box nature. In this paper, we introduce P-TAME (Perturbation-based Trainable…

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

The interpretation of deep learning models is a challenge due to their size, complexity, and often opaque internal state. In addition, many systems, such as image classifiers, operate on low-level features rather than high-level concepts.…

Vision-language models (VLMs) offer a promising paradigm for image classification by comparing the similarity between images and class embeddings. A critical challenge lies in crafting precise textual representations for class names. While…

计算机视觉与模式识别 · 计算机科学 2024-02-20 Songhao Han , Le Zhuo , Yue Liao , Si Liu

Weakly supervised object localization has recently attracted attention since it aims to identify both class labels and locations of objects by using image-level labels. Most previous methods utilize the activation map corresponding to the…

计算机视觉与模式识别 · 计算机科学 2019-12-20 Seunghan Yang , Yoonhyung Kim , Youngeun Kim , Changick Kim

We present an analysis into the inner workings of Convolutional Neural Networks (CNNs) for processing text. CNNs used for computer vision can be interpreted by projecting filters into image space, but for discrete sequence inputs CNNs…

计算与语言 · 计算机科学 2020-04-29 Alon Jacovi , Oren Sar Shalom , Yoav Goldberg

Complex nonlinear models such as deep neural network (DNNs) have become an important tool for image classification, speech recognition, natural language processing, and many other fields of application. These models however lack…

The internal states of most deep neural networks are difficult to interpret, which makes diagnosis and debugging during training challenging. Activation maximization methods are widely used, but lead to multiple optima and are hard to…

计算机视觉与模式识别 · 计算机科学 2018-12-12 Biye Jiang , David M. Chan , Tianhao Zhang , John F. Canny

The explainability of deep networks is becoming a central issue in the deep learning community. It is the same for learning on graphs, a data structure present in many real world problems. In this paper, we propose a method that is more…

机器学习 · 计算机科学 2022-07-27 Adrien Raison , Pascal Bourdon , David Helbert

Text classification has been one of the major problems in natural language processing. With the advent of deep learning, convolutional neural network (CNN) has been a popular solution to this task. However, CNNs which were first proposed…

计算与语言 · 计算机科学 2019-09-16 Avinash Madasu , Vijjini Anvesh Rao

The dominant approach for many NLP tasks are recurrent neural networks, in particular LSTMs, and convolutional neural networks. However, these architectures are rather shallow in comparison to the deep convolutional networks which have…

计算与语言 · 计算机科学 2017-01-30 Alexis Conneau , Holger Schwenk , Loïc Barrault , Yann Lecun

Modern image classification is based upon directly predicting classes via large discriminative networks, which do not directly contain information about the intuitive visual features that may constitute a classification decision. Recently,…

计算机视觉与模式识别 · 计算机科学 2023-10-31 Zhili Feng , Anna Bair , J. Zico Kolter