Image Super-Resolution Using Very Deep Residual Channel Attention Networks

Convolutional neural network (CNN) depth is of crucial importance for image super-resolution (SR). However, we observe that deeper networks for image SR are more difficult to train. The low-resolution inputs and features contain abundant low-frequency information, which is treated equally across channels, hence hindering the representational ability of CNNs. To solve these problems, we propose the very deep residual channel attention networks (RCAN). Specifically, we propose a residual in residual (RIR) structure to form very deep network, which consists of several residual groups with long skip connections. Each residual group contains some residual blocks with short skip connections. Meanwhile, RIR allows abundant low-frequency information to be bypassed through multiple skip connections, making the main network focus on learning high-frequency information. Furthermore, we propose a channel attention mechanism to adaptively rescale channel-wise features by considering interdependencies among channels. Extensive experiments show that our RCAN achieves better accuracy and visual improvements against state-of-the-art methods.

PDF Abstract ECCV 2018 PDF ECCV 2018 Abstract
Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Image Super-Resolution BSD100 - 4x upscaling RCAN PSNR 27.77 # 15
SSIM 0.7436 # 18
Image Super-Resolution Manga109 - 4x upscaling RCAN PSNR 31.22 # 24
SSIM 0.9173 # 23
Image Super-Resolution Set14 - 4x upscaling RCAN PSNR 28.87 # 25
SSIM 0.7889 # 26
Image Super-Resolution Urban100 - 4x upscaling RCAN PSNR 26.82 # 18
SSIM 0.8087 # 16

Methods


No methods listed for this paper. Add relevant methods here