paper-with-me

Papers

A game-theoretic approach for Generative Adversarial Networks

2020-03-30 · Barbara Franci, Sergio Grammatico

Generative adversarial networks (GANs) are a class of generative models, known for producing accurate samples. The key feature of GANs is that there are two antagonistic neural networks: the generator and the discriminator. The main bottleneck for their implementation is that the neural networks are very hard to train. One way to improve their performance is to design reliable algorithms for the adversarial process. Since the training can be cast as a stochastic Nash equilibrium problem, we rewrite it as a variational inequality and introduce an algorithm to compute an approximate solution. Specifically, we propose a stochastic relaxed forward-backward algorithm for GANs. We prove that when the pseudogradient mapping of the game is monotone, we have convergence to an exact solution or in a neighbourhood of it.

📄 PDF Abstract BibTeX arXiv:2003.13637

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Game of GANs: Game-Theoretical Models for Generative Adversarial Networks

2021-06-13 · Monireh Mohebbi Moghadam, Bahar Boroomand, Mohammad Jalali, Arman Zareian 외

Generative Adversarial Networks (GANs) have recently attracted considerable attention in the AI community due to its ability to generate high-quality data of significant statistical resemblance to real data. Fundamentall…

Generative adversarial networks and adversarial methods in biomedical image analysis

2018-10-24 · Jelmer M. Wolterink, Konstantinos Kamnitsas, Christian Ledig, Ivana Išgum

Generative adversarial networks (GANs) and other adversarial methods are based on a game-theoretical perspective on joint optimization of two neural networks as players in a game. Adversarial techniques have been extensi…

GANGs: Generative Adversarial Network Games

2017-12-02 · Frans A. Oliehoek, Rahul Savani, Jose Gallego-Posada, Elise van der Pol 외

Generative Adversarial Networks (GAN) have become one of the most successful frameworks for unsupervised generative modeling. As GANs are difficult to train much research has focused on this. However, very little of this…

Generative Adversarial Network

Generative Adversarial Privacy

2018-07-13 · ICLR 2019 5 · Chong Huang, Peter Kairouz, Xiao Chen, Lalitha Sankar 외

We present a data-driven framework called generative adversarial privacy (GAP). Inspired by recent advancements in generative adversarial networks (GANs), GAP allows the data holder to learn the privatization mechanism d…

Complex Momentum for Optimization in Games

2021-02-16 · Jonathan Lorraine, David Acuna, Paul Vicol, David Duvenaud

We generalize gradient descent with momentum for optimization in differentiable games to have complex-valued momentum. We give theoretical motivation for our method by proving convergence on bilinear zero-sum games for s…