paper-with-me

홈 › Papers

The Implicit Bias of Gradient Descent on Separable Data

2017-10-27 · ICLR 2018 1 · Daniel Soudry, Elad Hoffer, Mor Shpigel Nacson, Suriya Gunasekar, Nathan Srebro

We examine gradient descent on unregularized logistic regression problems, with homogeneous linear predictors on linearly separable datasets. We show the predictor converges to the direction of the max-margin (hard margin SVM) solution. The result also generalizes to other monotone decreasing loss functions with an infimum at infinity, to multi-class problems, and to training a weight layer in a deep network in a certain restricted setting. Furthermore, we show this convergence is very slow, and only logarithmic in the convergence of the loss itself. This can help explain the benefit of continuing to optimize the logistic or cross-entropy loss even after the training error is zero and the training loss is extremely small, and, as we show, even if the validation loss increases. Our methodology can also aid in understanding implicit regularization n more complex models and with other optimization methods.

📄 PDF Abstract BibTeX arXiv:1710.10345

Code (2)

paper-submissions/MaxMargin 공식 구현 pytorch
VASHISHT-RAHUL/ML_Papers

Methods 이 논문이 사용한 방법론

Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…

Similar Papers 제목 키워드 기반

Stability vs Implicit Bias of Gradient Methods on Separable Data and Beyond

2022-02-27 · Matan Schliserman, Tomer Koren

An influential line of recent work has focused on the generalization properties of unregularized gradient-based learning procedures applied to separable linear classification with exponentially-tailed loss functions. The…

Generalization Bounds

The Implicit Bias of AdaGrad on Separable Data

2019-06-09 · NeurIPS 2019 12 · Qian Qian, Xiaoyuan Qian

We study the implicit bias of AdaGrad on separable linear classification problems. We show that AdaGrad converges to a direction that can be characterized as the solution of a quadratic optimization problem with the same…

General Classification

Characterizing Implicit Bias in Terms of Optimization Geometry

2018-02-22 · ICML 2018 7 · Suriya Gunasekar, Jason Lee, Daniel Soudry, Nathan Srebro

We study the implicit bias of generic optimization methods, such as mirror descent, natural gradient descent, and steepest descent with respect to different potentials and norms, when optimizing underdetermined linear re…

General Classificationregression

The Implicit Bias of Adam on Separable Data

2024-06-15 · Chenyang Zhang, Difan Zou, Yuan Cao

Adam has become one of the most favored optimizers in deep learning problems. Despite its success in practice, numerous mysteries persist regarding its theoretical understanding. In this paper, we study the implicit bias…

Faster Margin Maximization Rates for Generic and Adversarially Robust Optimization Methods

2023-05-27 · NeurIPS 2023 11 · Guanghui Wang, Zihao Hu, Claudio Gentile, Vidya Muthukumar 외

First-order optimization methods tend to inherently favor certain solutions over others when minimizing an underdetermined training objective that has multiple global optima. This phenomenon, known as implicit bias, play…

Binary Classification