Earlier quoted context omitted.
I know people have been having trouble adapting these kinds of generative techniques to text. Do you know of anyone making interesting progress there?
I put your question in talktotransformer.com and got this response: I know people have been having trouble adapting these kinds of generative techniques to text. Do you know of anyone making interesting progress there? It is difficult to make progress in the field of generative methods with text alone - it takes effort and creativity to get a generative system working. A big part of our research focuses on generating…
Generative Adversarial Networks – The Story So Far
11–20 of 26 posts
Re: Generative Adversarial Networks – The Story So Far
#12This basically means you can take any politician or citizen and create a video in which they say or do bad (but fake) things. Age of Fake News has truly arrived. Is there some research on how to distinguish fake generated videos from real ones?
The article explains this very accessibly.
Re: Generative Adversarial Networks – The Story So Far
#13This basically means you can take any politician or citizen and create a video in which they say or do bad (but fake) things. Age of Fake News has truly arrived. Is there some research on how to distinguish fake generated videos from real ones?
The whole idea of Generative Adversarial Networks is that you're simultaneously training a network that can generate fake things, and another network that can distinguish fake from real. The two networks are each other's adversary, the generator trying to fool the discriminator, and the discriminator trying to catch the generator. The article explains this very accessibly.
Re: Generative Adversarial Networks – The Story So Far
#14I wonder how these GANs can be improved to have better symmetry. All these faces seem to have mismatched eyes/ears which must be coming from the locality of CNNs.
Re: Generative Adversarial Networks – The Story So Far
#15Earlier quoted context omitted.
The whole idea of Generative Adversarial Networks is that you're simultaneously training a network that can generate fake things, and another network that can distinguish fake from real. The two networks are each other's adversary, the generator trying to fool the discriminator, and the discriminator trying to catch the generator. The article explains this very accessibly.
It also explains that the training is basically done when the discriminator has a roughly 50% (random) ability to discern between real and fake.
Re: Generative Adversarial Networks – The Story So Far
#16Hi everyone. I just published a new blog post which talks about the evolution of GANs over the last few years. You can check it out here. I think it's fascinating to see sample images generated from these models side by side. It really does give a sense of how fast this field has progressed. In just five years, we've gone from blurry, grayscale pixel arrays that vaguely resemble human faces to thispersondoesnotexist,…
Cool! But one thing I'd like to see discussed is to what extent the images in various publications have been cherry-picked.
Re: Generative Adversarial Networks – The Story So Far
#17Hi everyone. I just published a new blog post which talks about the evolution of GANs over the last few years. You can check it out here. I think it's fascinating to see sample images generated from these models side by side. It really does give a sense of how fast this field has progressed. In just five years, we've gone from blurry, grayscale pixel arrays that vaguely resemble human faces to thispersondoesnotexist,…
I know people have been having trouble adapting these kinds of generative techniques to text. Do you know of anyone making interesting progress there?
https://medium.com/capital-one-tech/why-you-dont-necessarily...
GANs simply try to replicate a set of features - you can think of this as images or text. Variations in the GAN designs will be present, but the general principles are the same.
Re: Generative Adversarial Networks – The Story So Far
#18Earlier quoted context omitted.
The whole idea of Generative Adversarial Networks is that you're simultaneously training a network that can generate fake things, and another network that can distinguish fake from real. The two networks are each other's adversary, the generator trying to fool the discriminator, and the discriminator trying to catch the generator. The article explains this very accessibly.
It also explains that the training is basically done when the discriminator has a roughly 50% (random) ability to discern between real and fake.
Re: Generative Adversarial Networks – The Story So Far
#19Hi everyone. I just published a new blog post which talks about the evolution of GANs over the last few years. You can check it out here. I think it's fascinating to see sample images generated from these models side by side. It really does give a sense of how fast this field has progressed. In just five years, we've gone from blurry, grayscale pixel arrays that vaguely resemble human faces to thispersondoesnotexist,…
Cool! But one thing I'd like to see discussed is to what extent the images in various publications have been cherry-picked.
Re: Generative Adversarial Networks – The Story So Far
#20This basically means you can take any politician or citizen and create a video in which they say or do bad (but fake) things. Age of Fake News has truly arrived. Is there some research on how to distinguish fake generated videos from real ones?