LGMLMay 24, 2022

Gaussian Pre-Activations in Neural Networks: Myth or Reality?

arXiv:2205.12379v411 citationsh-index: 18Has Code
Originality Incremental advance
AI Analysis

This addresses foundational issues in neural network initialization for researchers and practitioners, providing a principled framework to evaluate Gaussian assumptions, though it is incremental in refining existing theories.

The paper tackles the assumption that pre-activations in neural networks are Gaussian at initialization, showing it often fails for finite-width networks, and constructs a family of activation functions and initialization distributions to ensure Gaussian pre-activations even in narrow networks, with constraints and an exact Edge of Chaos analysis.

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/ .

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes