Open kogaki opened 6 years ago
画像等を直接生成するのではなく,"生成プロセス"を生成する.強化学習+GANのフレームワーク.
using the discriminator’s output as a reward signal is the key to allow the agent to make meaningful progress "Discriminatorを強化学習のRewardとして扱うのが鍵" 系列データをGANで扱うための手法に道を示した
using the discriminator’s output as a reward signal is the key to allow the agent to make meaningful progress
系列のGANとは
ここでDにはWasserstein discriminatorを用いている
employs Wasserstein distance … as it appears to handle vastly dissimilar pg and pd more gracefully
SeqGAN: Sequence Generative Adversarial Nets with Policy Gradient
画像等を直接生成するのではなく,"生成プロセス"を生成する.強化学習+GANのフレームワーク.
論文本体・著者
解きたい問題
新規性
実装
系列のGANとは
ここでDにはWasserstein discriminatorを用いている
実験・議論
読んだ中での不明点などの感想
関連論文
SeqGAN: Sequence Generative Adversarial Nets with Policy Gradient