ResNet with one-neuron hidden layers is a Universal Approximator
Hongzhou Lin, Stefanie Jegelka

TL;DR
This paper proves that very deep ResNets with only one neuron per hidden layer can universally approximate any Lebesgue integrable function in multiple dimensions, highlighting their enhanced representational power over traditional narrow networks.
Contribution
It demonstrates that deep ResNets with one-neuron layers are universal approximators, contrasting with fully connected networks of the same width, thus revealing increased expressiveness.
Findings
ResNets with one-neuron layers can approximate any Lebesgue integrable function.
ResNet architecture enhances the expressiveness of narrow deep networks.
Contrast with fully connected networks which are not universal at the same width.
Abstract
We demonstrate that a very deep ResNet with stacked modules with one neuron per hidden layer and ReLU activation functions can uniformly approximate any Lebesgue integrable function in dimensions, i.e. . Because of the identity mapping inherent to ResNets, our network has alternating layers of dimension one and . This stands in sharp contrast to fully connected networks, which are not universal approximators if their width is the input dimension [Lu et al, 2017; Hanin and Sellke, 2017]. Hence, our result implies an increase in representational power for narrow deep networks by the ResNet architecture.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsModel Reduction and Neural Networks · Neural Networks and Applications · Generative Adversarial Networks and Image Synthesis
MethodsAverage Pooling · 1x1 Convolution · Batch Normalization · Bottleneck Residual Block · Global Average Pooling · Residual Block · Kaiming Initialization · Max Pooling · Residual Connection · Convolution
