Transcription of Generative Adversarial Nets - arXiv
{{id}} {{{paragraph}}}
Generative Adversarial NetsIan J. Goodfellow, Jean Pouget-Abadie , Mehdi Mirza, Bing Xu, David Warde-Farley,Sherjil Ozair , Aaron Courville, Yoshua Bengio D epartement d informatique et de recherche op erationnelleUniversit e de Montr ealMontr eal, QC H3C 3J7 AbstractWe propose a new framework for estimating Generative models via an adversar-ial process, in which we simultaneously train two models: a Generative modelGthat captures the data distribution, and a discriminative modelDthat estimatesthe probability that a sample came from the training data rather thanG. The train-ing procedure forGis to maximize the probability ofDmaking a mistake. Thisframework corresponds to a minimax two-player game. In the space of arbitraryfunctionsGandD, a unique solution exists, withGrecovering the training datadistribution andDequal to12everywhere.
Algorithm 1 Minibatch stochastic gradient descent training of generative adversarial nets. The number of steps to apply to the discriminator, k, is a hyperparameter. We used k= 1, the least expensive option, in our experiments.
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}