shimopino / papers-challenge

Paper Reading List I have already read
30 stars 2 forks source link

Generative Adversarial Networks in Computer Vision: A Survey and Taxonomy #15

Open shimopino opened 4 years ago

shimopino commented 4 years ago

論文へのリンク

[arXiv:1906.01529] Generative Adversarial Networks in Computer Vision: A Survey and Taxonomy

著者・所属機関

Zhengwei Wang, Qi She, Tomas E. Ward

投稿日時(YYYY-MM-DD)

2019-06-04

1. 概要

GANの実応用には3つの課題が存在する。本論文ではこれらの課題に対して、(1)ネットワーク構造と(2)損失関数の視点からどのように解決しようとしているのか見ていく。

  1. High quality image generation
  2. Diverse image generation
  3. Stable training

ここでは後で見返すように論文のリストを載せておく。

2. ネットワーク構造

2.1 Fully-Connected GAN (FCGAN)

2.2 Laplacian Pyramid of Adversarial Networks (LAPGAN)

2.3 Deep Convolutional GAN (DCGAN)

2.4 Boundary Equibrium GAN (BEGAN)

2.5 Progressive GAN (ProGAN)

2.6 Self-Attention GAN (SAGAN)

2.7 BigGAN

3. 損失関数

3.1 Wasserstein GAN (WGAN)

3.2 WGAN-GP

3.3 Least Square GAN (LSGAN)

3.4 F-GAN

3.5 Unrolled GAN (UGAN)

3.6 Loss Sensitive GAN (LS-GAN)

3.7 Mode Regularized GAN (MRGAN)

3.8 Geometric GAN

3.9 Relativistic GAN (RGAN)

3.10 Spectral normalization GAN (SN-GAN)

shimopino commented 4 years ago

https://github.com/sheqi/GAN_Review