paper-with-me

홈 › Papers

Neural Network Architecture Beyond Width and Depth

2022-05-19 · Zuowei Shen, Haizhao Yang, Shijun Zhang

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 $s$ is built with each hidden neuron activated by a NestNet of height $\le s-1$. When $s=1$, a NestNet degenerates to a standard network with a two-dimensional architecture. It is proved by construction that height-$s$ ReLU NestNets with $\mathcal{O}(n)$ parameters can approximate $1$-Lipschitz continuous functions on $[0,1]^d$ with an error $\mathcal{O}(n^{-(s+1)/d})$, while the optimal approximation error of standard ReLU networks with $\mathcal{O}(n)$ parameters is $\mathcal{O}(n^{-2/d})$. Furthermore, such a result is extended to generic continuous functions on $[0,1]^d$ 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.

📄 PDF Abstract BibTeX arXiv:2205.09459

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

The Depth-to-Width Interplay in Self-Attention

2020-06-22 · NeurIPS 2020 12 · Yoav Levine, Noam Wies, Or Sharir, Hofit Bata 외

Self-attention architectures, which are rapidly pushing the frontier in natural language processing, demonstrate a surprising depth-inefficient behavior: previous works indicate that increasing the internal representatio…

The Depth Delusion: Why Transformers Should Be Wider, Not Deeper

2026-01-28 · Md Muhtasim Munif Fahim, Md Rezaul Karim arxiv

Neural scaling laws describe how language model loss decreases with parameters and data, but treat architecture as interchangeable--a billion parameters could arise from a shallow-wide model (10 layers & 8,192 hidden dim…

The WidthWall: A Strict Expressivity Hierarchy for Hypergraph Neural Networks

2026-05-13 · Fengqing Jiang, Yuetai Li, Yichen Feng, Kaiyuan Zheng 외 arxiv

Hypergraphs provide a natural framework to model higher-order interactions in scientific, social, and biological systems. Hypergraph neural networks (HGNNs) aim to learn from such data, yet it remains unclear which highe…

Node Classification

Neural Tangent Kernel Beyond the Infinite-Width Limit: Effects of Depth and Initialization

2022-02-01 · Mariia Seleznova, Gitta Kutyniok

Neural Tangent Kernel (NTK) is widely used to analyze overparametrized neural networks due to the famous result by Jacot et al. (2018): in the infinite-width limit, the NTK is deterministic and constant during training. …

On Expressivity of Height in Neural Networks

2023-05-11 · Feng-Lei Fan, Ze-Yu Li, Huan Xiong, Tieyong Zeng

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…