Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Real-Time Single Image and Video Super-Resolution Using an Efficient Sub-Pixel Convolutional Neural Network

About

Recently, several models based on deep neural networks have achieved great success in terms of both reconstruction accuracy and computational performance for single image super-resolution. In these methods, the low resolution (LR) input image is upscaled to the high resolution (HR) space using a single filter, commonly bicubic interpolation, before reconstruction. This means that the super-resolution (SR) operation is performed in HR space. We demonstrate that this is sub-optimal and adds computational complexity. In this paper, we present the first convolutional neural network (CNN) capable of real-time SR of 1080p videos on a single K2 GPU. To achieve this, we propose a novel CNN architecture where the feature maps are extracted in the LR space. In addition, we introduce an efficient sub-pixel convolution layer which learns an array of upscaling filters to upscale the final LR feature maps into the HR output. By doing so, we effectively replace the handcrafted bicubic filter in the SR pipeline with more complex upscaling filters specifically trained for each feature map, whilst also reducing the computational complexity of the overall SR operation. We evaluate the proposed approach using images and videos from publicly available datasets and show that it performs significantly better (+0.15dB on Images and +0.39dB on Videos) and is an order of magnitude faster than previous CNN-based methods.

Wenzhe Shi, Jose Caballero, Ferenc Husz\'ar, Johannes Totz, Andrew P. Aitken, Rob Bishop, Daniel Rueckert, Zehan Wang• 2016

Related benchmarks

TaskDatasetResultRank
Semantic segmentationADE20K (val)
mIoU50.09
2731
Instance SegmentationCOCO 2017 (val)--
1144
Semantic segmentationADE20K
mIoU50.5
936
Image Super-resolutionSet5 (test)
PSNR36.83
544
Super-ResolutionB100 (test)
PSNR31.29
363
Image Super-resolutionSet14 (test)
PSNR32.4
292
Single Image Super-ResolutionUrban100 (test)
PSNR29.48
289
Monocular Depth EstimationNYU v2 (test)
Abs Rel0.117
257
Panoptic SegmentationCOCO 2017 (val)
PQ40
172
Super-ResolutionSet5 x2
PSNR36.83
134
Showing 10 of 32 rows

Other info

Code

Follow for update