paper-with-me

Papers

Adaptive Accelerated (Extra-)Gradient Methods with Variance Reduction

2022-01-28 · Zijian Liu, Ta Duy Nguyen, Alina Ene, Huy L. Nguyen

In this paper, we study the finite-sum convex optimization problem focusing on the general convex case. Recently, the study of variance reduced (VR) methods and their accelerated variants has made exciting progress. However, the step size used in the existing VR algorithms typically depends on the smoothness parameter, which is often unknown and requires tuning in practice. To address this problem, we propose two novel adaptive VR algorithms: Adaptive Variance Reduced Accelerated Extra-Gradient (AdaVRAE) and Adaptive Variance Reduced Accelerated Gradient (AdaVRAG). Our algorithms do not require knowledge of the smoothness parameter. AdaVRAE uses $\mathcal{O}\left(n\log\log n+\sqrt{\frac{n\beta}{\epsilon}}\right)$ gradient evaluations and AdaVRAG uses $\mathcal{O}\left(n\log\log n+\sqrt{\frac{n\beta\log\beta}{\epsilon}}\right)$ gradient evaluations to attain an $\mathcal{O}(\epsilon)$-suboptimal solution, where $n$ is the number of functions in the finite sum and $\beta$ is the smoothness parameter. This result matches the best-known convergence rate of non-adaptive VR methods and it improves upon the convergence of the state of the art adaptive VR method, AdaSVRG. We demonstrate the superior performance of our algorithms compared with previous methods in experiments on real-world datasets.

📄 PDF Abstract BibTeX arXiv:2201.12302

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Variance Reduced EXTRA and DIGing and Their Optimal Acceleration for Strongly Convex Decentralized Optimization

2020-09-09 · Huan Li, Zhouchen Lin, Yongchun Fang

We study stochastic decentralized optimization for the problem of training machine learning models with large-scale distributed data. We extend the widely used EXTRA and DIGing methods with variance reduction (VR), and p…

Accelerated Variance Reduced Stochastic Extragradient Method for Sparse Machine Learning Problems

2019-09-25 · Fanhua Shang, Lin Kong, Yuanyuan Liu, Hua Huang 외

Recently, many stochastic gradient descent algorithms with variance reduction have been proposed. Moreover, their proximal variants such as Prox-SVRG can effectively solve non-smooth problems, which makes that they are w…

BIG-bench Machine LearningFace RecognitionRobust Face Recognition

New Accelerated Past-Extragradient Methods with Variance Reduction for Generalized Equations

2025-08-22 · Quoc Tran-Dinh, Nghia Nguyen-Trung arxiv

We develop a novel past-extragradient-type algorithmic framework, combining both Nesterov's \textit{acceleration} and \textit{variance-reduction} techniques, to solve a class of generalized equations involving possibly \…

Accelerated and Stable Convergence with Anchored Optimistic Method

2026-06-19 · Motahareh Sohrabi, Jianxin You, Simon Lacoste-Julien, Eduard Gorbunov 외 arxiv

We study first-order methods for solving monotone variational inequalities arising in min-max optimization. Classical approaches such as the extragradient method rely on two gradient queries per iteration, which limits t…

Adaptive Optimization via Momentum on Variance-Normalized Gradients

2026-02-10 · Francisco Patitucci, Aryan Mokhtari arxiv

We introduce MVN-Grad (Momentum on Variance-Normalized Gradients), an Adam-style optimizer that improves stability and performance by combining two complementary ideas: variance-based normalization and momentum applied a…

Image Classification