On the Number of Inference Regions of Deep Feed Forward Networks with Piece-Wise Linear Activations
Abstract
Abstract: This paper explores the complexity of deep feed forward networks with linear pre-synaptic couplings and rectified linear activations. This is a contribution to the growing body of work contrasting the representational power of deep and shallow network architectures. In particular, we offer a framework for comparing deep and shallow models that belong to the family of piecewise linear functions based on computational geometry. We look at a deep rectifier multi-layer perceptron (MLP) with linear outputs units and compare it with a single layer version of the model. In the asymptotic regime, when the number of inputs stays constant, if the shallow model has $kn$ hidden units and $n_0$ inputs, then the number of linear regions is $O(k^{n_0}n^{n_0})$. For a $k$ layer model with $n$ hidden units on each layer it is $\Omega(\left( {n}/{n_0}\right)^{k-1}n^{n_0})$. $\left({n}/{n_0}\right)^{k-1}$ grows faster then $k^{n_0}$ when either $n$ goes to infinity or $k$ goes to infinity and $n > 2n_0$. We consider this as a first step towards understanding the complexity of these models and specifically towards providing suitable mathematical tools for future analysis.
Cite
Text
Pascanu et al. "On the Number of Inference Regions of Deep Feed Forward Networks with Piece-Wise Linear Activations." International Conference on Learning Representations, 2014.Markdown
[Pascanu et al. "On the Number of Inference Regions of Deep Feed Forward Networks with Piece-Wise Linear Activations." International Conference on Learning Representations, 2014.](https://mlanthology.org/iclr/2014/pascanu2014iclr-number/)BibTeX
@inproceedings{pascanu2014iclr-number,
title = {{On the Number of Inference Regions of Deep Feed Forward Networks with Piece-Wise Linear Activations}},
author = {Pascanu, Razvan and Montúfar, Guido and Bengio, Yoshua},
booktitle = {International Conference on Learning Representations},
year = {2014},
url = {https://mlanthology.org/iclr/2014/pascanu2014iclr-number/}
}