SOTAVerified

Densely Residual Laplacian Super-Resolution

2019-06-28Code Available0· sign in to hype

Saeed Anwar, Nick Barnes

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Super-Resolution convolutional neural networks have recently demonstrated high-quality restoration for single images. However, existing algorithms often require very deep architectures and long training times. Furthermore, current convolutional neural networks for super-resolution are unable to exploit features at multiple scales and weigh them equally, limiting their learning capability. In this exposition, we present a compact and accurate super-resolution algorithm namely, Densely Residual Laplacian Network (DRLN). The proposed network employs cascading residual on the residual structure to allow the flow of low-frequency information to focus on learning high and mid-level features. In addition, deep supervision is achieved via the densely concatenated residual blocks settings, which also helps in learning from high-level complex features. Moreover, we propose Laplacian attention to model the crucial features to learn the inter and intra-level dependencies between the feature maps. Furthermore, comprehensive quantitative and qualitative evaluations on low-resolution, noisy low-resolution, and real historical image benchmark datasets illustrate that our DRLN algorithm performs favorably against the state-of-the-art methods visually and accurately.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
BSD100 - 2x upscalingDRLN+PSNR32.47Unverified
BSD100 - 3x upscalingDRLN+PSNR29.4Unverified
BSD100 - 4x upscalingDRLN+PSNR27.87Unverified
BSD100 - 8x upscalingDRLN+PSNR25.06Unverified
Manga109 - 2x upscalingDRLN+PSNR39.75Unverified
Manga109 - 3x upscalingDRLN+PSNR34.94Unverified
Manga109 - 4x upscalingDRLN+SSIM0.92Unverified
Manga109 - 8x upscalingDRLN+PSNR25.55Unverified
Set14 - 2x upscalingDRLN+PSNR34.43Unverified
Set14 - 3x upscalingDRLN+PSNR30.8Unverified
Set14 - 4x upscalingDRLN+PSNR29.02Unverified
Set14 - 8x upscalingDRLN+PSNR25.4Unverified
Set5 - 2x upscalingDRLN+PSNR38.34Unverified
Set5 - 3x upscalingDRLN+PSNR34.86Unverified
Set5 - 8x upscalingDRLN+PSNR27.46Unverified
Urban100 - 2x upscalingDRLN+PSNR33.54Unverified
Urban100 - 3x upscalingDRLN+PSNR29.37Unverified
Urban100 - 4x upscalingDRLN+PSNR27.14Unverified
Urban100 - 8x upscalingDRLN+PSNR23.24Unverified

Reproductions