Composing Global Solutions to Reasoning Tasks via Algebraic Objects in Neural Nets
Yuandong Tian
TL;DR
The paper studies 2-layer neural networks with quadratic activation trained to predict Abelian-group products under the $L_2$ loss and unveils a semi-ring structure in the weight space together with sum potentials that are ring homomorphisms. This enables analytical construction of global solutions from partial ones, yielding Fourier-based global solutions of per-frequency order $4$ (i.e., $2\times2$) and order $6$ (i.e., $2\times3$), as well as a global perfect memorization solution of order $d^2$. Empirically, about 95% of gradient-descent solutions align with the theory and can be factorized into the proposed components; overparameterization helps training by decoupling SP dynamics, while weight decay biases toward simpler, low-order solutions. The framework suggests a paradigm shift from gradient-based optimization to loss-decomposition and algebraic composition, with implications for reasoning tasks and broader group-action settings.
Abstract
We prove rich algebraic structures of the solution space for 2-layer neural networks with quadratic activation and $L_2$ loss, trained on reasoning tasks in Abelian group (e.g., modular addition). Such a rich structure enables \emph{analytical} construction of global optimal solutions from partial solutions that only satisfy part of the loss, despite its high nonlinearity. We coin the framework as CoGS (\emph{\underline{Co}mposing \underline{G}lobal \underline{S}olutions}). Specifically, we show that the weight space over different numbers of hidden nodes of the 2-layer network is equipped with a semi-ring algebraic structure, and the loss function to be optimized consists of \emph{sum potentials}, which are ring homomorphisms, allowing partial solutions to be composed into global ones by ring addition and multiplication. Our experiments show that around $95\%$ of the solutions obtained by gradient descent match exactly our theoretical constructions. Although the global solutions constructed only required a small number of hidden nodes, our analysis on gradient dynamics shows that overparameterization asymptotically decouples training dynamics and is beneficial. We further show that training dynamics favors simpler solutions under weight decay, and thus high-order global solutions such as perfect memorization are unfavorable. The code is open sourced at https://github.com/facebookresearch/luckmatters/tree/yuandong3/ssl/real-dataset.
