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
Explore this link on the map →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
- Notes on the Origin of Implicit Regularization in SGDinference.vc
- Why Momentum Really Worksdistill.pub
- Why Does SGD Love Flat Minima? Marginally Better blogrishit-dagli.github.io
- Maybe I was too harsh on deep learning theory (three days ago) — LessWronglesswrong.com
- The Little Book of Deep Learningfleuret.org
- [1512.04202] Preconditioned Stochastic Gradient Descentarxiv.org
- [2605.01172] A Theory of Generalization in Deep Learningarxiv.org
- Thoughts on loss landscapes and why deep learning worksberen.io
- AdaGrad - Cornell University Computational Optimization Open Textbook - Optimization Wikioptimization.cbe.cornell.edu