CVJul 18, 2022

Rethinking Alignment in Video Super-Resolution Transformers

arXiv:2207.08494v2121 citationsh-index: 52Has Code
AI Analysis

This work addresses the problem of improving video super-resolution efficiency and accuracy for AI and computer vision applications, offering a novel approach that rethinks a common assumption in the field.

The paper challenges the necessity of alignment modules in video super-resolution (VSR) Transformers, showing they can work with unaligned videos and that existing alignment methods can harm performance, and proposes a patch alignment method that achieves state-of-the-art results on multiple benchmarks.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes