d0deb8dbf7b8ce86.tex
1: \begin{abstract}
2:     Currently, increasingly deeper neural networks have been applied to improve their accuracy.
3:     In contrast, We propose a novel wider Convolutional Neural Networks (CNN) architecture, motivated by the Multi-column Deep Neural Networks\cite{ciregan2012multi-column} and the Network In Network(NIN)\cite{lin2014network}, aiming for higher accuracy without input data transmutation.
4: 
5: 	In our architecture, namely ``CNN In Convolution"(CNNIC), a small CNN, instead of the original \emph{generalized liner model}(GLM) based filters, is convoluted as kernel on the original image, serving as feature extracting layer of this networks.
6: 	And further classifications are then carried out by a global average pooling layer and a softmax layer.
7: 
8:     Dropout and orthonormal initialization are applied to overcome training difficulties including slow convergence and over-fitting. Persuasive classification performance is demonstrated on MNIST\cite{lecun-mnisthandwrittendigit-2010}.
9: \end{abstract}
10: