Minimum width for universal approximation using squashable activation functions
Jonghyun Shin, Namjun Kim, Geonho Hwang, Sejun Park
TL;DR
This work characterizes the minimum width required for universal approximation with general activation functions by introducing squashable activations, which can approximate both the identity and the Step function via affine compositions. It proves that the minimum width satisfies $w_{ m min}=\max\{d_x,d_y\}$ for squashable activations (except the trivial $(d_x,d_y)=(1,1)$ case, where $w_{ m min}\in\{1,2\}$, and $w_{ m min}=2$ if the activation is monotone), thereby extending ReLU-based results to a broad class of activations. The authors establish that all non-affine analytic activations and many piecewise differentiable activations are squashable, and they provide easily verifiable criteria for squashability via a width-1 approximation of Step and a sigmoidal construction. Their encoder-decoder framework, together with a delta-filling curve construction, enables universal approximation with width $\max\{d_x,d_y,2\}$, offering a general approach to narrow, expressive networks across a wide range of activation functions.
Abstract
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. Specifically, we focus on squashable functions that can approximate the identity function and binary step function by alternatively composing with affine transformations. We show that for networks using a squashable activation function to universally approximate $L^p$ functions from $[0,1]^{d_x}$ to $\mathbb R^{d_y}$, the minimum width is $\max\{d_x,d_y,2\}$ unless $d_x=d_y=1$; the same bound holds for $d_x=d_y=1$ if the activation function is monotone. We then provide sufficient conditions for squashability and show that all non-affine analytic functions and a class of piecewise functions are squashable, i.e., our minimum width result holds for those general classes of activation functions.
