You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Abstract: "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.",
31
-
Repositories: []*pr12er.Repository{
32
-
{
33
-
Framework: pr12er.Framework_FRAMEWORK_TENSORFLOW,
34
-
Owner: "goodfeli",
35
-
Url: "https://github.com/tensorflow/tensorflow",
36
-
},
37
-
{
38
-
Framework: pr12er.Framework_FRAMEWORK_PYTORCH,
39
-
Owner: "eriklindernoren",
40
-
Url: "https://github.com/pytorch/pytorch",
41
-
},
42
-
{
43
-
Framework: pr12er.Framework_FRAMEWORK_TENSORFLOW,
44
-
Owner: "google-research",
45
-
Url: "https://github.com/tensorflow/tensorflow",
46
-
},
47
-
{
48
-
Framework: pr12er.Framework_FRAMEWORK_PYTORCH,
49
-
Owner: "eriklindernoren",
50
-
Url: "https://github.com/pytorch/pytorch",
51
-
},
52
-
},
53
-
},
54
-
},
55
-
SameAuthorPapers: []*pr12er.Paper{
56
-
{
57
-
Title: "On distinguishability criteria for estimating generative models",
58
-
Authors: []string{"Ian J. Goodfellow"},
59
-
PubDate: timestamppb.New(newDate(2015, 5, 21)),
60
-
},
61
-
},
62
-
RelevantPapers: []*pr12er.Paper{
63
-
{
64
-
Title: "Learning to Efficiently Sample from Diffusion Probabilistic Models",
0 commit comments