A minimizer Far, Far Away – Parameter-free Learning and Optimization Algorithms
A few recent Arxiv papers and some recent conversations during my lectures made me realize that some optimization people might not be fully aware of important details on SGD when used on functions where the minimizer can be arbitrarily far from the initialization or even in the case when the minimizer does not exist. So, let’s talk about it. First of all, when does this happen? Well, in machine learning it is very common. For example, if you run logistic regression on a separable dataset, or SGD with universal kernels and no repeated data points, or even in deep learning when we assume the so-called interpolation assumption and use cross-entropy + softmax. In all these cases, the minimizer does not exist because we can make the training error arbitrarily close to by increasing the norm of and keeping its direction fixed. In more intuitive terms, we can say that the minimizer is “at infinity”. So, is this a weak or a strong assumption? I’ll let you decide, but for sure if you believe
on Feb 14 , 2024 February 15, 2024 A few recent Arxiv papers and some recent conversations during my lectures made me realize that some optimization people might not be fully aware of important details on SGD when used on functions where the minimizer can be arbitrarily far from the initialization or even in the case when the minimizer does not exist. So, let’s talk about it. First of all, when does this happen? Well, in machine learning it is very common. For example, if you run logistic regression on a separable dataset, or SGD with universal kernels and no repeated data points, or eve
related reading
- [2101.12176] On the Origin of Implicit Regularization in Stochastic Gradient Descentarxiv.org
- Stochastic gradient descent - Wikipediaen.m.wikipedia.org
- [2605.15522] Stochastic Non-Smooth Convex Optimization with Unbounded Gradientsarxiv.org
- Why Momentum Really Worksdistill.pub
- Notes on the Origin of Implicit Regularization in SGDinference.vc
- Keep the gradient flowingfa.bianp.net
- Why Does SGD Love Flat Minima? Marginally Better blogrishit-dagli.github.io
- Stochastic Gradient Descent: An intuitive proofmedium.com
- Maybe I was too harsh on deep learning theory (three days ago) — LessWronglesswrong.com
- Marginally Better blogrishit-dagli.github.io
- [1512.04202] Preconditioned Stochastic Gradient Descentarxiv.org
- SIAG on Optimization Views and News 33(1)siagoptimization.github.io