LGFeb 16

Divine Benevolence is an $x^2$: GLUs scale asymptotically faster than MLPs

arXiv:2602.14495v1h-index: 13Has Code
Originality Incremental advance
AI Analysis

This provides a theoretical foundation for architecture design in large-scale AI models, potentially unlocking superior scaling, though it is incremental as it builds on existing numerical analysis.

The paper tackled the problem of understanding why GLU variants scale better than MLPs in large models by showing that GLUs have an $x^2$ term enabling asymptotically faster scaling, with $L(P)\propto P^{-3}$ for GLUs versus $L(P)=P^{-2}$ for MLPs in function reconstruction.

Scaling laws can be understood from ground-up numerical analysis, where traditional function approximation theory can explain shifts in model architecture choices. GLU variants now dominate frontier LLMs and similar outer-product architectures are prevalent in ranking models. The success of these architectures has mostly been left as an empirical discovery. In this paper, we apply the tools of numerical analysis to expose a key factor: these models have an $x^2$ which enables \emph{asymptotically} faster scaling than MLPs. GLUs have piecewise quadratic functional forms that are sufficient to exhibit quadratic order of approximation. Our key contribution is to demonstrate that the $L(P)$ scaling slope is $L(P)\propto P^{-3}$ for GLUs but only $L(P)=P^{-2}$ for MLPs on function reconstruction problems. We provide a parameter construction and empirical verification of these slopes for 1D function approximation. From the first principles we discover, we make one stride and propose the ``Gated Quadratic Unit'' which has an even steeper $L(P)$ slope than the GLU and MLP. This opens the possibility of architecture design from first principles numerical theory to unlock superior scaling in large models. Replication code is available at https://github.com/afqueiruga/divine_scaling.

Foundations

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

Your Notes