top of page
Search

Very Deep Super Resolution (VDSR)

Very Deep Super Resolution is a convolutional neural network that can perform single image super-resolution. It utilizes the differences in the high-frequency details between the low resolution and high-resolution images and estimates a residual image from it. The high-resolution image is taken as the reference image and the low-resolution image is obtained by upscaling with bicubic interpolation such that it matches the size of the reference image. The residual image contains the high-frequency details and is based only on the luminance information in this model.

The luminance channel of an image indicates the brightness level of a pixel as a linear combination of red, green and blue pixel values and VDSR uses this channel since the human perception can recognize a change in the brightness levels more effectively than the changes with the color which would depend upon the chrominance channels.


Fig 1: VDSR Generative process



The VDSR network learns to predict the luminance of the residual image as the difference between the luminance of low-resolution and high-resolution images from the trained data.

From this, high-resolution images are obtained by combining the predicted residual image and the upscaled low-resolution image and converting it back to RGB colorspace.


 
 
 

Recent Posts

See All
Authors:

[1] Mahalakshmi Sundaresan (msundaresan2@wisc.edu) [2] Pratiksha Pai ( ppai3@wisc.edu)

 
 
 
Discussion

VDSR Successful Use Cases: Context: For larger scale factors, the information contained in small patches is not sufficient for detailed...

 
 
 
References

[1] D. Glasner, S. Bagon and M. Irani,  "Super-resolution from a single image," in 2009 IEEE 12th International Conference on Computer...

 
 
 

Comments


©2020 by Analysis of Single Image Super Resolution. Proudly created with Wix.com

bottom of page