Differential Equation Scaling Limits of Shaped and Unshaped Neural Networks
Mufan Bill Li, Mihai Nica
TL;DR
This work studies unshaped neural networks through differential-equation scaling limits, establishing two key results: (i) an infinite-depth-and-width limit at initialization that matches the shaped-limit behavior via a ResNet-like residual scaling $d^{-1/2}$ and an MLP with depth and width in a shaped regime, and (ii) a first-order correction for unshaped ReLU MLP correlations that yields an SDE with a singularity at the initial time. It reveals a close connection between shaping activations and residual architectures, showing that both approaches can produce the same covariance drift in the limit, while the unshaped regime exposes a distinct, singular stochastic dynamics that governs correlation decay. The findings link shaping and normalization perspectives, offer a roadmap for analyzing training dynamics in infinite-depth regimes, and suggest that weakening nonlinearities—whether via shaping or residual scaling—can stabilize training and enable feature learning without normalization. Overall, the paper provides a rigorous bridge between shaped and unshaped architectures through differential-equation limits, with implications for understanding training behavior and normalization-influenced performance.
Abstract
Recent analyses of neural networks with shaped activations (i.e. the activation function is scaled as the network size grows) have led to scaling limits described by differential equations. However, these results do not a priori tell us anything about "ordinary" unshaped networks, where the activation is unchanged as the network size grows. In this article, we find similar differential equation based asymptotic characterization for two types of unshaped networks. Firstly, we show that the following two architectures converge to the same infinite-depth-and-width limit at initialization: (i) a fully connected ResNet with a $d^{-1/2}$ factor on the residual branch, where $d$ is the network depth. (ii) a multilayer perceptron (MLP) with depth $d \ll$ width $n$ and shaped ReLU activation at rate $d^{-1/2}$. Secondly, for an unshaped MLP at initialization, we derive the first order asymptotic correction to the layerwise correlation. In particular, if $ρ_\ell$ is the correlation at layer $\ell$, then $q_t = \ell^2 (1 - ρ_\ell)$ with $t = \frac{\ell}{n}$ converges to an SDE with a singularity at $t=0$. These results together provide a connection between shaped and unshaped network architectures, and opens up the possibility of studying the effect of normalization methods and how it connects with shaping activation functions.
