paper-with-me

Papers

From Deep to Shallow: Transformations of Deep Rectifier Networks

2017-03-30 · Senjian An, Farid Boussaid, Mohammed Bennamoun, Jiankun Hu

In this paper, we introduce transformations of deep rectifier networks, enabling the conversion of deep rectifier networks into shallow rectifier networks. We subsequently prove that any rectifier net of any depth can be represented by a maximum of a number of functions that can be realized by a shallow network with a single hidden layer. The transformations of both deep rectifier nets and deep residual nets are conducted to demonstrate the advantages of the residual nets over the conventional neural nets and the advantages of the deep neural nets over the shallow neural nets. In summary, for two rectifier nets with different depths but with same total number of hidden units, the corresponding single hidden layer representation of the deeper net is much more complex than the corresponding single hidden representation of the shallower net. Similarly, for a residual net and a conventional rectifier net with the same structure except for the skip connections in the residual net, the corresponding single hidden layer representation of the residual net is much more complex than the corresponding single hidden layer representation of the conventional net.

📄 PDF Abstract BibTeX arXiv:1703.10355

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

On the Compressive Power of Deep Rectifier Networks for High Resolution Representation of Class Boundaries

2017-08-24 · Senjian An, Mohammed Bennamoun, Farid Boussaid

This paper provides a theoretical justification of the superior classification performance of deep rectifier networks over shallow rectifier networks from the geometrical perspective of piecewise linear (PWL) classifier …

General Classification

Contractive Rectifier Networks for Nonlinear Maximum Margin Classification

2015-12-01 · ICCV 2015 12 · Senjian An, Munawar Hayat, Salman H. Khan, Mohammed Bennamoun 외

To find the optimal nonlinear separating boundary with maximum margin in the input data space, this paper proposes Contractive Rectifier Networks (CRNs), wherein the hidden-layer transformations are restricted to be con…

ClassificationGeneral Classification

Convolutional Rectifier Networks as Generalized Tensor Decompositions

2016-03-01 · Nadav Cohen, Amnon Shashua

Convolutional rectifier networks, i.e. convolutional neural networks with rectified linear activation and max or average pooling, are the cornerstone of modern deep learning. However, despite their wide use and success, …

Bounding and Counting Linear Regions of Deep Neural Networks

2017-11-06 · Thiago Serra, Christian Tjandraatmadja, Srikumar Ramalingam

We investigate the complexity of deep neural networks (DNN) that represent piecewise linear (PWL) functions. In particular, we study the number of linear regions, i.e. pieces, that a PWL function represented by a DNN can…

Deep Learning without Shortcuts: Shaping the Kernel with Tailored Rectifiers

2022-03-15 · ICLR 2022 4 · Guodong Zhang, Aleksandar Botev, James Martens

Training very deep neural networks is still an extremely challenging task. The common solution is to use shortcut connections and normalization layers, which are both crucial ingredients in the popular ResNet architectur…

Deep Learning