Benignity of loss landscape with weight decay requires both large overparametrization and initialization
Etienne Boursier, Matthew Bowditch, Matthias Englert, Ranko Lazic
TL;DR
This work analyzes the loss landscape of $\ell_2$-regularized two-layer ReLU networks, showing that benignity (absence of spurious local minima) emerges only under substantial overparameterization, namely $m = \Omega\left(\min(n^d,2^n)\right)$ (up to a $\log(n/\varepsilon)$ factor). Using activation-pattern geometry and a convex reformulation, the authors prove that almost all activation cones contain a global minimum and no bad local minima for any $\lambda>0$, with the result tight in the orthogonal-data case. They then connect landscapes to optimization dynamics, demonstrating that benign landscapes mainly inform training behavior in the large initialization (NTK-like) regime, while small initializations can still converge to bad stationary points due to the implicit bias of optimization. For orthogonal data, the threshold is shown to be necessary, and experiments corroborate the theoretical predictions, highlighting the crucial roles of initialization scale and data geometry. Overall, the findings illuminate why regularization raises the required level of overparametrization and when landscape-based guarantees translate into actual optimization performance.
Abstract
The optimization of neural networks under weight decay remains poorly understood from a theoretical standpoint. While weight decay is standard practice in modern training procedures, most theoretical analyses focus on unregularized settings. In this work, we investigate the loss landscape of the $\ell_2$-regularized training loss for two-layer ReLU networks. We show that the landscape becomes benign -- i.e., free of spurious local minima -- under large overparametrization, specifically when the network width $m$ satisfies $m \gtrsim \min(n^d, 2^n)$, where $n$ is the number of data points and $d$ the input dimension. More precisely in this regime, almost all constant activation regions contain a global minimum and no spurious local minima. We further show that this level of overparametrization is not only sufficient but also necessary via the example of orthogonal data. Finally, we demonstrate that such loss landscape results primarily hold relevance in the large initialization regime. In contrast, for small initializations -- corresponding to the feature learning regime -- optimization can still converge to spurious local minima, despite the global benignity of the landscape.
