paper-with-me

홈 › Papers

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 feasible set as the hard SVM problem. We also give a discussion about how different choices of the hyperparameters of AdaGrad might impact this direction. This provides a deeper understanding of why adaptive methods do not seem to have the generalization ability as good as gradient descent does in practice.

📄 PDF Abstract BibTeX arXiv:1906.03559

Code (1)

qianqian513/Implicit-bias-Adagrad 공식 구현

Tasks

General Classification

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…
AdaGrad AdaGrad is a stochastic optimization method that adapts the learning rate to the parameters. It performs smaller updates for parameters associated with frequently occurring…

Similar Papers 제목 키워드 기반

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…

Towards The Implicit Bias on Multiclass Separable Data Under Norm Constraints

2026-03-24 · Shengping Xie, Zekun Wu, Quan Chen, Kaixu Tang arxiv

Implicit bias induced by gradient-based algorithms is essential to the generalization of overparameterized models, yet its mechanisms can be subtle. This work leverages the Normalized Steepest Descent} (NSD) framework to…

Stochastic Optimization

Implicit Bias of Per-sample Adam on Separable Data: Departure from the Full-batch Regime

2025-10-30 · Beomhan Baek, Minhak Song, Chulhee Yun arxiv

Adam [Kingma & Ba, 2015] is the de facto optimizer in deep learning, yet its theoretical understanding remains limited. Prior analyses show that Adam favors solutions aligned with $\ell_\infty$-geometry, but these result…

The Implicit Bias for Adaptive Optimization Algorithms on Homogeneous Neural Networks

2020-12-11 · Bohan Wang, Qi Meng, Wei Chen, Tie-Yan Liu

Despite their overwhelming capacity to overfit, deep neural networks trained by specific optimization algorithms tend to generalize well to unseen data. Recently, researchers explained it by investigating the implicit re…

SADAGRAD: Strongly Adaptive Stochastic Gradient Methods

2018-07-01 · ICML 2018 7 · Zaiyi Chen, Yi Xu, Enhong Chen, Tianbao Yang

Although the convergence rates of existing variants of ADAGRAD have a better dependence on the number of iterations under the strong convexity condition, their iteration complexities have a explicitly linear depende…