LGAICVMLFeb 12, 2019

MaCow: Masked Convolutional Generative Flow

arXiv:1902.04208v568 citations
Originality Incremental advance
AI Analysis

This work addresses a specific problem in generative modeling for researchers and practitioners, representing an incremental advancement in flow-based methods.

The paper tackled the performance gap between flow-based generative models and state-of-the-art autoregressive models in density estimation on image benchmarks by introducing MaCow, a masked convolutional generative flow, which achieved significant improvements over Glow and narrowed the gap to autoregressive models.

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.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes