Image Super-Resolution with Cross-Scale Non-Local Attention and Exhaustive Self-Exemplars Mining
Yiqun Mei, Yuchen Fan, Yuqian Zhou, Lichao Huang, Thomas S. Huang, Humphrey Shi
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/SHI-Labs/Cross-Scale-Non-Local-AttentionOfficialIn paperpytorch★ 406
- github.com/Lornatang/CSNLN-PyTorchpytorch★ 7
- github.com/nSamsow/CSNLN-newpytorch★ 2
Abstract
Deep convolution-based single image super-resolution (SISR) networks embrace the benefits of learning from large-scale external image resources for local recovery, yet most existing works have ignored the long-range feature-wise similarities in natural images. Some recent works have successfully leveraged this intrinsic feature correlation by exploring non-local attention modules. However, none of the current deep models have studied another inherent property of images: cross-scale feature correlation. In this paper, we propose the first Cross-Scale Non-Local (CS-NL) attention module with integration into a recurrent neural network. By combining the new CS-NL prior with local and in-scale non-local priors in a powerful recurrent fusion cell, we can find more cross-scale feature correlations within a single low-resolution (LR) image. The performance of SISR is significantly improved by exhaustively integrating all possible priors. Extensive experiments demonstrate the effectiveness of the proposed CS-NL module by setting new state-of-the-arts on multiple SISR benchmarks.
Tasks
Benchmark Results
| Dataset | Model | Metric | Claimed | Verified | Status |
|---|---|---|---|---|---|
| BSD100 - 2x upscaling | CSNLN | PSNR | 32.4 | — | Unverified |
| BSD100 - 3x upscaling | CSNLN | PSNR | 29.33 | — | Unverified |
| BSD100 - 4x upscaling | CSNLN | PSNR | 27.8 | — | Unverified |
| Manga109 - 2x upscaling | CSNLN | PSNR | 39.37 | — | Unverified |
| Manga109 - 3x upscaling | CSNLN | PSNR | 34.45 | — | Unverified |
| Manga109 - 4x upscaling | CSNLN | SSIM | 0.92 | — | Unverified |
| Set14 - 2x upscaling | CSNLN | PSNR | 34.12 | — | Unverified |
| Set14 - 3x upscaling | CSNLN | PSNR | 30.66 | — | Unverified |
| Set14 - 4x upscaling | CSNLN | PSNR | 28.95 | — | Unverified |
| Set5 - 2x upscaling | CSNLN | PSNR | 38.28 | — | Unverified |
| Set5 - 3x upscaling | CSNLN | PSNR | 34.74 | — | Unverified |
| Urban100 - 2x upscaling | CSNLN | PSNR | 33.25 | — | Unverified |
| Urban100 - 3x upscaling | CSNLN | PSNR | 29.13 | — | Unverified |
| Urban100 - 4x upscaling | CSNLN | PSNR | 27.22 | — | Unverified |