CVAIMLDec 23, 2016

EnhanceNet: Single Image Super-Resolution Through Automated Texture Synthesis

arXiv:1612.07919v21039 citations
Originality Incremental advance
AI Analysis

This addresses the issue of over-smoothed images in super-resolution for applications requiring natural-looking visuals, though it is incremental as it builds on existing neural network and adversarial training methods.

The paper tackles the problem of single image super-resolution by focusing on realistic texture synthesis rather than pixel-accurate metrics, achieving state-of-the-art results in both quantitative and qualitative benchmarks.

Single image super-resolution is the task of inferring a high-resolution image from a single low-resolution input. Traditionally, the performance of algorithms for this task is measured using pixel-wise reconstruction measures such as peak signal-to-noise ratio (PSNR) which have been shown to correlate poorly with the human perception of image quality. As a result, algorithms minimizing these metrics tend to produce over-smoothed images that lack high-frequency textures and do not look natural despite yielding high PSNR values. We propose a novel application of automated texture synthesis in combination with a perceptual loss focusing on creating realistic textures rather than optimizing for a pixel-accurate reproduction of ground truth images during training. By using feed-forward fully convolutional neural networks in an adversarial training setting, we achieve a significant boost in image quality at high magnification ratios. Extensive experiments on a number of datasets show the effectiveness of our approach, yielding state-of-the-art results in both quantitative and qualitative benchmarks.

Code Implementations4 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