CVJul 26, 2017

Structure-Preserving Image Super-resolution via Contextualized Multi-task Learning

arXiv:1707.08340v166 citations
Originality Incremental advance
AI Analysis

This work addresses the issue of structural detail loss in image super-resolution for applications requiring high-quality image restoration, representing an incremental improvement over existing CNN-based methods.

The paper tackles the problem of preserving structural details in single image super-resolution by proposing a contextualized multi-task learning framework that uses global boundary and residual contexts. The method achieves higher restoration quality and computational efficiency compared to state-of-the-art approaches on standard benchmarks like Set5, Set14, and BSD200.

Single image super resolution (SR), which refers to reconstruct a higher-resolution (HR) image from the observed low-resolution (LR) image, has received substantial attention due to its tremendous application potentials. Despite the breakthroughs of recently proposed SR methods using convolutional neural networks (CNNs), their generated results usually lack of preserving structural (high-frequency) details. In this paper, regarding global boundary context and residual context as complimentary information for enhancing structural details in image restoration, we develop a contextualized multi-task learning framework to address the SR problem. Specifically, our method first extracts convolutional features from the input LR image and applies one deconvolutional module to interpolate the LR feature maps in a content-adaptive way. Then, the resulting feature maps are fed into two branched sub-networks. During the neural network training, one sub-network outputs salient image boundaries and the HR image, and the other sub-network outputs the local residual map, i.e., the residual difference between the generated HR image and ground-truth image. On several standard benchmarks (i.e., Set5, Set14 and BSD200), our extensive evaluations demonstrate the effectiveness of our SR method on achieving both higher restoration quality and computational efficiency compared with several state-of-the-art SR approaches. The source code and some SR results can be found at: http://hcp.sysu.edu.cn/structure-preserving-image-super-resolution/

Foundations

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

Your Notes