Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

VRT: A Video Restoration Transformer

About

Video restoration (e.g., video super-resolution) aims to restore high-quality frames from low-quality frames. Different from single image restoration, video restoration generally requires to utilize temporal information from multiple adjacent but usually misaligned video frames. Existing deep methods generally tackle with this by exploiting a sliding window strategy or a recurrent architecture, which either is restricted by frame-by-frame restoration or lacks long-range modelling ability. In this paper, we propose a Video Restoration Transformer (VRT) with parallel frame prediction and long-range temporal dependency modelling abilities. More specifically, VRT is composed of multiple scales, each of which consists of two kinds of modules: temporal mutual self attention (TMSA) and parallel warping. TMSA divides the video into small clips, on which mutual attention is applied for joint motion estimation, feature alignment and feature fusion, while self attention is used for feature extraction. To enable cross-clip interactions, the video sequence is shifted for every other layer. Besides, parallel warping is used to further fuse information from neighboring frames by parallel feature warping. Experimental results on five tasks, including video super-resolution, video deblurring, video denoising, video frame interpolation and space-time video super-resolution, demonstrate that VRT outperforms the state-of-the-art methods by large margins ($\textbf{up to 2.16dB}$) on fourteen benchmark datasets.

Jingyun Liang, Jiezhang Cao, Yuchen Fan, Kai Zhang, Rakesh Ranjan, Yawei Li, Radu Timofte, Luc Van Gool• 2022

Related benchmarks

TaskDatasetResultRank
Video Super-ResolutionVid4 (test)
PSNR29.42
181
Video Frame InterpolationVimeo90K (test)
PSNR36.53
153
Video DenoisingSet8
PSNR37.88
136
Video Super-ResolutionREDS4 (test)
PSNR (Avg)32.19
128
3D Reconstruction7 Scenes--
128
Video DenoisingSet8 (test)
PSNR37.88
127
Video Frame InterpolationUCF101
PSNR33.3
122
Video Super-ResolutionREDS4
SSIM0.9006
118
Video Super-ResolutionREDS4 4x (test)
PSNR32.19
96
Video Super-ResolutionVimeo-90K-T (test)
PSNR38.2
82
Showing 10 of 111 rows
...

Other info

Code

Follow for update