paper-with-me

홈 › Papers

Interpretable Convolutional Neural Networks

2017-10-02 · CVPR 2018 6 · Quanshi Zhang, Ying Nian Wu, Song-Chun Zhu

This paper proposes a method to modify traditional convolutional neural networks (CNNs) into interpretable CNNs, in order to clarify knowledge representations in high conv-layers of CNNs. In an interpretable CNN, each filter in a high conv-layer represents a certain object part. We do not need any annotations of object parts or textures to supervise the learning process. Instead, the interpretable CNN automatically assigns each filter in a high conv-layer with an object part during the learning process. Our method can be applied to different types of CNNs with different structures. The clear knowledge representation in an interpretable CNN can help people understand the logics inside a CNN, i.e., based on which patterns the CNN makes the decision. Experiments showed that filters in an interpretable CNN were more semantically meaningful than those in traditional CNNs.

📄 PDF Abstract BibTeX arXiv:1710.00935

Code (2)

zqs1022/interpretableCNN 공식 구현 tf
ada-shen/ICNN pytorch

Tasks

Objectsingle catogory classification

Similar Papers 제목 키워드 기반

Self-interpretable Convolutional Neural Networks for Text Classification

2021-05-18 · Wei Zhao, Rahul Singh, Tarun Joshi, Agus Sudjianto 외

Deep learning models for natural language processing (NLP) are inherently complex and often viewed as black box in nature. This paper develops an approach for interpreting convolutional neural networks for text classific…

Classificationtext-classificationText Classification

Interpretable CNNs for Object Classification

2019-01-08 · Quanshi Zhang, Xin Wang, Ying Nian Wu, Huilin Zhou 외

This paper proposes a generic method to learn interpretable convolutional filters in a deep convolutional neural network (CNN) for object classification, where each interpretable filter encodes features of a specific obj…

ClassificationGeneral ClassificationObject

Interpretable Recognition of Fused Magnesium Furnace Working Conditions with Deep Convolutional Stochastic Configuration Networks

2025-01-06 · Li Weitao, Zhang Xinru, Wang Dianhui, Tong Qianqian 외

To address the issues of a weak generalization capability and interpretability in working condition recognition model of a fused magnesium furnace, this paper proposes an interpretable working condition recognition metho…

Reinforcement Learning (RL)

Fast and Interpretable Nonlocal Neural Networks for Image Denoising via Group-Sparse Convolutional Dictionary Learning

2023-06-02 · Nikola Janjušević, Amirhossein Khalilian-Gourtani, Adeen Flinker, Yao Wang

Nonlocal self-similarity within natural images has become an increasingly popular prior in deep-learning models. Despite their successful image restoration performance, such models remain largely uninterpretable due to t…

DenoisingDictionary LearningGrayscale Image DenoisingImage Denoising+1

Interpretable Compositional Convolutional Neural Networks

2021-07-09 · Wen Shen, Zhihua Wei, Shikun Huang, BinBin Zhang 외

The reasonable definition of semantic interpretability presents the core challenge in explainable AI. This paper proposes a method to modify a traditional convolutional neural network (CNN) into an interpretable composit…