Image generation model
Image synthesis
Info
- Variational Auto-encoder (VAE): • ML Lecture 18: Un...
- Flow-based Generative Model: • Flow-based Gener...
- Generative Adversarial Network (GAN): • GAN Lecture 1 (20...
-
Image synthesis 需要大量脑补。01:05
-
文字生成 Autoregressive,将输出作为输入持续输出。or non-autoregressive.04:05
-
影像版 GPT。太耗费时间,大部分均为 non-autoregressive,即一次到位。05:45
-
影像生成是一个分布,在分布之内都是正确答案。07:37
-
现在方法均为 文字 + distribution to sample noise vector 的方法作为输入。即对应到不同的影响。例如,Diffusion Process。
-
Flow-based 限制 encoder 是 invertible 的,可输出 normal distribution,可以反过来作为 decoder 用,所以结构有所限制。16:59
-
Diffusion Model, Noise-Denoise. 20:34
-
GAN. 22:44