CVLGNEIVDec 17, 2017

"Zero-Shot" Super-Resolution using Deep Internal Learning

arXiv:1712.06087v1964 citations
Originality Highly original
AI Analysis

This addresses the limitation of existing supervised super-resolution methods that fail on real images with artifacts, benefiting applications like photo restoration and biological imaging.

The paper tackles the problem of super-resolution for real-world low-resolution images with unknown or non-ideal acquisition processes, such as noise or compression, by introducing a 'Zero-Shot' method that trains a small CNN at test time using only the input image itself, outperforming state-of-the-art supervised and unsupervised methods on such images.

Deep Learning has led to a dramatic leap in Super-Resolution (SR) performance in the past few years. However, being supervised, these SR methods are restricted to specific training data, where the acquisition of the low-resolution (LR) images from their high-resolution (HR) counterparts is predetermined (e.g., bicubic downscaling), without any distracting artifacts (e.g., sensor noise, image compression, non-ideal PSF, etc). Real LR images, however, rarely obey these restrictions, resulting in poor SR results by SotA (State of the Art) methods. In this paper we introduce "Zero-Shot" SR, which exploits the power of Deep Learning, but does not rely on prior training. We exploit the internal recurrence of information inside a single image, and train a small image-specific CNN at test time, on examples extracted solely from the input image itself. As such, it can adapt itself to different settings per image. This allows to perform SR of real old photos, noisy images, biological data, and other images where the acquisition process is unknown or non-ideal. On such images, our method outperforms SotA CNN-based SR methods, as well as previous unsupervised SR methods. To the best of our knowledge, this is the first unsupervised CNN-based SR method.

Code Implementations7 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

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

Your Notes