Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

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

About

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 Shrinkage-Threshold Algorithm (LISTA). We extend LISTA to its convolutional version and build the main part of our model by strictly following the convolutional form, which improves the network's interpretability. Specifically, the convolutional sparse codings of input feature maps are learned in a recursive manner, and high-frequency information can be recovered from these CSCs. More importantly, residual learning is applied to alleviate the training difficulty when the network goes deeper. Extensive experiments on benchmark datasets demonstrate the effectiveness of our method. RL-CSC (30 layers) outperforms several recent state-of-the-arts, e.g., DRRN (52 layers) and MemNet (80 layers) in both accuracy and visual qualities. Codes and more results are available at https://github.com/axzml/RL-CSC.

Menglei Zhang, Zhou Liu, Lei Yu• 2018

Related benchmarks

TaskDatasetResultRank
Super-ResolutionSet5
PSNR37.79
751
Single Image Super-ResolutionUrban100
PSNR31.36
500
Single Image Super-ResolutionSet14
PSNR33.33
252
Single Image Super-ResolutionBSD100
PSNR32.09
211
Single Image Super-ResolutionSet5
IFC9.095
21
Single Image Super-ResolutionSet14
IFC8.656
21
Single Image Super-ResolutionUrban100
IFC9.372
21
Showing 7 of 7 rows

Other info

Code

Follow for update