LGSep 8, 2017

The Expressive Power of Neural Networks: A View from the Width

arXiv:1709.02540v31005 citations
Originality Incremental advance
AI Analysis

This work provides theoretical insights into neural network design, addressing a fundamental question in deep learning for researchers and practitioners, though it is incremental by building on existing depth-focused studies.

The paper tackles the problem of understanding how width affects the expressive power of neural networks, showing that width-(n+4) ReLU networks are universal approximators, while width-n networks generally cannot approximate functions, and proving that wide networks cannot be realized by narrow networks with polynomial depth bounds, with experiments confirming narrow networks can approximate wide ones with high accuracy.

The expressive power of neural networks is important for understanding deep learning. Most existing works consider this problem from the view of the depth of a network. In this paper, we study how width affects the expressiveness of neural networks. Classical results state that depth-bounded (e.g. depth-$2$) networks with suitable activation functions are universal approximators. We show a universal approximation theorem for width-bounded ReLU networks: width-$(n+4)$ ReLU networks, where $n$ is the input dimension, are universal approximators. Moreover, except for a measure zero set, all functions cannot be approximated by width-$n$ ReLU networks, which exhibits a phase transition. Several recent works demonstrate the benefits of depth by proving the depth-efficiency of neural networks. That is, there are classes of deep networks which cannot be realized by any shallow network whose size is no more than an exponential bound. Here we pose the dual question on the width-efficiency of ReLU networks: Are there wide networks that cannot be realized by narrow networks whose size is not substantially larger? We show that there exist classes of wide networks which cannot be realized by any narrow network whose depth is no more than a polynomial bound. On the other hand, we demonstrate by extensive experiments that narrow networks whose size exceed the polynomial bound by a constant factor can approximate wide and shallow network with high accuracy. Our results provide more comprehensive evidence that depth is more effective than width for the expressiveness of ReLU networks.

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