Schedule-free SGD is optimal for nonconvex optimization problems.
arXiv research
A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.
Trend · papers per month
Paper develops methods for statistical inference with SGD in nonconvex optimization.
Improved SGD methods converge faster for nonconvex optimization.
The success of deep learning has led to a rising interest in the generalization property of the stochastic gradient descent (SGD) method, and stability is one popular approach to study it. Existing works based on stability have studied nonconvex loss functions, but only considered the generalization error of the SGD in…
Stochastic gradient descent (SGD) is a popular and efficient method with wide applications in training deep neural nets and other nonconvex models. While the behavior of SGD is well understood in the convex learning setting, the existing theoretical results for SGD applied to nonconvex objective functions are far from …
Unified analysis of SGD variants for nonconvex federated optimization.
New SGD analysis for nonconvex optimization finds optimal rates.
Studied SGD convergence under weak conditions.
In this paper, we study the stochastic gradient descent (SGD) method for the nonconvex nonsmooth optimization, and propose an accelerated SGD method by combining the variance reduction technique with Nesterov's extrapolation technique. Moreover, based on the local error bound condition, we establish the linear converge…
Paper explores whether gradient normalization can replace clipping for SGD in heavy-tailed noise.
Paper analyzes high probability convergence of adaptive SGD with momentum.
PAGE is a simple gradient estimator for nonconvex optimization problems.
We study nonconvex finite-sum problems and analyze stochastic variance reduced gradient (SVRG) methods for them. SVRG and related methods have recently surged into prominence for convex optimization given their edge over stochastic gradient descent (SGD); but their theoretical analysis almost exclusively assumes convex…
MindFlayer SGD improves parallel SGD for heterogeneous, random compute times.
The paper analyzes how learning rate affects SGD and provides insights into optimal rates.
In several experimental reports on nonconvex optimization problems in machine learning, stochastic gradient descent (SGD) was observed to prefer minimizers with flat basins in comparison to more deterministic methods, yet there is very little rigorous understanding of this phenomenon. In fact, the lack of such work has…
Solving statistical learning problems often involves nonconvex optimization. Despite the empirical success of nonconvex statistical optimization methods, their global dynamics, especially convergence to the desirable local minima, remain less well understood in theory. In this paper, we propose a new analytic paradigm …
SGD-trained deep nets have bounds on their generalization error.
Improved analysis for nonconvex SGD methods with flexible sampling.
SGD converges to global minimum for certain non-convex functions.
Stochastic gradient descent (SGD) gives an optimal convergence rate when minimizing convex stochastic objectives . However, in terms of making the gradients small, the original SGD does not give an optimal rate, even when is convex. If is convex, to find a point with gradient norm , we …
Unified Lagrangian-based methods for nonsmooth nonconvex optimization.
SGD's performance improves with critical batch size, minimizing SFO complexity.
We study the iteration complexity of stochastic gradient descent (SGD) for minimizing the gradient norm of smooth, possibly nonconvex functions. We provide several results, implying that the upper bound of Ghadimi and Lan~\cite{ghadimi2013stochastic} (for making the average gradient norm less than…
We study the Stochastic Gradient Descent (SGD) method in nonconvex optimization problems from the point of view of approximating diffusion processes. We prove rigorously that the diffusion process can approximate the SGD algorithm weakly using the weak form of master equation for probability evolution. In the small ste…
We introduce a hybrid stochastic estimator to design stochastic gradient algorithms for solving stochastic optimization problems. Such a hybrid estimator is a convex combination of two existing biased and unbiased estimators and leads to some useful property on its variance. We limit our consideration to a hybrid SARAH…
CBO interprets as SGD, leading to global convergence for nonconvex functions.
This work bounds the run-time of nonconvex optimization with early stopping.
Gradient descent (GD) and stochastic gradient descent (SGD) are the workhorses of large-scale machine learning. While classical theory focused on analyzing the performance of these methods in convex optimization problems, the most notable successes in machine learning have involved nonconvex optimization, and a gap has…
Freya PAGE optimizes nonconvex optimization with heterogeneous, asynchronous workers.
We design a stochastic algorithm to train any smooth neural network to -approximate local minima, using backpropagations. The best result was essentially by SGD. More broadly, it finds -approximate local minima of any smooth nonconvex function in …
Develops shuffling gradient-based methods for nonconvex-concave minimax optimization.
RS-NSGD improves SGD convergence for heavy-tailed noise.
Develops anytime-valid stopping rules for SGD based on observed trajectory.
Stochastic gradient descent (SGD) has been found to be surprisingly effective in training a variety of deep neural networks. However, there is still a lack of understanding on how and why SGD can train these complex networks towards a global minimum. In this study, we establish the convergence of SGD to a global minimu…
Apollo improves nonconvex stochastic optimization efficiency.
The paper analyzes convergence rates for SGD and SHB methods.
Stochastic gradient descent (SGD), which dates back to the 1950s, is one of the most popular and effective approaches for performing stochastic optimization. Research on SGD resurged recently in machine learning for optimizing convex loss functions and training nonconvex deep neural networks. The theory assumes that on…
New algorithm solves nonconvex-convex minimax problems efficiently.
Momentum Stochastic Gradient Descent (MSGD) algorithm has been widely applied to many nonconvex optimization problems in machine learning, e.g., training deep neural networks, variational Bayesian inference, and etc. Despite its empirical success, there is still a lack of theoretical understanding of convergence proper…
Full-batch GD achieves generalization close to any stationary point with fewer assumptions.
New analysis for black-box learning without gradients, improving generalization bounds.
New privacy bounds for DP-SGD's last iterate, even with cyclic sampling.
New method reduces communication costs in distributed nonconvex optimization.
Optimal SGD rates achieved with shuffling, covering non-convex and convex cases.
In federated distributed learning, the goal is to optimize a global training objective defined over distributed devices, where the data shard at each device is sampled from a possibly different distribution (a.k.a., heterogeneous or non i.i.d. data samples). In this paper, we generalize the local stochastic and full gr…
Stochastic gradient descent (SGD) is one of the most widely used optimization methods for parallel and distributed processing of large datasets. One of the key limitations of distributed SGD is the need to regularly communicate the gradients between different computation nodes. To reduce this communication bottleneck, …
Multiview representation learning is very popular for latent factor analysis. It naturally arises in many data analysis, machine learning, and information retrieval applications to model dependent structures among multiple data sources. For computational convenience, existing approaches usually formulate the multiview …