paper-with-me

Papers

Image Super-Resolution via Deep Recursive Residual Network

2017-07-01 · CVPR 2017 7 · Ying Tai, Jian Yang, Xiaoming Liu

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.

📄 PDF Abstract BibTeX

Code (1)

tyshiwo/DRRN_CVPR17 공식 구현 pytorch

Tasks

Image Super-ResolutionSuper-ResolutionVideo Super-Resolution

Similar Papers 제목 키워드 기반

RDRN: Recursively Defined Residual Network for Image Super-Resolution

2022-11-17 · Alexander Panaetov, Karim Elhadji Daou, Igor Samenko, Evgeny Tetin 외

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-Resolution

CISRNet: Compressed Image Super-Resolution Network

2022-01-16 · Agus Gunawan, Sultan Rizky Hikmawan Madjid

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-Resolution

Image Super-Resolution via RL-CSC: When Residual Learning Meets Convolutional Sparse Coding

2018-12-31 · Menglei Zhang, Zhou Liu, Lei Yu

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-Resolution

Deep Networks for Image and Video Super-Resolution

2022-01-28 · Kuldeep Purohit, Srimanta Mandal, A. N. Rajagopalan

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-Resolution

Embedded Block Residual Network: A Recursive Restoration Model for Single-Image Super-Resolution

2019-10-01 · ICCV 2019 10 · Yajun Qiu, Ruxin Wang, Dapeng Tao, Jun Cheng

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