Research
On-device research index

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.

169,341 papers · 148 categories

Trend · papers per month

1345 · Aug 201819922001200920182026
48 results for adagrad

Efficient approximations for AdaGrad reduce computation while maintaining performance.

problem Training deep neural networks efficiently in high dimensions.
method Ada-LR and RadaGrad use random projections to approximate full-matrix AdaGrad.
result Regret of Ada-LR is close to full-matrix AdaGrad, achieving similar performance with less computation.

Simpler, parameter-free AdaGrad and Adam variants with convergence guarantees.

problem Inefficiencies in ad-hoc learning rate tuning for optimization algorithms.
method Developed AdaGrad++ and Adam++ without predefined learning rates and proved their convergence.
result AdaGrad++ and Adam++ achieve comparable convergence rates to AdaGrad and Adam respectively.

AdaGrad fails to adapt to Hölder-smoothness in composite optimization problems.

problem AdaGrad's convergence rate is suboptimal for composite objectives.
method Exhibited a simple one-dimensional convex problem to highlight AdaGrad's limitations.
result AdaGrad does not achieve the classical convergence rate for Hölder-smooth objectives.

This study analyzes AdaGrad's stability and convergence in non-convex optimization.

problem Lack of theoretical analysis for AdaGrad in non-convex optimization.
method Novel stopping time-based techniques from probability theory.
result Established stability and derived convergence rates for AdaGrad.

Unified AdaGrad with momentum accelerates stochastic optimization in non-convex settings.

problem Theoretical gaps in convergence for AdaGrad and related algorithms in non-convex stochastic settings.
method Proposes AdaUSM, a unified momentum scheme for AdaGrad with adaptive learning rates.
result AdaUSM achieves a convergence rate of O(log(T)/T)\mathcal{O}(\log(T)/\sqrt{T}) in non-convex stochastic settings.

AdaGrad outperforms SGD in non-convex optimization problems by a factor of d.

problem Finding near-stationary points in stochastic non-convex optimization.
method Refined assumptions on smoothness and gradient noise variance, l1l_1-norm stationarity measure.
result AdaGrad achieves a convergence rate favorable over SGD in certain non-convex settings.

GradaGrad adapts learning rate non-monotonically, overcoming AdaGrad's step size decrease.

problem Fixed learning rate in AdaGrad leads to step size decrease over time.
method Introduces GradaGrad, which grows or shrinks the learning rate based on a different accumulation in the denominator.
result GradaGrad achieves similar convergence rates as AdaGrad and demonstrates non-monotone adaptation.

Improved SGD with AdaGrad stepsizes adapts to unknown parameters and unbounded gradients.

problem Adaptive optimization with unknown parameters and unbounded gradients.
method Stochastic Gradient Descent with AdaGrad stepsizes, without assuming problem parameters or strong global Lipschitz conditions.
result Sharp rates of convergence in both low-noise and high-noise regimes, supporting an affine variance noise model.

This paper addresses convergence issues in non-convex optimization problems using stagewise learning.

problem Theoretical gaps in convergence for non-convex problems and lack of adaptive step size theories.
method Proposes a stagewise optimization framework for non-smooth non-convex problems using adaptive step sizes.
result Demonstrates adaptive convergence of stagewise AdaGrad and improved generalization performance.

CompAdaGrad improves AdaGrad's performance without its computational cost.

problem Improving AdaGrad's performance without its high computational cost.
method CompAdaGrad combines full-matrix and diagonal regularization in a low-dimensional subspace.
result CompAdaGrad achieves better results than diagonal AdaGrad with linear computational complexity.

AdaGrad-Norm achieves optimal convergence rates for non-convex objectives without tuning.

problem Optimal convergence rates for non-convex, smooth objectives with adaptive step sizes.
method Adaptive SGD (AdaGrad-Norm) with self-tuning step sizes, analyzing under unbounded gradients and affine variance scaling.
result AdaGrad-Norm achieves order optimal convergence rate of $\mathcal{O}\left(\frac{\mathrm{poly}\log(T)}{\sqrt{T}} ight)$ under optimal assumptions.

This paper analyzes adaptive gradient algorithms for better performance in ill-conditioned problems.

problem Poor performance of standard stochastic gradient algorithms in ill-conditioned problems.
method Non-asymptotic analysis of adaptive gradient algorithms (Adagrad and Stochastic Newton) for strongly convex objectives.
result Theoretical analysis and adaptation to practical applications like linear regression and regularized GLM.

