SOTAVerified

MaCow: Masked Convolutional Generative Flow

2019-02-12NeurIPS 2019Code Available1· sign in to hype

Xuezhe Ma, Xiang Kong, Shanghang Zhang, Eduard Hovy

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Flow-based generative models, conceptually attractive due to tractability of both the exact log-likelihood computation and latent-variable inference, and efficiency of both training and sampling, has led to a number of impressive empirical successes and spawned many advanced variants and theoretical investigations. Despite their computational efficiency, the density estimation performance of flow-based generative models significantly falls behind those of state-of-the-art autoregressive models. In this work, we introduce masked convolutional generative flow (MaCow), a simple yet effective architecture of generative flow using masked convolution. By restricting the local connectivity in a small kernel, MaCow enjoys the properties of fast and stable training, and efficient sampling, while achieving significant improvements over Glow for density estimation on standard image benchmarks, considerably narrowing the gap to autoregressive models.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
CelebA 256x256MaCow (Var)bpd0.67Unverified
CelebA 256x256MaCow (Unf)bpd0.95Unverified
ImageNet 64x64MaCow (Var)Bits per dim3.69Unverified
ImageNet 64x64MaCow (Unf)Bits per dim3.75Unverified

Reproductions