李宏毅 2018最新GAN课程 class 2 Conditional Generation by GAN

Posted ecoflex

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了李宏毅 2018最新GAN课程 class 2 Conditional Generation by GAN相关的知识,希望对你有一定的参考价值。

HW2: input a sentence, output an ACG icon

 

 

 

3 target: trains from front view, side views. So that the output would be the average of the three pictures... which is a totally wrong result.

 

 

 

G net has input of a word "train" and a gaussian noise.

However, if we use the formal way to train GAN, the resultant net will ignore the word...

 

 

 

 

 

train discriminator with c inputted

low scores should be given to wrong classification tags and non-realistic images

 

 

 

 

HW3-2

 

 

 

The second structure seems more resonable. Please try in your homework to judge which one is better.

 

 

 

 

 

 

 

 

If you want to go beyond the baseline, use stack GAN

 

 1, feed a sentence, add noise, and use the left blue box (G0) to upsampling to a small image (64x64)

 2, Treat these small images with the Discriminator D0

 3, Use the small image to generate a larger image (256x256)

4, Use the seconde Discriminator D1

 

 

 

 

Another case: transform from 1 image to another, with a certain goal.

 

 

 

 

For traditional supervised approach, the output image is blurry, because it\'s the average of several images.

 

 

 

 

Image generated by generator has to be not only clear enough to pass discriminator, but also should be closed to the samples

 

 

 

 

If your generated images has a large size, discriminator would be overloaded (overfitting or low training speed) --->>> PATCH GAN

 

 

 

 

Collect clear audio data, add noise to them, then use supervised learning to train the network --->>> that\'s the traditional way   ---->>> Please use GAN :)

 

 

clear and paired

 

 

 

 

 

 

 

 

以上是关于李宏毅 2018最新GAN课程 class 2 Conditional Generation by GAN的主要内容,如果未能解决你的问题,请参考以下文章

学习笔记-李宏毅GAN(生成对抗网络)全系列

李宏毅《机器学习》国语课程(2022)来了

千呼万唤李宏毅《机器学习》国语课程(2022)终于来了

course | 李宏毅lecture1-GAN基础知识

course | 李宏毅lecture1-GAN基础知识

台大李宏毅《机器学习》2021课程撒花完结!除了视频PPT,还有人汇编了一本答疑书...