Regularized Gradient Clipping Provably Trains Wide and Deep Neural Networks
Matteo Tucat, Anirbit Mukherjee, Procheta Sen, Mingfei Sun, Omar Rivasplata
TL;DR
This paper introduces δ-Regularized-GClip, a novel adaptive gradient method that regularizes gradient clipping with a lower bound on the effective step size to enable provable convergence to global minima for overparameterized, wide neural networks trained on the squared loss. The key theoretical contribution is a μ-PL$^*$-based convergence guarantee, showing geometric decay of the training loss and keeping iterates within a finite neighborhood of initialization, provided the network width is sufficiently large and the step-size schedule satisfies $h(\mathbf{w}_t) \in [\eta\delta, \eta]$. Empirically, δ-GClip is competitive with state-of-the-art optimizers such as Adam and SGD across ResNet-18 on CIFAR-10, a VAE on Fashion-MNIST, Vision Transformers, and BERT fine-tuning, with scheduling enhancing performance. The work demonstrates that a principled, theoretically grounded variant of gradient clipping can match or exceed heuristic adaptive methods in diverse architectures, suggesting broad applicability and a path toward provable training for deep networks beyond the squared loss. It also motivates future extensions to cross-entropy loss and non-ReLU activations, as well as deeper investigations into PL$^*$ validity for large-scale transformer models.
Abstract
We present and analyze a novel regularized form of the gradient clipping algorithm, proving that it converges to global minima of the loss surface of deep neural networks under the squared loss, provided that the layers are of sufficient width. The algorithm presented here, dubbed $δ-$GClip, introduces a modification to gradient clipping that leads to a first-of-its-kind example of a step size scheduling for gradient descent that provably minimizes training losses of deep neural nets. We also present empirical evidence that our theoretically founded $δ-$GClip algorithm is competitive with the state-of-the-art deep learning heuristics on various neural architectures including modern transformer based architectures. The modification we do to standard gradient clipping is designed to leverage the PL* condition, a variant of the Polyak-Lojasiewicz inequality which was recently proven to be true for sufficiently wide neural networks at any depth within a neighbourhood of the initialization.
