Algorithmic Regularization in Learning Deep Homogeneous Models: Layers are Automatically Balanced
Simon S. Du, Wei Hu, Jason D. Lee
TL;DR
<3-5 sentences high-level summary>This work analyzes how first-order optimization methods implicitly regularize deep homogeneous models, showing that gradient flow preserves the differences between squared layer norms across adjacent layers, which enforces auto-balancing when initialization is small. It then leverages this invariance to prove that gradient descent on unregularized, non-convex problems—specifically asymmetric matrix factorization—converges to global optima under suitable diminishing step sizes, with a tighter linear-convergence result in the rank-1 case. Empirical experiments on deep networks with ReLU activations validate the theoretical auto-balancing, illustrating that inter-layer norm differences remain small and layer-norm ratios approach unity. The findings offer a fundamental perspective on optimization dynamics in deep homogeneous models and suggest a new angle for analyzing training behavior beyond traditional smoothness assumptions.
Abstract
We study the implicit regularization imposed by gradient descent for learning multi-layer homogeneous functions including feed-forward fully connected and convolutional deep neural networks with linear, ReLU or Leaky ReLU activation. We rigorously prove that gradient flow (i.e. gradient descent with infinitesimal step size) effectively enforces the differences between squared norms across different layers to remain invariant without any explicit regularization. This result implies that if the weights are initially small, gradient flow automatically balances the magnitudes of all layers. Using a discretization argument, we analyze gradient descent with positive step size for the non-convex low-rank asymmetric matrix factorization problem without any regularization. Inspired by our findings for gradient flow, we prove that gradient descent with step sizes $η_t = O\left(t^{-\left( \frac12+δ\right)} \right)$ ($0<δ\le\frac12$) automatically balances two low-rank factors and converges to a bounded global optimum. Furthermore, for rank-$1$ asymmetric matrix factorization we give a finer analysis showing gradient descent with constant step size converges to the global minimum at a globally linear rate. We believe that the idea of examining the invariance imposed by first order algorithms in learning homogeneous models could serve as a fundamental building block for studying optimization for learning deep models.
