paper-with-me

Papers

On the Number of Linear Regions of Deep Neural Networks

2014-02-08 · NeurIPS 2014 12 · Guido Montúfar, Razvan Pascanu, Kyunghyun Cho, Yoshua Bengio

We study the complexity of functions computable by deep feedforward neural networks with piecewise linear activations in terms of the symmetries and the number of linear regions that they have. Deep networks are able to sequentially map portions of each layer's input-space to the same output. In this way, deep models compute functions that react equally to complicated patterns of different inputs. The compositional structure of these functions enables them to re-use pieces of computation exponentially often in terms of the network's depth. This paper investigates the complexity of such compositional maps and contributes new theoretical results regarding the advantage of depth for neural networks with piecewise linear activation functions. In particular, our analysis is not specific to a single family of models, and as an example, we employ it for rectifier and maxout networks. We improve complexity bounds from pre-existing work and investigate the behavior of units in higher layers.

📄 PDF Abstract BibTeX arXiv:1402.1869

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Maxout The Maxout Unit is a generalization of the ReLU and the leaky ReLU functions. It is a…

Similar Papers 제목 키워드 기반

Lower and Upper Bounds for Numbers of Linear Regions of Graph Convolutional Networks

2022-06-01 · Hao Chen, Yu Guang Wang, Huan Xiong

The research for characterizing GNN expressiveness attracts much attention as graph neural networks achieve a champion in the last five years. The number of linear regions has been considered a good measure for the expre…

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…

Complexity of Linear Regions in Deep Networks

2019-01-25 · Boris Hanin, David Rolnick

It is well-known that the expressivity of a neural network depends on its architecture, with deeper networks expressing more complex functions. In the case of networks that compute piecewise linear functions, such as tho…

On the Number of Regions of Piecewise Linear Neural Networks

2022-06-17 · Alexis Goujon, Arian Etemadi, Michael Unser

Many feedforward neural networks (NNs) generate continuous and piecewise-linear (CPWL) mappings. Specifically, they partition the input domain into regions on which the mapping is affine. The number of these so-called li…

Empirical Bounds on Linear Regions of Deep Rectifier Networks

2018-10-08 · ICLR 2019 5 · Thiago Serra, Srikumar Ramalingam

We can compare the expressiveness of neural networks that use rectified linear units (ReLUs) by the number of linear regions, which reflect the number of pieces of the piecewise linear functions modeled by such networks.…