LGMLJun 11, 2020

To Each Optimizer a Norm, To Each Norm its Generalization

arXiv:2006.06821v18 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of improving generalization in machine learning by providing a theoretical framework to analyze and bias optimizers, though it is incremental as it builds on existing norms and projection techniques.

The paper tackles the problem of understanding implicit regularization in optimization methods for linear models by linking each optimizer to a specific norm that it implicitly minimizes, and demonstrates that using data-induced norms improves generalization performance.

We study the implicit regularization of optimization methods for linear models interpolating the training data in the under-parametrized and over-parametrized regimes. Since it is difficult to determine whether an optimizer converges to solutions that minimize a known norm, we flip the problem and investigate what is the corresponding norm minimized by an interpolating solution. Using this reasoning, we prove that for over-parameterized linear regression, projections onto linear spans can be used to move between different interpolating solutions. For under-parameterized linear classification, we prove that for any linear classifier separating the data, there exists a family of quadratic norms ||.||_P such that the classifier's direction is the same as that of the maximum P-margin solution. For linear classification, we argue that analyzing convergence to the standard maximum l2-margin is arbitrary and show that minimizing the norm induced by the data results in better generalization. Furthermore, for over-parameterized linear classification, projections onto the data-span enable us to use techniques from the under-parameterized setting. On the empirical side, we propose techniques to bias optimizers towards better generalizing solutions, improving their test performance. We validate our theoretical results via synthetic experiments, and use the neural tangent kernel to handle non-linear models.

Foundations

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

Your Notes