Progressive Growing of GANs for Improved Quality, Stability, Variation [video]
1–10 of 68 posts
Re: Progressive Growing of GANs for Improved Quality, Stability, Variation [video]
#2http://research.nvidia.com/sites/default/files/pubs/2017-10_...
Source: NVIDIA
Re: Progressive Growing of GANs for Improved Quality, Stability, Variation [video]
#3Can someone explain it in layman’s terms?
Re: Progressive Growing of GANs for Improved Quality, Stability, Variation [video]
#4I’ve seen this going around twitter and the video looks cool but I don’t really understand what’s going on. Can someone explain it in layman’s terms?
Re: Progressive Growing of GANs for Improved Quality, Stability, Variation [video]
#5I don't like the horizontal sliding transition because I'm way focused on the bizarre iterations of the various targets.
Gonna have to update our camouflage patterns again to combat computer vision...
[0]: https://en.m.wikipedia.org/wiki/Generative_adversarial_netwo...
Re: Progressive Growing of GANs for Improved Quality, Stability, Variation [video]
#6Re: Progressive Growing of GANs for Improved Quality, Stability, Variation [video]
#7I’ve seen this going around twitter and the video looks cool but I don’t really understand what’s going on. Can someone explain it in layman’s terms?
Convolutional Neural Networks work similarly, but with images. Instead of giving a CNN discrete features, you'll usually just use the pixels of the image itself. Through a series of layers, the CNN is able to build features itself (traditionally things like edges, corners) and learn patterns in image data. For example, a CNN might be trained on a dataset that maps images onto labels, and learn how to label new images on its own.
This video uses Generative Adversarial Networks (GANs) to actually generate new images. In this case, you have two networks "competing" against each other. One network is a traditional CNN trying to identify is an image is "real" or computer generated, and the second network tries to generate new images to trick the first network.
We've been able to generative fairly realistic small images before (usually 64x64), but doing it this well on high-resolution (1024x1024) images is unprecedented.
Re: Progressive Growing of GANs for Improved Quality, Stability, Variation [video]
#8Re: Progressive Growing of GANs for Improved Quality, Stability, Variation [video]
#9Would be nice if I could use this to convince Facebook that some fictional image is myself, though.