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

Video Super-Resolution Transformer with Masked Inter&Intra-Frame Attention

About

Recently, Vision Transformer has achieved great success in recovering missing details in low-resolution sequences, i.e., the video super-resolution (VSR) task. Despite its superiority in VSR accuracy, the heavy computational burden as well as the large memory footprint hinder the deployment of Transformer-based VSR models on constrained devices. In this paper, we address the above issue by proposing a novel feature-level masked processing framework: VSR with Masked Intra and inter frame Attention (MIA-VSR). The core of MIA-VSR is leveraging feature-level temporal continuity between adjacent frames to reduce redundant computations and make more rational use of previously enhanced SR features. Concretely, we propose an intra-frame and inter-frame attention block which takes the respective roles of past features and input features into consideration and only exploits previously enhanced features to provide supplementary information. In addition, an adaptive block-wise mask prediction module is developed to skip unimportant computations according to feature similarity between adjacent frames. We conduct detailed ablation studies to validate our contributions and compare the proposed method with recent state-of-the-art VSR approaches. The experimental results demonstrate that MIA-VSR improves the memory and computation efficiency over state-of-the-art methods, without trading off PSNR accuracy. The code is available at https://github.com/LabShuHangGU/MIA-VSR.

Xingyu Zhou, Leheng Zhang, Xiaorui Zhao, Keze Wang, Leida Li, Shuhang Gu• 2024

Related benchmarks

TaskDatasetResultRank
Video Super-ResolutionREDS4 (test)
PSNR (Avg)32.79
117
Video Super-ResolutionREDS4 4x (test)
PSNR32.78
96
Video Super-ResolutionREDS4
SSIM0.922
82
Video Super-ResolutionVid4 Y (test)
PSNR28.2
30
4x Video Super-ResolutionVimeo-90K-T (test)
PSNR38.22
28
Video Super-ResolutionREDS4 RGB (test)
PSNR32.78
25
4x Video Super-ResolutionREDS4 (test)
PSNR32.78
24
Video Super-ResolutionSDE-in
PSNR19.06
24
Video Super-ResolutionSDE out
PSNR16.82
24
Video Super-ResolutionSDSD-out
PSNR19.57
24
Showing 10 of 27 rows

Other info

Code

Follow for update