CVLGNEOct 9, 2018

Convolutional Neural Networks In Convolution

arXiv:1810.03946v1
Originality Incremental advance
AI Analysis

This work addresses accuracy improvement in image classification for researchers, but it appears incremental as it builds on existing architectures like Multi-column DNNs and Network In Network.

The paper tackles the problem of improving neural network accuracy by proposing a wider CNN architecture called CNN In Convolution (CNNIC), which replaces traditional filters with small CNNs as kernels and achieves persuasive classification performance on MNIST.

Currently, increasingly deeper neural networks have been applied to improve their accuracy. In contrast, We propose a novel wider Convolutional Neural Networks (CNN) architecture, motivated by the Multi-column Deep Neural Networks and the Network In Network(NIN), aiming for higher accuracy without input data transmutation. In our architecture, namely "CNN In Convolution"(CNNIC), a small CNN, instead of the original generalized liner model(GLM) based filters, is convoluted as kernel on the original image, serving as feature extracting layer of this networks. And further classifications are then carried out by a global average pooling layer and a softmax layer. Dropout and orthonormal initialization are applied to overcome training difficulties including slow convergence and over-fitting. Persuasive classification performance is demonstrated on MNIST.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes