paper-with-me

Papers

Negative Momentum for Improved Game Dynamics

2018-07-12 · Gauthier Gidel, Reyhane Askari Hemmat, Mohammad Pezeshki, Remi Lepriol, Gabriel Huang, Simon Lacoste-Julien, Ioannis Mitliagkas

Games generalize the single-objective optimization paradigm by introducing different objective functions for different players. Differentiable games often proceed by simultaneous or alternating gradient updates. In machine learning, games are gaining new importance through formulations like generative adversarial networks (GANs) and actor-critic systems. However, compared to single-objective optimization, game dynamics are more complex and less understood. In this paper, we analyze gradient-based methods with momentum on simple games. We prove that alternating updates are more stable than simultaneous updates. Next, we show both theoretically and empirically that alternating gradient updates with a negative momentum term achieves convergence in a difficult toy adversarial problem, but also on the notoriously difficult to train saturating GANs.

📄 PDF Abstract BibTeX arXiv:1807.04740

Code (1)

ReyhaneAskari/negative_momentum_for_improved_game_dynamics 공식 구현 pytorch

Similar Papers 제목 키워드 기반

On the Suboptimality of Negative Momentum for Minimax Optimization

2020-08-17 · Guodong Zhang, Yuanhao Wang

Smooth game optimization has recently attracted great interest in machine learning as it generalizes the single-objective optimization paradigm. However, game dynamics is more complex due to the interaction between diffe…

Rapid Learning in Constrained Minimax Games with Negative Momentum

2024-12-31 · Zijian Fang, Zongkai Liu, Chao Yu, Chaohao Hu

In this paper, we delve into the utilization of the negative momentum technique in constrained minimax games. From an intuitive mechanical standpoint, we introduce a novel framework for momentum buffer updating, which ex…

Form

Negative Momentum for Convex-Concave Optimization

2026-04-18 · Henry Shugart, Shuyi Wang, Jason M. Altschuler arxiv

This paper revisits momentum in the context of min-max optimization. Momentum is a celebrated mechanism for accelerating gradient dynamics in settings like convex minimization, but its direct use in min-max optimization …

Three-Player Game Training Dynamics

2022-08-12 · Kenneth Christofferson, Fernando J. Yanez

This work explores three-player game training dynamics, under what conditions three-player games converge and the equilibria the converge on. In contrast to prior work, we examine a three-player game architecture in whic…

Keep the Momentum: Conservation Laws beyond Euclidean Gradient Flows

2024-05-21 · Sibylle Marcotte, Rémi Gribonval, Gabriel Peyré

Conservation laws are well-established in the context of Euclidean gradient flow dynamics, notably for linear or ReLU neural network training. Yet, their existence and principles for non-Euclidean geometries and momentum…