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

Rethinking Alignment in Video Super-Resolution Transformers

About

The alignment of adjacent frames is considered an essential operation in video super-resolution (VSR). Advanced VSR models, including the latest VSR Transformers, are generally equipped with well-designed alignment modules. However, the progress of the self-attention mechanism may violate this common sense. In this paper, we rethink the role of alignment in VSR Transformers and make several counter-intuitive observations. Our experiments show that: (i) VSR Transformers can directly utilize multi-frame information from unaligned videos, and (ii) existing alignment methods are sometimes harmful to VSR Transformers. These observations indicate that we can further improve the performance of VSR Transformers simply by removing the alignment module and adopting a larger attention window. Nevertheless, such designs will dramatically increase the computational burden, and cannot deal with large motions. Therefore, we propose a new and efficient alignment method called patch alignment, which aligns image patches instead of pixels. VSR Transformers equipped with patch alignment could demonstrate state-of-the-art performance on multiple benchmarks. Our work provides valuable insights on how multi-frame information is used in VSR and how to select alignment methods for different networks/datasets. Codes and models will be released at https://github.com/XPixelGroup/RethinkVSRAlignment.

Shuwei Shi, Jinjin Gu, Liangbin Xie, Xintao Wang, Yujiu Yang, Chao Dong• 2022

Related benchmarks

TaskDatasetResultRank
Video Super-ResolutionVid4 (test)
PSNR28.07
173
Video Super-ResolutionREDS4 (test)
PSNR (Avg)32.72
117
Video Super-ResolutionREDS4 4x (test)
PSNR32.72
96
Video Super-ResolutionVimeo-90K-T (test)
PSNR38.27
82
Video Super-ResolutionVimeo-90K-T BI degradation (test)
PSNR38.27
47
Video Super-ResolutionREDS4 (val)
Average PSNR32.72
41
Video Super-ResolutionVid4
Average Y PSNR28.07
32
Video Super-ResolutionVid4 BI degradation (test)
PSNR28.07
31
4x Video Super-ResolutionVimeo-90K-T (test)
PSNR38.27
28
4x Video Super-ResolutionREDS4 (test)
PSNR32.72
24
Showing 10 of 19 rows

Other info

Code

Follow for update