Locally Masked Convolution for Autoregressive Models

June 22, 2020 ยท Entered Twilight ยท ๐Ÿ› Conference on Uncertainty in Artificial Intelligence

๐ŸŒ… TWILIGHT: Old Age
Predates the code-sharing era โ€” a pioneer of its time

"No code URL or promise found in abstract"
"Derived repo from GitHub Pages (backfill)"

Evidence collected by the PWNC Scanner

Repo contents: .gitignore, LICENSE, README.md, average_checkpoints.py, baseline.py, celeba_data.py, gilbert2d.py, layers.py, locally_masked_convolution.py, main.py, masking.py, model.py, requirements.txt, utils.py

Authors Ajay Jain, Pieter Abbeel, Deepak Pathak arXiv ID 2006.12486 Category cs.LG: Machine Learning Cross-listed cs.CV, cs.NE, stat.ML Citations 32 Venue Conference on Uncertainty in Artificial Intelligence Repository https://github.com/ajayjain/lmconv. โญ 79 Last Checked 8 days ago
Abstract
High-dimensional generative models have many applications including image compression, multimedia generation, anomaly detection and data completion. State-of-the-art estimators for natural images are autoregressive, decomposing the joint distribution over pixels into a product of conditionals parameterized by a deep neural network, e.g. a convolutional neural network such as the PixelCNN. However, PixelCNNs only model a single decomposition of the joint, and only a single generation order is efficient. For tasks such as image completion, these models are unable to use much of the observed context. To generate data in arbitrary orders, we introduce LMConv: a simple modification to the standard 2D convolution that allows arbitrary masks to be applied to the weights at each location in the image. Using LMConv, we learn an ensemble of distribution estimators that share parameters but differ in generation order, achieving improved performance on whole-image density estimation (2.89 bpd on unconditional CIFAR10), as well as globally coherent image completions. Our code is available at https://ajayjain.github.io/lmconv.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

๐Ÿ“œ Similar Papers

In the same crypt โ€” Machine Learning