paper-with-me

Papers

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 extends the findings of negative momentum from the unconstrained setting to the constrained setting and provides a universal enhancement to the classic game-solver algorithms. Additionally, we provide theoretical guarantee of convergence for our momentum-augmented algorithms with entropy regularizer. We then extend these algorithms to their extensive-form counterparts. Experimental results on both Normal Form Games (NFGs) and Extensive Form Games (EFGs) demonstrate that our momentum techniques can significantly improve algorithm performance, surpassing both their original versions and the SOTA baselines by a large margin.

📄 PDF Abstract BibTeX arXiv:2501.00533

Code (1)

kkkaiaiai/NM-Method 공식 구현

Tasks

Form

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…

Iterative Minimax Games with Coupled Linear Constraints

2022-12-09 · Huiling Zhang, Zi Xu, Yu-Hong Dai

The study of nonconvex minimax games has gained significant momentum in machine learning and decision science communities due to their fundamental connections to adversarial training scenarios. This work develops a prima…

On Solving Minimax Optimization Locally: A Follow-the-Ridge Approach

2019-10-16 · ICLR 2020 1 · Yuanhao Wang, Guodong Zhang, Jimmy Ba

Many tasks in modern machine learning can be formulated as finding equilibria in \emph{sequential} games. In particular, two-player zero-sum sequential games, also known as minimax optimization, have received growing int…

Negative Momentum for Improved Game Dynamics

2018-07-12 · Gauthier Gidel, Reyhane Askari Hemmat, Mohammad Pezeshki, Remi Lepriol 외

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 machi…

Minimax Optimal Algorithms for Unconstrained Linear Optimization

2013-12-01 · NeurIPS 2013 12 · Brendan Mcmahan, Jacob Abernethy

We design and analyze minimax-optimal algorithms for online linear optimization games where the player's choice is unconstrained. The player strives to minimize regret, the difference between his loss and the loss…