Neural Mechanics: Symmetry and Broken Conservation Laws in Deep Learning Dynamics
Daniel Kunin, Javier Sagastuy-Brena, Surya Ganguli, Daniel L. K. Yamins, Hidenori Tanaka
TL;DR
The paper addresses the challenge of understanding neural network learning dynamics under finite stochastic gradient updates by introducing a symmetry-based framework that ties architectural invariances to geometric constraints on gradients and Hessians, yielding Noether-like conservation laws under gradient flow. It then develops a realistic continuous SGD model that incorporates weight decay, momentum, stochasticity, and finite learning rates, deriving exact dynamics for symmetry-related parameter combinations and validating them on VGG-16 trained on Tiny ImageNet. Key contributions include unifying gradient/Hessian geometry via symmetries, identifying conservation laws under gradient flow, and deriving exact finite-rate learning dynamics through a modified loss and flow, with strong empirical support. The work provides a principled foundation for analyzing and predicting training dynamics in state-of-the-art networks, potentially guiding optimizer design and architectural choices at realistic scales.
Abstract
Understanding the dynamics of neural network parameters during training is one of the key challenges in building a theoretical foundation for deep learning. A central obstacle is that the motion of a network in high-dimensional parameter space undergoes discrete finite steps along complex stochastic gradients derived from real-world datasets. We circumvent this obstacle through a unifying theoretical framework based on intrinsic symmetries embedded in a network's architecture that are present for any dataset. We show that any such symmetry imposes stringent geometric constraints on gradients and Hessians, leading to an associated conservation law in the continuous-time limit of stochastic gradient descent (SGD), akin to Noether's theorem in physics. We further show that finite learning rates used in practice can actually break these symmetry induced conservation laws. We apply tools from finite difference methods to derive modified gradient flow, a differential equation that better approximates the numerical trajectory taken by SGD at finite learning rates. We combine modified gradient flow with our framework of symmetries to derive exact integral expressions for the dynamics of certain parameter combinations. We empirically validate our analytic expressions for learning dynamics on VGG-16 trained on Tiny ImageNet. Overall, by exploiting symmetry, our work demonstrates that we can analytically describe the learning dynamics of various parameter combinations at finite learning rates and batch sizes for state of the art architectures trained on any dataset.
