Neural Network Architecture Beyond Width and Depth

This paper proposes a new neural network architecture by introducing an additional dimension called height beyond width and depth. Neural network architectures with height, width, and depth as hyper-parameters are called three-dimensional architectures. It is shown that neural networks with three-dimensional architectures are significantly more expressive than the ones with two-dimensional architectures (those with only width and depth as hyper-parameters), e.g., standard fully connected networks. The new network architecture is constructed recursively via a nested structure, and hence we call a network with the new architecture nested network (NestNet). A NestNet of height is built with each hidden neuron activated by a NestNet of height . When , a NestNet degenerates to a standard network with a two-dimensional architecture. It is proved by construction that height- ReLU NestNets with parameters can approximate -Lipschitz continuous functions on with an error , while the optimal approximation error of standard ReLU networks with parameters is . Furthermore, such a result is extended to generic continuous functions on with the approximation error characterized by the modulus of continuity. Finally, we use numerical experimentation to show the advantages of the super-approximation power of ReLU NestNets.
View on arXiv