paper-with-me

Papers

Interpretable Convolutional Neural Networks via Feedforward Design

2018-10-05 · C. -C. Jay Kuo, Min Zhang, Siyang Li, Jiali Duan, Yueru Chen

The model parameters of convolutional neural networks (CNNs) are determined by backpropagation (BP). In this work, we propose an interpretable feedforward (FF) design without any BP as a reference. The FF design adopts a data-centric approach. It derives network parameters of the current layer based on data statistics from the output of the previous layer in a one-pass manner. To construct convolutional layers, we develop a new signal transform, called the Saab (Subspace Approximation with Adjusted Bias) transform. It is a variant of the principal component analysis (PCA) with an added bias vector to annihilate activation's nonlinearity. Multiple Saab transforms in cascade yield multiple convolutional layers. As to fully-connected (FC) layers, we construct them using a cascade of multi-stage linear least squared regressors (LSRs). The classification and robustness (against adversarial attacks) performances of BP- and FF-designed CNNs applied to the MNIST and the CIFAR-10 datasets are compared. Finally, we comment on the relationship between BP and FF designs.

📄 PDF Abstract BibTeX arXiv:1810.02786

Code (2)

yifan-fanyi/Pixelhop
yifan-fanyi/myMCL-Realization

Similar Papers 제목 키워드 기반

Extending the Relative Seriality Formalism for Interpretable Deep Learning of Normal Tissue Complication Probability Models

2021-11-25 · Tahir I. Yusufaly

We formally demonstrate that the relative seriality model of Kallman, et al. maps exactly onto a simple type of convolutional neural network. This approach leads to a natural interpretation of feedforward connections in …

On the Effectiveness of Interpretable Feedforward Neural Network

2021-11-03 · Miles Q. Li, Benjamin C. M. Fung, Adel Abusitta

Deep learning models have achieved state-of-the-art performance in many classification tasks. However, most of them cannot provide an interpretation for their classification results. Machine learning models that are inte…

BIG-bench Machine LearningClassificationMalware DetectionMulti-class Classification

Flattened Convolutional Neural Networks for Feedforward Acceleration

2014-12-17 · Jonghoon Jin, Aysegul Dundar, Eugenio Culurciello

We present flattened convolutional neural networks that are designed for fast feedforward execution. The redundancy of the parameters, especially weights of the convolutional filters in convolutional neural networks has …

Visualization, Discriminability and Applications of Interpretable Saak Features

2019-02-25 · Abinaya Manimaran, Thiyagarajan Ramanathan, Suya You, C-C Jay Kuo

In this work, we study the power of Saak features as an effort towards interpretable deep learning. Being inspired by the operations of convolutional layers of convolutional neural networks, multi-stage Saak transform wa…

General Classificationimage-classificationImage Classification

Building Sparse Deep Feedforward Networks using Tree Receptive Fields

2018-03-14 · Xiaopeng Li, Zhourong Chen, Nevin L. Zhang

Sparse connectivity is an important factor behind the success of convolutional neural networks and recurrent neural networks. In this paper, we consider the problem of learning sparse connectivity for feedforward neural …