paper-with-me

Papers

Optimistic Acceleration for Optimization

2019-05-01 · ICLR 2019 5 · Jun-Kun Wang, Xiaoyun Li, Ping Li

We consider new variants of optimization algorithms. Our algorithms are based on the observation that mini-batch of stochastic gradients in consecutive iterations do not change drastically and consequently may be predictable. Inspired by the similar setting in online learning literature called Optimistic Online learning, we propose two new optimistic algorithms for AMSGrad and Adam, respectively, by exploiting the predictability of gradients. The new algorithms combine the idea of momentum method, adaptive gradient method, and algorithms in Optimistic Online learning, which leads to speed up in training deep neural nets in practice.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Adam 설명 없음
AMSGrad AMSGrad is a stochastic optimization method that seeks to fix a convergence issue with Adam based optimizers. AMSGrad uses the…

Similar Papers 제목 키워드 기반

Acceleration in Policy Optimization

2023-06-18 · Veronica Chelu, Tom Zahavy, Arthur Guez, Doina Precup 외

We work towards a unifying paradigm for accelerating policy optimization methods in reinforcement learning (RL) by integrating foresight in the policy improvement step via optimistic and adaptive updates. Leveraging the …

Meta-LearningPolicy Gradient MethodsReinforcement Learning (RL)

An Optimistic Acceleration of AMSGrad for Nonconvex Optimization

2019-03-04 · ICLR 2020 1 · Jun-Kun Wang, Xiaoyun Li, Belhal Karimi, Ping Li

We propose a new variant of AMSGrad, a popular adaptive gradient based optimization algorithm widely used for training deep neural networks. Our algorithm adds prior knowledge about the sequence of consecutive mini-batch…

Nesterov Meets Optimism: Rate-Optimal Separable Minimax Optimization

2022-10-31 · Chris Junchi Li, Angela Yuan, Gauthier Gidel, Quanquan Gu 외

We propose a new first-order optimization algorithm -- AcceleratedGradient-OptimisticGradient (AG-OG) Descent Ascent -- for separable convex-concave minimax optimization. The main idea of our algorithm is to carefully le…

Acceleration through Optimistic No-Regret Dynamics

2018-07-27 · NeurIPS 2018 12 · Jun-Kun Wang, Jacob Abernethy

We consider the problem of minimizing a smooth convex function by reducing the optimization to computing the Nash equilibrium of a particular zero-sum convex-concave game. Zero-sum games can be solved using online learni…

Optimistic Online-to-Batch Conversions for Accelerated Convergence and Universality

2025-11-10 · Yu-Hu Yan, Peng Zhao, Zhi-Hua Zhou arxiv

In this work, we study offline convex optimization with smooth objectives, where the classical Nesterov's Accelerated Gradient (NAG) method achieves the optimal accelerated convergence. Extensive research has aimed to un…