paper-with-me

Papers

Explaining Convolutional Neural Networks by Tagging Filters

2021-09-20 · Anna Nguyen, Daniel Hagenmayer, Tobias Weller, Michael Färber

Convolutional neural networks (CNNs) have achieved astonishing performance on various image classification tasks, but it is difficult for humans to understand how a classification comes about. Recent literature proposes methods to explain the classification process to humans. These focus mostly on visualizing feature maps and filter weights, which are not very intuitive for non-experts in analyzing a CNN classification. In this paper, we propose FilTag, an approach to effectively explain CNNs even to non-experts. The idea is that when images of a class frequently activate a convolutional filter, then that filter is tagged with that class. These tags provide an explanation to a reference of a class-specific feature detected by the filter. Based on the tagging, individual image classifications can then be intuitively explained in terms of the tags of the filters that the input image activates. Finally, we show that the tags are helpful in analyzing classification errors caused by noisy input images and that the tags can be further processed by machines.

📄 PDF Abstract BibTeX arXiv:2109.09389

Code (0)

등록된 구현이 없습니다.

Tasks

Classificationimage-classificationImage Classification

Similar Papers 제목 키워드 기반

Sample-level Deep Convolutional Neural Networks for Music Auto-tagging Using Raw Waveforms

2017-03-06 · Jongpil Lee, Jiyoung Park, Keunhyoung Luke Kim, Juhan Nam

Recently, the end-to-end approach that learns hierarchical representations from raw data using deep convolutional neural networks has been successfully explored in the image, text and speech domains. This approach was ap…

Music Auto-TaggingMusic Classification

Understanding Convolutional Neural Networks for Text Classification

2018-09-21 · WS 2018 11 · Alon Jacovi, Oren Sar Shalom, Yoav Goldberg

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 sequen…

ClassificationGeneral Classificationtext-classificationText Classification

Compressing audio CNNs with graph centrality based filter pruning

2023-05-05 · James A King, Arshdeep Singh, Mark D. Plumbley

Convolutional neural networks (CNNs) are commonplace in high-performing solutions to many real-world problems, such as audio classification. CNNs have many parameters and filters, with some having a larger impact on the …

Acoustic Scene ClassificationAudio ClassificationAudio TaggingScene Classification

Algebraic Neural Networks: Stability to Deformations

2020-09-03 · Alejandro Parada-Mayorga, Alejandro Ribeiro

We study algebraic neural networks (AlgNNs) with commutative algebras which unify diverse architectures such as Euclidean convolutional neural networks, graph neural networks, and group neural networks under the umbrella…

A Feature-Enriched Neural Model for Joint Chinese Word Segmentation and Part-of-Speech Tagging

2016-11-16 · Xinchi Chen, Xipeng Qiu, Xuanjing Huang

Recently, neural network models for natural language processing tasks have been increasingly focused on for their ability of alleviating the burden of manual feature engineering. However, the previous neural models canno…

Chinese Word SegmentationFeature EngineeringPart-Of-Speech Tagging