Generative Adversarial Networks
We propose a new framework for estimating generative models via an adversarial process, 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 quantitative evaluation of the generated samples.
Code (189)
Tasks
Graph Property PredictionSuper-ResolutionTime-Series Few-Shot Learning with Heterogeneous ChannelsMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
AT-GAN: An Adversarial Generative Model for Non-constrained Adversarial Examples
With the rapid development of adversarial machine learning, numerous adversarial attack methods have been proposed. Typical attacks are based on a search in the neighborhood of input image to generate a perturbed adversa…
Adversarial AttackTransfer LearningDisentangling Adversarial Robustness in Directions of the Data Manifold
Using generative models (GAN or VAE) to craft adversarial examples, i.e. generative adversarial examples, has received increasing attention in recent years. Previous studies showed through experiments that the generative…
Adversarial RobustnessQuantum generative adversarial networks
Quantum machine learning is expected to be one of the first potential general-purpose applications of near-term quantum devices. A major recent breakthrough in classical machine learning is the notion of generative adver…
BIG-bench Machine LearningGenerative Adversarial NetworkQuantum Machine LearningLung image segmentation by generative adversarial networks
Lung image segmentation plays an important role in computer-aid pulmonary diseases diagnosis and treatment. This paper proposed a lung image segmentation method by generative adversarial networks. We employed a variety o…
Image SegmentationSegmentationSemantic SegmentationTranslationAdversarial Attack Against Images Classification based on Generative Adversarial Networks
Adversarial attacks on image classification systems have always been an important problem in the field of machine learning, and generative adversarial networks (GANs), as popular models in the field of image generation, …
Adversarial AttackDecision Makingimage-classificationImage Classification+1