Generative learning (1) - examples & basic strategies

45 阅读1分钟

Examples

As described in juejin.cn/post/723154…, the output of generative learning is structured stuff.

  • Sentence: composed of tokens (character in Chinese, word piece in English), e.g., ChatGPT
  • Image: composed of pixels, e.g., midjourney
  • Video: Imagen Video
  • Audio: InstructTTS
  • Sound: AudioLDM

AI that can use tools

  • New Bing image.png
  • WebGPT image.png
  • Toolformer image.png

image.png

image.png

Strategies

  • Autoregressive (AR) model:“各个击破”
  • Non-autoregressive (NAR) model:“一次到位”

Comparison

image.png

image.png

Combination

image.png

image.png -- this is actually the basic concept of diffusion model