Gaussian Pre-Activations in Neural Networks: Myth or Reality?
Pierre Wolinski, Julyan Arbel
TL;DR
This work interrogates the common assumption that neural-network pre-activations are Gaussian at initialization, showing that finite-width networks often deviate with heavier tails. It introduces a principled framework to impose Gaussian pre-activations across depth by jointly designing weight distributions and activation functions, specifically proposing symmetric Weibull weight initialization $W hicksim ext{W}( heta,1)$ and two activation families $ ext{φ}_{ heta}^{ ext{o}}$ (odd) and $ ext{φ}_{ heta}^{ ext{p}}$ (positive). The paper derives constraints that ensure Gaussian propagation under a pre-activations independence assumption, develops exact (non-asymptotic) Edge of Chaos analyses, and provides extensive experiments on synthetic data and CIFAR-10 that demonstrate Gaussian pre-activations across layers and improved trainability for narrow/deep networks in some regimes. It also critically discusses Edge of Chaos limitations, contrasts with NTK-based analyses, and offers practical guidance and open-source code for practitioners to evaluate Gaussian pre-activations in their architectures. Overall, the work provides a principled, implementable path to realize and leverage Gaussian pre-activations in finite-width networks, while highlighting that Gaussianity is not universally guaranteed or always desirable outside of particular settings.
Abstract
The study of feature propagation at initialization in neural networks lies at the root of numerous initialization designs. An assumption very commonly made in the field states that the pre-activations are Gaussian. Although this convenient Gaussian hypothesis can be justified when the number of neurons per layer tends to infinity, it is challenged by both theoretical and experimental works for finite-width neural networks. Our major contribution is to construct a family of pairs of activation functions and initialization distributions that ensure that the pre-activations remain Gaussian throughout the network's depth, even in narrow neural networks. In the process, we discover a set of constraints that a neural network should fulfill to ensure Gaussian pre-activations. Additionally, we provide a critical review of the claims of the Edge of Chaos line of works and build an exact Edge of Chaos analysis. We also propose a unified view on pre-activations propagation, encompassing the framework of several well-known initialization procedures. Finally, our work provides a principled framework for answering the much-debated question: is it desirable to initialize the training of a neural network whose pre-activations are ensured to be Gaussian? Our code is available on GitHub: https://github.com/p-wol/gaussian-preact/ .
