Image Super-Resolution via Deep Recursive Residual Network
Recently, Convolutional Neural Network (CNN) based models have achieved great success in Single Image Super-Resolution (SISR). Owing to the strength of deep networks, these CNN models learn an effective nonlinear mapping from the low-resolution input image to the high-resolution target image, at the cost of requiring enormous parameters. This paper proposes a very deep CNN model (up to 52 convolutional layers) named Deep Recursive Residual Network (DRRN) that strives for deep yet concise networks. Specifically, residual learning is adopted, both in global and local manners, to mitigate the difficulty of training very deep networks; recursive learning is used to control the model parameters while increasing the depth. Extensive benchmark evaluation shows that DRRN significantly outperforms state of the art in SISR, while utilizing far fewer parameters. Code is available at https://github.com/tyshiwo/DRRN_CVPR17.
Code (1)
Tasks
Image Super-ResolutionSuper-ResolutionVideo Super-ResolutionSimilar Papers 제목 키워드 기반
RDRN: Recursively Defined Residual Network for Image Super-Resolution
Deep convolutional neural networks (CNNs) have obtained remarkable performance in single image super-resolution (SISR). However, very deep networks can suffer from training difficulty and hardly achieve further performan…
Image Super-ResolutionSuper-ResolutionCISRNet: Compressed Image Super-Resolution Network
In recent years, tons of research has been conducted on Single Image Super-Resolution (SISR). However, to the best of our knowledge, few of these studies are mainly focused on compressed images. A problem such as complic…
Compressed Image Super-resolutionImage Super-ResolutionSuper-ResolutionImage Super-Resolution via RL-CSC: When Residual Learning Meets Convolutional Sparse Coding
We propose a simple yet effective model for Single Image Super-Resolution (SISR), by combining the merits of Residual Learning and Convolutional Sparse Coding (RL-CSC). Our model is inspired by the Learned Iterative Shri…
Image Super-ResolutionSuper-ResolutionDeep Networks for Image and Video Super-Resolution
Efficiency of gradient propagation in intermediate layers of convolutional neural networks is of key importance for super-resolution task. To this end, we propose a deep architecture for single image super-resolution (SI…
Image Super-ResolutionSuper-ResolutionVideo Super-ResolutionEmbedded Block Residual Network: A Recursive Restoration Model for Single-Image Super-Resolution
Single-image super-resolution restores the lost structures and textures from low-resolved images, which has achieved extensive attention from the research community. The top performers in this field include deep or wide…
Image Super-ResolutionSuper-Resolution