フローベースの生成モデル(Dinh et al., 2014)は、厳密対数尤度の作業性、厳密遅延変数推論の作業性、訓練と合成の両方の並列化可能性により、概念的に魅力的である。本論文では、反転可能な1x1畳み込みを用いた単純なタイプの生成フローであるGlowを提案する。この手法を用いて、標準的なベンチマークで対数尤度が大幅に向上することを実証した。おそらく最も顕著なのは、対数尤度の目的に向かって最適化された生成モデルが、効率的で現実的な外観の合成と大きな画像の操作が可能であることを示していることである。モデルのコードは https://github.com/openai/glow から入手可能。
Flow-based generative models (Dinh et al., 2014) are conceptually attractive due to tractability of the exact log-likelihood, tractability of exact latent-variable inference, and parallelizability of both training and synthesis. In this paper we propose Glow, a simple type of generative flow using an invertible 1x1 convolution. Using our method we demonstrate a significant improvement in log-likelihood on standard benchmarks. Perhaps most strikingly, we demonstrate that a generative model optimized towards the plain log-likelihood objective is capable of efficient realistic-looking synthesis and manipulation of large images. The code for our model is available at https://github.com/openai/glow