paper-with-me

Papers

Generative Adversarial Nets

2014-12-01 · NeurIPS 2014 12 · Ian Goodfellow, Jean Pouget-Abadie, Mehdi Mirza, Bing Xu, David Warde-Farley, Sherjil Ozair, Aaron Courville, Yoshua Bengio

We propose a new framework for estimating generative models via adversarial nets, in which we simultaneously train two models: a generative model G that captures the data distribution, and a discriminative model D that estimates the probability that a sample came from the training data rather than G. The training procedure for G is to maximize the probability of D making a mistake. This framework corresponds to a minimax two-player game. In the space of arbitrary functions G and D, a unique solution exists, with G recovering the training data distribution and D equal to 1/2 everywhere. In the case where G and D are defined by multilayer perceptrons, the entire system can be trained with backpropagation. There is no need for any Markov chains or unrolled approximate inference networks during either training or generation of samples. Experiments demonstrate the potential of the framework through qualitative and quantitatively evaluation of the generated samples.

📄 PDF Abstract BibTeX

Code (1)

mindspore-ai/models/tree/master/research/cv/gan mindspore

Similar Papers 제목 키워드 기반

Conditional Generative Adversarial Nets

2014-11-06 · Mehdi Mirza, Simon Osindero

Generative Adversarial Nets [8] were recently introduced as a novel way to train generative models. In this work we introduce the conditional version of generative adversarial nets, which can be constructed by simply fee…

DescriptiveHuman action generation

Training Generative Reversible Networks

2018-06-05 · Robin Tibor Schirrmeister, Patryk Chrabąszcz, Frank Hutter, Tonio Ball

Generative models with an encoding component such as autoencoders currently receive great interest. However, training of autoencoders is typically complicated by the need to train a separate encoder and decoder model tha…

Decoder

ClueGAIN: Application of Transfer Learning On Generative Adversarial Imputation Nets (GAIN)

2023-02-06 · Simiao Zhao

Many studies have attempted to solve the problem of missing data using various approaches. Among them, Generative Adversarial Imputation Nets (GAIN) was first used to impute data with Generative Adversarial Nets (GAN) an…

ImputationTransfer Learning

Temporal Generative Adversarial Nets with Singular Value Clipping

2016-11-21 · ICCV 2017 10 · Masaki Saito, Eiichi Matsumoto, Shunta Saito

In this paper, we propose a generative model, Temporal Generative Adversarial Nets (TGAN), which can learn a semantic representation of unlabeled videos, and is capable of generating videos. Unlike existing Generative Ad…

Video Generation

ExoSGAN and ExoACGAN: Exoplanet Detection using Adversarial Training Algorithms

2022-07-20 · Cicy K Agnes, Akthar Naveed V, Anitha Mary M O Chacko

Exoplanet detection opens the door to the discovery of new habitable worlds and helps us understand how planets were formed. With the objective of finding earth-like habitable planets, NASA launched Kepler space telescop…