paper-with-me

홈 › Papers

Omega: Optimistic EMA Gradients

2023-06-13 · Juan Ramirez, Rohan Sukumaran, Quentin Bertrand, Gauthier Gidel

Stochastic min-max optimization has gained interest in the machine learning community with the advancements in GANs and adversarial training. Although game optimization is fairly well understood in the deterministic setting, some issues persist in the stochastic regime. Recent work has shown that stochastic gradient descent-ascent methods such as the optimistic gradient are highly sensitive to noise or can fail to converge. Although alternative strategies exist, they can be prohibitively expensive. We introduce Omega, a method with optimistic-like updates that mitigates the impact of noise by incorporating an EMA of historic gradients in its update rule. We also explore a variation of this algorithm that incorporates momentum. Although we do not provide convergence guarantees, our experiments on stochastic games show that Omega outperforms the optimistic gradient method when applied to linear players.

📄 PDF Abstract BibTeX arXiv:2306.07905

Code (1)

juan43ramirez/omega 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

fail 설명 없음

Similar 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 predict…

Optimism Without Regularization: Constant Regret in Zero-Sum Games

2025-06-20 · John Lazarsfeld, Georgios Piliouras, Ryann Sim, Stratis Skoulakis

This paper studies the optimistic variant of Fictitious Play for learning in two-player zero-sum games. While it is known that Optimistic FTRL -- a regularized algorithm with a bounded stepsize parameter -- obtains const…

A Tractable Algorithm For Finite-Horizon Continuous Reinforcement Learning

2019-06-26 · Phanideep Gampa, Sairam Satwik Kondamudi, Lakshmanan Kailasam

We consider the finite horizon continuous reinforcement learning problem. Our contribution is three-fold. First,we give a tractable algorithm based on optimistic value iteration for the problem. Next,we give a lower boun…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

SLOPE: Optimistic Potential Landscape Shaping for Model-based Reinforcement Learning

2026-02-03 · Yao-Hui Li, Zeyu Wang, Xin Li, Wei Pang 외 arxiv

Model-based reinforcement learning (MBRL) is sample-efficient but struggles in sparse reward settings. A critical bottleneck arises from the lack of informative gradients in sparse settings, where standard reward models …

Reinforcement Learning

On Accelerated Perceptrons and Beyond

2022-10-17 · Guanghui Wang, Rafael Hanashiro, Etash Guha, Jacob Abernethy

The classical Perceptron algorithm of Rosenblatt can be used to find a linear threshold function to correctly classify $n$ linearly separable data points, assuming the classes are separated by some margin $\gamma > 0$. A…