Paper analyzes and improves adaptive gradient methods for optimization.

problem Improving optimization methods for deep neural networks.
method Analyzes and proposes variants of RMSProp and Adagrad for online convex optimization.
result Proposes SC-Adagrad and SC-RMSProp with logarithmic regret bounds for strongly convex functions.

Paper analyzes convergence of adaptive gradient methods for nonconvex optimization.

problem Lack of convergence guarantees for adaptive gradient methods in nonconvex optimization.
method Fine-grained convergence analysis of adaptive gradient methods including AMSGrad, RMSProp, and AdaGrad.
result Proves adaptive gradient methods converge to first-order stationary points for smooth nonconvex functions.

New matrix approximation method speeds up optimization for deep learning.

problem Efficient computation of matrix inverse and square root for high-dimensional optimization.
method Divide matrix into blocks and represent each block by one or two numbers.
result Improved performance of AdaGrad in training deep neural networks compared to diagonal approximation.

This work provides formal guarantees for heuristic optimization methods in machine learning.

problem Lack of theoretical understanding of heuristic optimization methods in machine learning.
method Analysis and formal guarantees for AdaGrad, SGD with exponential and cosine step sizes, and momentum methods.
result First formal guarantees for AdaGrad and SGD variants, including convergence and adaptivity to noise.

The paper analyzes adaptive stepsizes for stochastic gradient descent, proving convergence guarantees.

problem The variability and dependence on stepsizes in stochastic gradient descent.
method Theoretical analysis of generalized AdaGrad stepsizes in convex and non-convex settings.
result Proves almost sure asymptotic convergence of gradients to zero for generalized AdaGrad stepsizes in the non-convex setting.

This paper proves AdaGrad and Adam converge linearly under PL inequality.

problem Understanding the convergence of adaptive gradient methods.
method Unified approach proving AdaGrad and Adam converge linearly under PL inequality.
result AdaGrad and Adam converge linearly when the cost function is smooth and satisfies PL inequality.

The paper introduces various gradient descent algorithms for training deep learning models.

problem Training deep neural networks is challenging due to their complexity.
method Gradient descent and its variants are discussed for optimizing deep learning models.
result Gradient descent and its variants improve the training performance of deep learning models.

Dropout and other feature noising schemes control overfitting by artificially corrupting the training data. For generalized linear models, dropout performs a form of adaptive regularization. Using this viewpoint, we show that the dropout regularizer is first-order equivalent to an L2 regularizer applied after scaling t…

2013-07-04abs ↗pdf ↗

New adaptive methods for constrained convex optimization and variational inequalities.

problem Optimization of constrained convex problems and variational inequalities.
method AdaACSA and AdaAGD+ are accelerated methods that achieve nearly-optimal convergence rates for smooth and non-smooth functions.
result Achieve nearly-optimal convergence rates for both smooth and non-smooth functions, even with stochastic gradients.

This study explains how different training methods affect the minimizer of neural networks.

problem How training methods influence the minimizer of neural networks.
method Explains how initialization size, adaptive optimization (AdaGrad), and stochastic mini-batch training affect the minimizer.
result Different training methods lead to different minimizers, even in overparameterized networks.

Adaptive methods often find worse generalization than SGD in overparameterized problems.

problem The performance of adaptive methods in overparameterized problems.
method Adaptive methods (AdaGrad, RMSProp, Adam) compared to gradient descent (GD) and stochastic gradient descent (SGD).
result Adaptive methods often generalize worse than SGD, even when they have better training performance.

A new method for uncertainty estimation in neural networks using existing optimization steps.

problem Uncertainty quantification in deep neural networks.
method L2M: Practical posterior Laplace approximation with optimization-driven second moment estimation.
result L2M method yields reasonable results without requiring changes in models or extra computational steps.

The paper analyzes Adam-type algorithms for non-convex optimization and proves their convergence rate.

problem The convergence of Adam-type algorithms for non-convex optimization problems.
method The paper studies a class of adaptive gradient-based momentum algorithms that update search directions and learning rates simultaneously.
result The Adam-type methods can achieve a convergence rate of order O(logT/T)O(\log{T}/\sqrt{T}) for nonconvex stochastic optimization.