paper-with-me

홈 › Papers

Minimum Width of Deep Narrow Networks for Universal Approximation

2025-11-10 · Xiao-Song Yang, Qi Zhou, Xuan Zhou arxiv

Determining the minimum width of fully connected neural networks has become a fundamental problem in recent theoretical studies of deep neural networks. In this paper, we study the lower bounds and upper bounds of the minimum width required for fully connected neural networks in order to have universal approximation capability, which is important in network design and training. We show that $w_{min}\leq\max(2d_x+1, d_y)$ also holds true for networks with ELU, SELU activation functions, and the upper bound of this inequality is attained when $d_y=2d_x$, where $d_x$, $d_y$ denote the input and output dimensions, respectively. Besides, we show that $d_x+1\leq w_{min}\leq d_x+d_y$ for networks with LeakyReLU, ELU, CELU, SELU, Softplus activation functions, by proving that ReLU activation function can be approximated by these activation functions. In addition, in the case that the activation function is injective or can be uniformly approximated by a sequence of injective functions (e.g., ReLU), we present a new proof of the inequality $w_{min}\ge d_y+\mathbf{1}_{d_x<d_y\leq2d_x}$ by constructing a more intuitive example via a new geometric approach based on Poincaré-Miranda Theorem.

📄 PDF Abstract BibTeX arXiv:2511.06837

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Minimum Width for Deep, Narrow MLP: A Diffeomorphism Approach

2023-08-30 · Geonho Hwang

Recently, there has been a growing focus on determining the minimum width requirements for achieving the universal approximation property in deep, narrow Multi-Layer Perceptrons (MLPs). Among these challenges, one partic…

Minimum Width for Universal Approximation

2020-06-16 · ICLR 2021 1 · Sejun Park, Chulhee Yun, Jaeho Lee, Jinwoo Shin

The universal approximation property of width-bounded networks has been studied as a dual of classical universal approximation results on depth-bounded networks. However, the critical width enabling the universal approxi…

Minimal Width for Universal Property of Deep RNN

2022-11-25 · Chang hoon Song, Geonho Hwang, Jun Ho Lee, Myungjoo Kang

A recurrent neural network (RNN) is a widely used deep-learning network for dealing with sequential data. Imitating a dynamical system, an infinite-width RNN can approximate any open dynamical system in a compact domain.…

Minimum width for universal approximation using ReLU networks on compact domain

2023-09-19 · Namjun Kim, Chanho Min, Sejun Park

It has been shown that deep neural networks of a large enough width are universal approximators but they are not if the width is too small. There were several attempts to characterize the minimum width $w_{\min}$ enablin…

Minimum width for universal approximation using squashable activation functions

2025-04-10 · Jonghyun Shin, Namjun Kim, Geonho Hwang, Sejun Park

The exact minimum width that allows for universal approximation of unbounded-depth networks is known only for ReLU and its variants. In this work, we study the minimum width of networks using general activation functions…