English

On Expressivity of Height in Neural Networks

Machine Learning 2025-01-07 v2

Abstract

In this work, beyond width and depth, we augment a neural network with a new dimension called height by intra-linking neurons in the same layer to create an intra-layer hierarchy, which gives rise to the notion of height. We call a neural network characterized by width, depth, and height a 3D network. To put a 3D network in perspective, we theoretically and empirically investigate the expressivity of height. We show via bound estimation and explicit construction that given the same number of neurons and parameters, a 3D ReLU network of width WW, depth KK, and height HH has greater expressive power than a 2D network of width H×WH\times W and depth KK, \textit{i.e.}, O((2H1)W)K)\mathcal{O}((2^H-1)W)^K) vs O((HW)K)\mathcal{O}((HW)^K), in terms of generating more pieces in a piecewise linear function. Next, through approximation rate analysis, we show that by introducing intra-layer links into networks, a ReLU network of width O(W)\mathcal{O}(W) and depth O(K)\mathcal{O}(K) can approximate polynomials in [0,1]d[0,1]^d with error O(22WK)\mathcal{O}\left(2^{-2WK}\right), which improves O(WK)\mathcal{O}\left(W^{-K}\right) and O(2K)\mathcal{O}\left(2^{-K}\right) for fixed width networks. Lastly, numerical experiments on 5 synthetic datasets, 15 tabular datasets, and 3 image benchmarks verify that 3D networks can deliver competitive regression and classification performance.

Keywords

Cite

@article{arxiv.2305.07037,
  title  = {On Expressivity of Height in Neural Networks},
  author = {Feng-Lei Fan and Ze-Yu Li and Huan Xiong and Tieyong Zeng},
  journal= {arXiv preprint arXiv:2305.07037},
  year   = {2025}
}