LGJan 4

Leveraging Flatness to Improve Information-Theoretic Generalization Bounds for SGD

arXiv:2601.01465v12 citationsICLR
Originality Highly original
AI Analysis

This work addresses a theoretical gap in understanding SGD's generalization for machine learning researchers, though it appears incremental as it builds on existing bounds.

The paper tackles the problem that existing information-theoretic generalization bounds fail to capture SGD's improved generalization under better flatness and are numerically loose, by deriving a new bound that leverages flatness bias, resulting in a bound that correctly reflects better generalization and is much tighter, with experiments showing improvements and an application improving rates from Ω(1) to O(1/√n).

Information-theoretic (IT) generalization bounds have been used to study the generalization of learning algorithms. These bounds are intrinsically data- and algorithm-dependent so that one can exploit the properties of data and algorithm to derive tighter bounds. However, we observe that although the flatness bias is crucial for SGD's generalization, these bounds fail to capture the improved generalization under better flatness and are also numerically loose. This is caused by the inadequate leverage of SGD's flatness bias in existing IT bounds. This paper derives a more flatness-leveraging IT bound for the flatness-favoring SGD. The bound indicates the learned models generalize better if the large-variance directions of the final weight covariance have small local curvatures in the loss landscape. Experiments on deep neural networks show our bound not only correctly reflects the better generalization when flatness is improved, but is also numerically much tighter. This is achieved by a flexible technique called "omniscient trajectory". When applied to Gradient Descent's minimax excess risk on convex-Lipschitz-Bounded problems, it improves representative IT bounds' $Ω(1)$ rates to $O(1/\sqrt{n})$. It also implies a by-pass of memorization-generalization trade-offs.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes