Kernel Modeling Super-Resolution on Real Low-Resolution Images
Abstract
Deep convolutional neural networks (CNNs), trained on corresponding pairs of high- and low-resolution images, achieve state-of-the-art performance in single-image super-resolution and surpass previous signal-processing based approaches. However, their performance is limited when applied to real photographs. The reason lies in their training data: low-resolution (LR) images are obtained by bicubic interpolation of the corresponding high-resolution (HR) images. The applied convolution kernel significantly differs from real-world camera-blur. Consequently, while current CNNs well super-resolve bicubic-downsampled LR images, they often fail on camera-captured LR images. To improve generalization and robustness of deep super-resolution CNNs on real photographs, we present a kernel modeling super-resolution network (KMSR) that incorporates blur-kernel modeling in the training. Our proposed KMSR consists of two stages: we first build a pool of realistic blur-kernels with a generative adversarial network (GAN) and then we train a super-resolution network with HR and corresponding LR images constructed with the generated kernels. Our extensive experimental validations demonstrate the effectiveness of our single-image super-resolution approach on photographs with unknown blur-kernels.
Cite
Text
Zhou and Susstrunk. "Kernel Modeling Super-Resolution on Real Low-Resolution Images." Proceedings of the IEEE/CVF International Conference on Computer Vision, 2019. doi:10.1109/ICCV.2019.00252Markdown
[Zhou and Susstrunk. "Kernel Modeling Super-Resolution on Real Low-Resolution Images." Proceedings of the IEEE/CVF International Conference on Computer Vision, 2019.](https://mlanthology.org/iccv/2019/zhou2019iccv-kernel/) doi:10.1109/ICCV.2019.00252BibTeX
@inproceedings{zhou2019iccv-kernel,
title = {{Kernel Modeling Super-Resolution on Real Low-Resolution Images}},
author = {Zhou, Ruofan and Susstrunk, Sabine},
booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision},
year = {2019},
doi = {10.1109/ICCV.2019.00252},
url = {https://mlanthology.org/iccv/2019/zhou2019iccv-kernel/}
}