Just One Layer Norm Guarantees Stable Extrapolation
Juliusz Ziomek, George Whittle, Michael A. Osborne
TL;DR
This work addresses the challenge of neural network extrapolation beyond the training distribution by leveraging Neural Tangent Kernel theory. It shows that inserting at least one Layer Norm transforms the NTK into a bounded-variance form, guaranteeing bounded predictions even far from training data, whereas networks without LN can explode under extrapolation. The authors prove both a general unbounded-extrapolation result for LN-free networks and a bound for LN-containing networks, and they corroborate these findings with toy-, protein-, and face-age experiments, demonstrating improved out-of-distribution stability. The results provide a principled architectural cue: including LN can yield safer, more realistic extrapolations in high-stakes tasks, with practical implications for proteomics and biometric age estimation, among others.
Abstract
In spite of their prevalence, the behaviour of Neural Networks when extrapolating far from the training distribution remains poorly understood, with existing results limited to specific cases. In this work, we prove general results -- the first of their kind -- by applying Neural Tangent Kernel (NTK) theory to analyse infinitely-wide neural networks trained until convergence and prove that the inclusion of just one Layer Norm (LN) fundamentally alters the induced NTK, transforming it into a bounded-variance kernel. As a result, the output of an infinitely wide network with at least one LN remains bounded, even on inputs far from the training data. In contrast, we show that a broad class of networks without LN can produce pathologically large outputs for certain inputs. We support these theoretical findings with empirical experiments on finite-width networks, demonstrating that while standard NNs often exhibit uncontrolled growth outside the training domain, a single LN layer effectively mitigates this instability. Finally, we explore real-world implications of this extrapolatory stability, including applications to predicting residue sizes in proteins larger than those seen during training and estimating age from facial images of underrepresented ethnicities absent from the training set.
