paper-with-me

Papers

Solving Min-Max Optimization with Hidden Structure via Gradient Descent Ascent

2021-01-13 · NeurIPS 2021 12 · Lampros Flokas, Emmanouil-Vasileios Vlatakis-Gkaragkounis, Georgios Piliouras

Many recent AI architectures are inspired by zero-sum games, however, the behavior of their dynamics is still not well understood. Inspired by this, we study standard gradient descent ascent (GDA) dynamics in a specific class of non-convex non-concave zero-sum games, that we call hidden zero-sum games. In this class, players control the inputs of smooth but possibly non-linear functions whose outputs are being applied as inputs to a convex-concave game. Unlike general zero-sum games, these games have a well-defined notion of solution; outcomes that implement the von-Neumann equilibrium of the "hidden" convex-concave game. We prove that if the hidden game is strictly convex-concave then vanilla GDA converges not merely to local Nash, but typically to the von-Neumann solution. If the game lacks strict convexity properties, GDA may fail to converge to any equilibrium, however, by applying standard regularization techniques we can prove convergence to a von-Neumann solution of a slightly perturbed zero-sum game. Our convergence guarantees are non-local, which as far as we know is a first-of-its-kind type of result in non-convex non-concave games. Finally, we discuss connections of our framework with generative adversarial networks.

📄 PDF Abstract BibTeX arXiv:2101.05248

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Globally Optimal Gradient Descent for a ConvNet with Gaussian Inputs

2017-02-26 · ICML 2017 8 · Alon Brutzkus, Amir Globerson

Deep learning models are often successfully trained using gradient descent, despite the worst case hardness of the underlying non-convex optimization problem. The key question is then under what conditions can one prove …

No Spurious Local Minima in a Two Hidden Unit ReLU Network

2018-01-01 · ICLR 2018 1 · Chenwei Wu, Jiajun Luo, Jason D. Lee

Deep learning models can be efficiently optimized via stochastic gradient descent, but there is little theoretical evidence to support this. A key question in optimization is to understand when the optimization landscape…

Vocal Bursts Valence Prediction

Implicit Stochastic Gradient Descent for Training Physics-informed Neural Networks

2023-03-03 · Ye Li, Song-Can Chen, Sheng-Jun Huang

Physics-informed neural networks (PINNs) have effectively been demonstrated in solving forward and inverse differential equation problems, but they are still trapped in training failures when the target functions to be a…

Solving Neural Min-Max Games: The Role of Architecture, Initialization & Dynamics

2025-11-29 · Deep Patel, Emmanouil-Vasileios Vlatakis-Gkaragkounis arxiv

Many emerging applications - such as adversarial training, AI alignment, and robust optimization - can be framed as zero-sum games between neural nets, with von Neumann-Nash equilibria (NE) capturing the desirable system…

Global Convergence of Adjoint-Optimized Neural PDEs

2025-06-16 · Konstantin Riedl, Justin Sirignano, Konstantinos Spiliopoulos

Many engineering and scientific fields have recently become interested in modeling terms in partial differential equations (PDEs) with neural networks. The resulting neural-network PDE model, being a function of the neur…