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

EDVR: Video Restoration with Enhanced Deformable Convolutional Networks

About

Video restoration tasks, including super-resolution, deblurring, etc, are drawing increasing attention in the computer vision community. A challenging benchmark named REDS is released in the NTIRE19 Challenge. This new benchmark challenges existing methods from two aspects: (1) how to align multiple frames given large motions, and (2) how to effectively fuse different frames with diverse motion and blur. In this work, we propose a novel Video Restoration framework with Enhanced Deformable networks, termed EDVR, to address these challenges. First, to handle large motions, we devise a Pyramid, Cascading and Deformable (PCD) alignment module, in which frame alignment is done at the feature level using deformable convolutions in a coarse-to-fine manner. Second, we propose a Temporal and Spatial Attention (TSA) fusion module, in which attention is applied both temporally and spatially, so as to emphasize important features for subsequent restoration. Thanks to these modules, our EDVR wins the champions and outperforms the second place by a large margin in all four tracks in the NTIRE19 video restoration and enhancement challenges. EDVR also demonstrates superior performance to state-of-the-art published methods on video super-resolution and deblurring. The code is available at https://github.com/xinntao/EDVR.

Xintao Wang, Kelvin C.K. Chan, Ke Yu, Chao Dong, Chen Change Loy• 2019

Related benchmarks

TaskDatasetResultRank
Image DeblurringGoPro (test)
PSNR31.54
585
Video Super-ResolutionVid4 (test)
PSNR27.85
173
Video Super-ResolutionREDS4 (test)
PSNR (Avg)31.09
117
Video Super-ResolutionREDS4 4x (test)
PSNR31.09
96
Video Super-ResolutionVimeo-90K-T (test)
PSNR37.81
82
Video Super-ResolutionREDS4
SSIM0.88
82
Video DeblurringGoPro (test)
PSNR31.54
55
Video Super-ResolutionUDM10 (test)
PSNR39.89
51
Video Super-ResolutionVimeo-90K-T BI degradation (test)
PSNR37.81
47
Video DeblurringDVD (test)
PSNR31.82
42
Showing 10 of 125 rows
...

Other info

Code

Follow for update