CVLGJun 16, 2018

Latent Convolutional Models

arXiv:1806.06284v220 citations
Originality Incremental advance
AI Analysis

This provides a more effective image prior for computer vision practitioners working on restoration problems, though it appears incremental in its methodological approach.

The authors tackled the problem of learning a universal image prior for restoration tasks by developing a latent convolutional model with very high-dimensional latent spaces, which outperformed competing approaches across inpainting, superresolution, and colorization tasks.

We present a new latent model of natural images that can be learned on large-scale datasets. The learning process provides a latent embedding for every image in the training dataset, as well as a deep convolutional network that maps the latent space to the image space. After training, the new model provides a strong and universal image prior for a variety of image restoration tasks such as large-hole inpainting, superresolution, and colorization. To model high-resolution natural images, our approach uses latent spaces of very high dimensionality (one to two orders of magnitude higher than previous latent image models). To tackle this high dimensionality, we use latent spaces with a special manifold structure (convolutional manifolds) parameterized by a ConvNet of a certain architecture. In the experiments, we compare the learned latent models with latent models learned by autoencoders, advanced variants of generative adversarial networks, and a strong baseline system using simpler parameterization of the latent space. Our model outperforms the competing approaches over a range of restoration tasks.

Code Implementations1 repo
Foundations

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

Your Notes