LGMay 25, 2022

Mirror Descent Maximizes Generalized Margin and Can Be Implemented Efficiently

MIT
arXiv:2205.12808v230 citationsh-index: 17
Originality Incremental advance
AI Analysis

This work addresses an open question in understanding generalization in deep learning for researchers, providing theoretical insights into optimization algorithms, though it is incremental as it extends known results to a specific family of mirror descent methods.

This paper tackles the problem of characterizing the implicit bias of mirror descent algorithms in overparameterized classification models, showing that p-GD converges to a generalized maximum-margin solution with respect to the ℓ_p-norm for linearly separable data. The result is demonstrated through comprehensive experiments with linear and deep neural network models, indicating noticeable effects on model structure and generalization performance.

Driven by the empirical success and wide use of deep neural networks, understanding the generalization performance of overparameterized models has become an increasingly popular question. To this end, there has been substantial effort to characterize the implicit bias of the optimization algorithms used, such as gradient descent (GD), and the structural properties of their preferred solutions. This paper answers an open question in this literature: For the classification setting, what solution does mirror descent (MD) converge to? Specifically, motivated by its efficient implementation, we consider the family of mirror descent algorithms with potential function chosen as the $p$-th power of the $\ell_p$-norm, which is an important generalization of GD. We call this algorithm $p$-$\textsf{GD}$. For this family, we characterize the solutions it obtains and show that it converges in direction to a generalized maximum-margin solution with respect to the $\ell_p$-norm for linearly separable classification. While the MD update rule is in general expensive to compute and perhaps not suitable for deep learning, $p$-$\textsf{GD}$ is fully parallelizable in the same manner as SGD and can be used to train deep neural networks with virtually no additional computational overhead. Using comprehensive experiments with both linear and deep neural network models, we demonstrate that $p$-$\textsf{GD}$ can noticeably affect the structure and the generalization performance of the learned 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