オムライスの備忘録

数学・統計学・機械学習・プログラミングに関することを記す

【深層学習】Variational Auto Encoder / VAE #まとめ編

Index

Variational Auto Encoder / VAE

深層学習を用いた生成モデルの一つ.

基本アルゴリズム / 2013

応用手法

discrete Variational Auto Encoder / dVAE / 2016 -

VQ-VAE-2 / 2019

DALL-E / 2021 -

VAE + CLIP

SQ-VAE / 2022

  • SQ-VAE: Variational Bayes on Discrete Representation with Self-annealed Stochastic Quantization

  • 【ICML2022】離散と連続のハイブリッド!新しい生成モデル "SQVAE"を紹介 | Sony's Research Minds

kohonen-VAE / 2023

  • Topological Neural Discrete Representation Learning à la Kohonen

Latent VAE / 2023

データ分野

時系列

D3VAE / 2023

動画像

Latent Video Diffusion Model / LVDM / 2023

IV-VAE / 2024

参考

  • A survey on Variational Autoencoders from a GreenAI perspective

  • Self-supervised Learning: Generative or Contrastive

    • [2020]
    • 3 Generative Self-supervised Learning
      • 3.3 Auto-encoding (AE) Model
        • 3.3.4 Variational AE Model
    • arxiv.org

書籍