1: \begin{abstract}
2: Generative adversarial networks (GANs) are a class of generative models with two antagonistic neural networks: a generator and a discriminator. These two neural networks compete against each other through an adversarial process that can be modeled as a stochastic Nash equilibrium problem. Since the associated training process is challenging, it is fundamental to design reliable algorithms to compute an equilibrium.
3:
4: %For instance, the antagonistic behaviour can be modelled with a stochastic Nash equilibrium problem. Then, exploiting the connection with variational inequalities it is possible to design an algorithm for seeking a solution.
5: %by exploiting the fact that it can be rewritten as a stochastic Nash equilibrium problem. Then, thanks to the connection with variational inequalities it is possible to design an algorithm for seeking a solution.
6:
7: In this paper, we propose a stochastic relaxed forward-backward (SRFB) algorithm for GANs and we show convergence to an exact solution
8: when an increasing number of data is available. We also show convergence of an averaged variant of the SRFB algorithm to a neighborhood of the solution when only few samples are available. In both cases, convergence is guaranteed when the pseudogradient mapping of the game is monotone. This assumption is among the weakest known in the literature. Moreover,
9: we apply our algorithm to the image generation problem.
10: \end{abstract}
11: