MLLGJun 18, 2020

When Does Preconditioning Help or Hurt Generalization?

arXiv:2006.10732v440 citations
Originality Incremental advance
AI Analysis

This work provides theoretical insights into the bias-variance tradeoff for optimization methods, which is relevant for researchers and practitioners in machine learning seeking to improve generalization in overparameterized models.

The paper investigates how the implicit bias of first- and second-order optimization methods affects generalization in overparameterized regression, finding that natural gradient descent (NGD) can outperform gradient descent (GD) under noisy labels, model misspecification, or misaligned signals, while GD is better under clean labels or aligned conditions.

While second order optimizers such as natural gradient descent (NGD) often speed up optimization, their effect on generalization has been called into question. This work presents a more nuanced view on how the \textit{implicit bias} of first- and second-order methods affects the comparison of generalization properties. We provide an exact asymptotic bias-variance decomposition of the generalization error of overparameterized ridgeless regression under a general class of preconditioner $\boldsymbol{P}$, and consider the inverse population Fisher information matrix (used in NGD) as a particular example. We determine the optimal $\boldsymbol{P}$ for both the bias and variance, and find that the relative generalization performance of different optimizers depends on the label noise and the "shape" of the signal (true parameters): when the labels are noisy, the model is misspecified, or the signal is misaligned with the features, NGD can achieve lower risk; conversely, GD generalizes better than NGD under clean labels, a well-specified model, or aligned signal. Based on this analysis, we discuss several approaches to manage the bias-variance tradeoff, and the potential benefit of interpolating between GD and NGD. We then extend our analysis to regression in the reproducing kernel Hilbert space and demonstrate that preconditioned GD can decrease the population risk faster than GD. Lastly, we empirically compare the generalization error of first- and second-order optimizers in neural network experiments, and observe robust trends matching our theoretical analysis.

Foundations

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

Your Notes