paper-with-me

Papers

Selective Convolutional Units: Improving CNNs via Channel Selectivity

2019-05-01 · ICLR 2019 5 · Jongheon Jeong, Jinwoo Shin

Bottleneck structures with identity (e.g., residual) connection are now emerging popular paradigms for designing deep convolutional neural networks (CNN), for processing large-scale features efficiently. In this paper, we focus on the information-preserving nature of identity connection and utilize this to enable a convolutional layer to have a new functionality of channel-selectivity, i.e., re-distributing its computations to important channels. In particular, we propose Selective Convolutional Unit (SCU), a widely-applicable architectural unit that improves parameter efficiency of various modern CNNs with bottlenecks. During training, SCU gradually learns the channel-selectivity on-the-fly via the alternative usage of (a) pruning unimportant channels, and (b) rewiring the pruned parameters to important channels. The rewired parameters emphasize the target channel in a way that selectively enlarges the convolutional kernels corresponding to it. Our experimental results demonstrate that the SCU-based models without any postprocessing generally achieve both model compression and accuracy improvement compared to the baselines, consistently for all tested architectures.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Model Compression

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Deleting object selective units in a fully-connected layer of deep convolutional networks improves classification performance

2020-01-21

Neurons in the primate visual cortices show a wide range of stimulus selectivity. Some neurons respond to only a small fraction of stimulus images, whereas others respond to many stimulus images in a non-selective manner…

Object Recognition

Are there any 'object detectors' in the hidden layers of CNNs trained to identify objects or scenes?

2020-07-02 · Ella M. Gale, Nicholas Martin, Ryan Blything, Anh Nguyen 외

Various methods of measuring unit selectivity have been developed with the aim of better understanding how neural networks work. But the different measures provide divergent estimates of selectivity, and this has led to …

General Classificationimage-classificationImage ClassificationObject

Causal importance of orientation selectivity for generalization in image recognition

2019-05-01 · ICLR 2019 5 · Jumpei Ukita

Although both our brain and deep neural networks (DNNs) can perform high-level sensory-perception tasks such as image or speech recognition, the inner mechanism of these hierarchical information-processing systems is poo…

image-classificationImage ClassificationObject Recognitionspeech-recognition

Training CNNs with Selective Allocation of Channels

2019-05-11 · Jongheon Jeong, Jinwoo Shin

Recent progress in deep convolutional neural networks (CNNs) have enabled a simple paradigm of architecture design: larger models typically achieve better accuracy. Due to this, in modern CNN architectures, it becomes mo…

Revisiting the Importance of Individual Units in CNNs via Ablation

2018-06-07 · Bolei Zhou, Yiyou Sun, David Bau, Antonio Torralba

We revisit the importance of the individual units in Convolutional Neural Networks (CNNs) for visual recognition. By conducting unit ablation experiments on CNNs trained on large scale image datasets, we demonstrate that…

General Classification