Loss Gradient Gaussian Width based Generalization and Optimization Guarantees
Arindam Banerjee, Qiaobo Li, Yingxue Zhou
TL;DR
The paper shifts the focus from predictor-based uniform convergence to gradient geometry by introducing Loss Gradient Gaussian Width (LGGW) as a central complexity measure. It develops generalization guarantees under a gradient domination framework that includes the PL condition and provides optimization guarantees for gradient descent with sample reuse, showing that small LGGW keeps empirical gradients aligned with population gradients over many passes. For deep networks, the authors bound single-sample LGGW by the Gaussian width of the featurizer, tying gradient complexity to architectural choices like layer widths. The results rely on generic chaining and the Majorizing Measure Theorem to relate LGGW to vector Rademacher complexities and Gaussian processes, yielding potentially quantitative improvements over traditional Rademacher-based bounds in high-capacity models. Overall, LGGW offers a principled, geometry-aware path toward tighter generalization and optimization guarantees in deep learning, with explicit implications for FFNs and ResNets.
Abstract
Generalization and optimization guarantees on the population loss often rely on uniform convergence based analysis, typically based on the Rademacher complexity of the predictors. The rich representation power of modern models has led to concerns about this approach. In this paper, we present generalization and optimization guarantees in terms of the complexity of the gradients, as measured by the Loss Gradient Gaussian Width (LGGW). First, we introduce generalization guarantees directly in terms of the LGGW under a flexible gradient domination condition, which includes the popular PL (Polyak-Łojasiewicz) condition as a special case. Second, we show that sample reuse in iterative gradient descent does not make the empirical gradients deviate from the population gradients as long as the LGGW is small. Third, focusing on deep networks, we bound their single-sample LGGW in terms of the Gaussian width of the featurizer, i.e., the output of the last-but-one layer. To our knowledge, our generalization and optimization guarantees in terms of LGGW are the first results of its kind, and hold considerable promise towards quantitatively tight bounds for deep models.
