Real-Time Super-Resolution System of 4K-Video Based on Deep Learning

12 Jul 2021  ·  Yanpeng Cao, Chengcheng Wang, Changjun Song, Yongming Tang, He Li ·

Video super-resolution (VSR) technology excels in reconstructing low-quality video, avoiding unpleasant blur effect caused by interpolation-based algorithms. However, vast computation complexity and memory occupation hampers the edge of deplorability and the runtime inference in real-life applications, especially for large-scale VSR task. This paper explores the possibility of real-time VSR system and designs an efficient and generic VSR network, termed EGVSR. The proposed EGVSR is based on spatio-temporal adversarial learning for temporal coherence. In order to pursue faster VSR processing ability up to 4K resolution, this paper tries to choose lightweight network structure and efficient upsampling method to reduce the computation required by EGVSR network under the guarantee of high visual quality. Besides, we implement the batch normalization computation fusion, convolutional acceleration algorithm and other neural network acceleration techniques on the actual hardware platform to optimize the inference process of EGVSR network. Finally, our EGVSR achieves the real-time processing capacity of 4K@29.61FPS. Compared with TecoGAN, the most advanced VSR network at present, we achieve 85.04% reduction of computation density and 7.92x performance speedups. In terms of visual quality, the proposed EGVSR tops the list of most metrics (such as LPIPS, tOF, tLP, etc.) on the public test dataset Vid4 and surpasses other state-of-the-art methods in overall performance score. The source code of this project can be found on https://github.com/Thmen/EGVSR.

PDF Abstract
Task Dataset Model Metric Name Metric Value Global Rank Benchmark
Video Super-Resolution MSU Super-Resolution for Video Compression EGVSR + x264 BSQ-rate over ERQA 6.029 # 27
BSQ-rate over VMAF 1.519 # 33
BSQ-rate over PSNR 10.595 # 55
BSQ-rate over MS-SSIM 1.196 # 23
BSQ-rate over LPIPS 1.226 # 11
Video Super-Resolution MSU Super-Resolution for Video Compression EGVSR + aomenc BSQ-rate over ERQA 16.733 # 71
BSQ-rate over VMAF 10.67 # 81
BSQ-rate over PSNR 15.144 # 73
BSQ-rate over MS-SSIM 11.643 # 82
BSQ-rate over LPIPS 5.67 # 48
Video Super-Resolution MSU Super-Resolution for Video Compression EGVSR + vvenc BSQ-rate over ERQA 13.684 # 63
BSQ-rate over VMAF 10.163 # 79
BSQ-rate over PSNR 11.543 # 64
BSQ-rate over MS-SSIM 6.209 # 71
BSQ-rate over LPIPS 10.643 # 52
Video Super-Resolution MSU Super-Resolution for Video Compression EGVSR + x265 BSQ-rate over ERQA 12.917 # 52
BSQ-rate over VMAF 6.497 # 69
BSQ-rate over PSNR 10.701 # 57
BSQ-rate over MS-SSIM 5.548 # 63
BSQ-rate over LPIPS 10.748 # 53
Video Super-Resolution MSU Super-Resolution for Video Compression EGVSR + uavs3e BSQ-rate over ERQA 10.1 # 43
BSQ-rate over VMAF 10.337 # 80
BSQ-rate over PSNR 15.144 # 73
BSQ-rate over MS-SSIM 8.194 # 78
BSQ-rate over LPIPS 4.0 # 30
Video Super-Resolution MSU Video Upscalers: Quality Enhancement EGVSR PSNR 26.33 # 44
SSIM 0.929 # 37
VMAF 60.39 # 2

Methods