Accelerates Riemannian gradient methods with extrapolation.
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
AGNES accelerates gradient descent with noisy gradients.
Develops accelerated methods for optimization using low-dimensional projected-gradient information.
Accelerated gradient method's stability deteriorates exponentially with steps.
Accelerates coordinate descent methods for machine learning problems.
Continuized Nesterov acceleration accelerates stochastic gradient descent and gossip algorithms.
We analyze Riemannian accelerated methods using a new framework.
There is widespread sentiment that it is not possible to effectively utilize fast gradient methods (e.g. Nesterov's acceleration, conjugate gradient, heavy ball) for the purposes of stochastic optimization due to their instability and error accumulation, a notion made precise in d'Aspremont 2008 and Devolder, Glineur, …
HF-opt uses Hamiltonian dynamics to optimize functions, achieving accelerated rates with randomized integration time.
This work accelerates gradient descent with anytime convergence guarantees.
We consider gradient descent with `momentum', a widely used method for loss function minimization in machine learning. This method is often used with `Nesterov acceleration', meaning that the gradient is evaluated not at the current position in parameter space, but at the estimated position after one step. In this work…
We study learning properties of accelerated gradient descent methods for linear least-squares in Hilbert spaces. We analyze the implicit regularization properties of Nesterov acceleration and a variant of heavy-ball in terms of corresponding learning error bounds. Our results show that acceleration can provides faster …
Conditional gradients constitute a class of projection-free first-order algorithms for smooth convex optimization. As such, they are frequently used in solving smooth convex optimization problems over polytopes, for which the computational cost of orthogonal projections would be prohibitive. However, they do not enjoy …
FedAc accelerates Federated Averaging for distributed optimization.
Study accelerates gradient methods in machine learning, revealing risk and stability connections.
Accelerated gradient methods play a central role in optimization, achieving optimal rates in many settings. While many generalizations and extensions of Nesterov's original acceleration method have been proposed, it is not yet clear what is the natural scope of the acceleration concept. In this paper, we study accelera…
PF-LaCG removes the need for knowing smoothness and strong convexity parameters for locally accelerated CG.
ASVGD accelerates SVGD for efficient sampling.
Two new differentially private optimization algorithms derived from accelerated methods.
No accelerated gradient method for hyperbolic convex functions.
New methods accelerate gradient descent for convex and strongly convex functions.
We present a framework for Nesterov's accelerated gradient flows in probability space to design efficient mean-field Markov chain Monte Carlo (MCMC) algorithms for Bayesian inverse problems. Here four examples of information metrics are considered, including Fisher-Rao metric, Wasserstein-2 metric, Kalman-Wasserstein m…
Accelerated optimization methods improve robustness and privacy in estimation.
Regularized nonlinear acceleration (RNA) estimates the minimum of a function by post-processing iterates from an algorithm such as the gradient method. It can be seen as a regularized version of Anderson acceleration, a classical acceleration scheme from numerical analysis. The new scheme provably improves the rate of …
Accelerates policy optimization in RL with optimistic and adaptive updates.
Stochastic gradient descent (\textsc{Sgd}) methods are the most powerful optimization tools in training machine learning and deep learning models. Moreover, acceleration (a.k.a. momentum) methods and diagonal scaling (a.k.a. adaptive gradient) methods are the two main techniques to improve the slow convergence of \text…
Gradient tree boosting is a prediction algorithm that sequentially produces a model in the form of linear combinations of decision trees, by solving an infinite-dimensional optimization problem. We combine gradient boosting and Nesterov's accelerated descent to design a new algorithm, which we call AGB (for Accelerated…
This paper studies an acceleration technique for incremental aggregated gradient ({\sf IAG}) method through the use of \emph{curvature} information for solving strongly convex finite sum optimization problems. These optimization problems of interest arise in large-scale learning applications. Our technique utilizes a c…
A new algorithm improves convergence rates for convex optimization problems.
Stacking improves deep neural network training efficiency.
A new accelerated method with simpler momentum update rules.
AB dynamically scales gradients to mitigate asynchronous training delays.
Improved reSGLD accelerates convergence in non-convex learning problems.
We present theoretical results on the convergence of \emph{non-convex} accelerated gradient descent in matrix factorization models with -norm loss. The purpose of this work is to study the effects of acceleration in non-convex settings, where provable convergence with acceleration should not be considered a \em…
We present a unifying framework for adapting the update direction in gradient-based iterative optimization methods. As natural special cases we re-derive classical momentum and Nesterov's accelerated gradient method, lending a new intuitive interpretation to the latter algorithm. We show that a new algorithm, which we …
In this work we introduce a conditional accelerated lazy stochastic gradient descent algorithm with optimal number of calls to a stochastic first-order oracle and convergence rate improving over the projection-free, Online Frank-Wolfe based stochastic gradient descent of Hazan an…
We study distributed stochastic gradient (D-SG) method and its accelerated variant (D-ASG) for solving decentralized strongly convex stochastic optimization problems where the objective function is distributed over several computational units, lying on a fixed but arbitrary connected communication graph, subject to loc…
Accelerates MMLE using SVGD with Nesterov acceleration.
Study on Nesterov's method in stochastic settings, revealing divergence under certain conditions.
SympFormer accelerates attention blocks using inertial dynamics on density spaces.
This research accelerates sampling methods using Nesterov's Acceleration.
Accelerated method finds critical points faster on manifolds.
Training generative adversarial networks (GANs) often suffers from cyclic behaviors of iterates. Based on a simple intuition that the direction of centripetal acceleration of an object moving in uniform circular motion is toward the center of the circle, we present the Simultaneous Centripetal Acceleration (SCA) method…
Accelerates ERM problems with LPI-GD and improved oracle complexity.
Gradient Boosting Machine (GBM) is an extremely powerful supervised learning algorithm that is widely used in practice. GBM routinely features as a leading algorithm in machine learning competitions such as Kaggle and the KDDCup. In this work, we propose Accelerated Gradient Boosting Machine (AGBM) by incorporating Nes…
ASVGD accelerates SVGD for efficient sampling from Gaussian targets.
Chebyshev steps improve convergence in deep-unfolded gradient descent.
Sparsification is an efficient approach to accelerate CNN inference, but it is challenging to take advantage of sparsity in training procedure because the involved gradients are dynamically changed. Actually, an important observation shows that most of the activation gradients in back-propagation are very close to zero…