Search papers, labs, and topics across Lattice.
This paper analyzes the universal approximation capabilities of narrow ResNets, focusing on their limitations in representing critical points of input-output maps. It proves that ResNets, without input space augmentation, exhibit a "tunnel effect" where critical points are shifted to infinity, impacting target function approximation. The paper establishes quantitative approximation bounds based on the signal ratio between skip and residual channels, highlighting the trade-offs between MLP-like and neural ODE-like behavior in ResNets.
Narrow ResNets can struggle to represent critical points in input-output mappings, effectively pushing them to infinity and hindering accurate function approximation.
We analyze the universal approximation constraints of narrow Residual Neural Networks (ResNets) both theoretically and numerically. For deep neural networks without input space augmentation, a central constraint is the inability to represent critical points of the input-output map. We prove that this has global consequences for target function approximations and show that the manifestation of this defect is typically a shift of the critical point to infinity, which we call the ``tunnel effect'' in the context of classification tasks. While ResNets offer greater expressivity than standard multilayer perceptrons (MLPs), their capability strongly depends on the signal ratio between the skip and residual channels. We establish quantitative approximation bounds for both the residual-dominant (close to MLP) and skip-dominant (close to neural ODE) regimes. These estimates depend explicitly on the channel ratio and uniform network weight bounds. Low-dimensional examples further provide a detailed analysis of the different ResNet regimes and how architecture-target incompatibility influences the approximation error.