Skip to content

sumittagadiya/Image-super-resolution

Repository files navigation

Image-super-resolution using Enhanced Deep Residual Networks for Single Image Super-Resolution(EDSR) and Wide Activation for Efficient and Accurate Image Super-Resolution(WDSR)

Image Super Resolution using EDSR and WDSR research papers

You can find Deployed Working model here

Find detailed blog of my project here

Note : If page is not loading then please paste above ipynb github link here. Now you can view ipynb notebook successfully !!

Demo of Working Model

alt_text

EDSR

Architecture of EDSR :

alt text

  • EDSR paper is here

Architecture of Residual Block

alt_text

  • Proposed networks. We remove the batch normalization layers from our network as Nah et al presented in their image deblurring work. Since batch normalization layers normalize the features, they get rid of range flexibility from networks by normalizing the features, it is better to remove them.

  • Furthermore, GPU memory usage is also sufficiently reduced since the batch normalization layers consume the same amount of memory as the preceding convolutional layers. this baseline model without batch normalization layer saves approximately 40% of memory usage during training, compared to SRResNet. Consequently, we can build up a larger model that has better performance than conventional ResNet structure under limited computational resources.

WDSR

Architecture of WDSR :

  • alt_text
  • alt_text
  • WDSR paper is here

Dataset

  • DIV2K dataset is a newly proposed high-quality (2K resolution) image dataset for image restoration tasks. The DIV2K dataset consists of 800 training images, 100 validation images, and 100 test images. As the test dataset ground truth is not released, we report and compare the performances on the validation dataset. We also compare the performance on some of the standard benchmark datasets named Set5 and Set14.

Results of EDSR

1. Bicubic_x4 (Bicubic downgrading with scaling factor = 4)

Div2k validation set results

  • alt_text
  • alt_text
  • More result you can find here

Set 5 Bicubic_x4

  • alt_text
  • alt_text
  • More result you can find here

Set14 Bicubic_x4

  • alt_text
  • alt_text
  • More result you can find here

2. Unknown_x4(Unknown downgrading with scaling factor = 4)

  • alt_text
  • alt_text
  • More result you can find here

About

Implementation of image super-resolution using EDSR and WDSR on DIV2k Dataset

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published