オムライスの備忘録

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

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

Index

Variational Auto Encoder / VAE

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

基本アルゴリズム / 2013

応用手法

discrete Variational Auto Encoder / dVAE / 2016 -

VQ-VAE-2 / 2019

  • Generating Diverse High-Fidelity Images with VQ-VAE-2

  • BigGANを超えた!DeepMind、史上最強の非GANジェネレータVQ-VAE-2を提案

DALL-E / 2021 -

VAE + CLIP

kohonen-VAE / 2023

  • Topological Neural Discrete Representation Learning à la Kohonen

Latent VAE / 2023

データ分野

時系列

D3VAE

  • Generative Time Series Forecasting with Diffusion, Denoise, and Disentanglement

  • 生成モデルを用いた時系列予測D3VAE

参考

  • 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

書籍