Gradient Regularized Natural Gradients
Satya Prakash Dash, Hossein Abdi, Wei Pan, Samuel Kaski, Mingfei Sun
TL;DR
This work introduces Gradient Regularized Natural Gradients (GRNG), a framework that blends gradient regularization with natural gradient updates to improve convergence speed and generalization in large-scale deep learning. It provides two scalable implementations: a Frequentist variant using Kronecker-factored FIM approximations with Lazy Fisher and Newton updates (RING/RENG), and a Bayesian variant based on Regularized Kalman filtering (R-Kalman). The authors prove convergence guarantees for GRNG and demonstrate through extensive vision and language experiments that GRNG accelerates optimization and enhances generalization relative to SGD, AdamW, and existing second-order baselines. The approach offers a principled, practical path to robust, scalable second-order optimization for transformer-based models and vision architectures across data regimes.
Abstract
Gradient regularization (GR) has been shown to improve the generalizability of trained models. While Natural Gradient Descent has been shown to accelerate optimization in the initial phase of training, little attention has been paid to how the training dynamics of second-order optimizers can benefit from GR. In this work, we propose Gradient-Regularized Natural Gradients (GRNG), a family of scalable second-order optimizers that integrate explicit gradient regularization with natural gradient updates. Our framework provides two complementary algorithms: a frequentist variant that avoids explicit inversion of the Fisher Information Matrix (FIM) via structured approximations, and a Bayesian variant based on a Regularized-Kalman formulation that eliminates the need for FIM inversion entirely. We establish convergence guarantees for GRNG, showing that gradient regularization improves stability and enables convergence to global minima. Empirically, we demonstrate that GRNG consistently enhances both optimization speed and generalization compared to first-order methods (SGD, AdamW) and second-order baselines (K-FAC, Sophia), with strong results on vision and language benchmarks. Our findings highlight gradient regularization as a principled and practical tool to unlock the robustness of natural gradient methods for large-scale deep learning.
