Noise Stability Optimization for Finding Flat Minima: A Hessian-based Regularization Approach
Hongyang R. Zhang, Dongyue Li, Haotian Ju
TL;DR
The paper tackles the challenge of improving generalization for over-parameterized neural networks by explicitly regularizing the Hessian trace to favor flat loss surfaces. It introduces Noise Stability Optimization (NSO), a two-point noise injection scheme that yields an approximately unbiased estimate of the Hessian trace and can be combined with traditional regularizers. A data-dependent PAC-Bayes generalization bound ties the Hessian trace and weight-radius to generalization, and the authors provide a proof sketch anchored in a Gaussian posterior and Taylor expansion. Empirically, NSO reduces the Hessian's trace and largest eigenvalue, improves test accuracy on multiple tasks, and remains effective when applied to pretraining (e.g., CLIP) and chain-of-thought fine-tuning, outperforming several sharpness-minimization baselines under matched compute. The work also analyzes convergence rates and a matrix sensing case, offering both theoretical guarantees and practical guidance for deploying Hessian-focused regularization in diverse settings.
Abstract
The training of over-parameterized neural networks has received much study in recent literature. An important consideration is the regularization of over-parameterized networks due to their highly nonconvex and nonlinear geometry. In this paper, we study noise injection algorithms, which can regularize the Hessian of the loss, leading to regions with flat loss surfaces. Specifically, by injecting isotropic Gaussian noise into the weight matrices of a neural network, we can obtain an approximately unbiased estimate of the trace of the Hessian. However, naively implementing the noise injection via adding noise to the weight matrices before backpropagation presents limited empirical improvements. To address this limitation, we design a two-point estimate of the Hessian penalty, which injects noise into the weight matrices along both positive and negative directions of the random noise. In particular, this two-point estimate eliminates the variance of the first-order Taylor's expansion term on the Hessian. We show a PAC-Bayes generalization bound that depends on the trace of the Hessian (and the radius of the weight space), which can be measured from data. We conduct a detailed experimental study to validate our approach and show that it can effectively regularize the Hessian and improve generalization. First, our algorithm can outperform prior approaches on sharpness-reduced training, delivering up to a 2.4% test accuracy increase for fine-tuning ResNets on six image classification datasets. Moreover, the trace of the Hessian reduces by 15.8%, and the largest eigenvalue is reduced by 9.7% with our approach. We also find that the regularization of the Hessian can be combined with weight decay and data augmentation, leading to stronger regularization. Second, our approach remains effective for improving generalization in pretraining multimodal CLIP models and chain-of-thought fine-tuning.
