paper-with-me

홈 › Papers

Rethinking Alignment in Video Super-Resolution Transformers

2022-07-18 · Shuwei Shi, Jinjin Gu, Liangbin Xie, Xintao Wang, Yujiu Yang, Chao Dong

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.

📄 PDF Abstract BibTeX arXiv:2207.08494

Code (1)

xpixelgroup/rethinkvsralignment 공식 구현 pytorch

Tasks

Common Sense ReasoningSuper-ResolutionVideo Super-Resolution

Similar Papers 제목 키워드 기반

Rethinking Video Super-Resolution: Towards Diffusion-Based Methods without Motion Alignment

2025-03-05 · Zhihao Zhan, Wang Pang, Xiang Zhu, Yechao Bai

In this work, we rethink the approach to video super-resolution by introducing a method based on the Diffusion Posterior Sampling framework, combined with an unconditional video diffusion transformer operating in latent …

AllSuper-ResolutionUnconditional Video GenerationVideo Generation+1

Rethinking Diffusion Model-Based Video Super-Resolution: Leveraging Dense Guidance from Aligned Features

2025-11-21 · Jingyi Xu, Meisong Zheng, Ying Chen, Minglang Qiao 외 arxiv

Diffusion model (DM) based Video Super-Resolution (VSR) approaches achieve impressive perceptual quality. However, they suffer from error accumulation, spatial artifacts, and a trade-off between perceptual quality and fi…

Video Super-Resolution

Rethinking Resolution in the Context of Efficient Video Recognition

2022-09-26 · Chuofan Ma, Qiushan Guo, Yi Jiang, Zehuan Yuan 외

In this paper, we empirically study how to make the most of low-resolution frames for efficient video recognition. Existing methods mainly focus on developing compact networks or alleviating temporal redundancy of video …

Knowledge DistillationVideo Recognition

BasicVSR++: Improving Video Super-Resolution with Enhanced Propagation and Alignment

2021-04-27 · CVPR 2022 1 · Kelvin C. K. Chan, Shangchen Zhou, Xiangyu Xu, Chen Change Loy

A recurrent structure is a popular framework choice for the task of video super-resolution. The state-of-the-art method BasicVSR adopts bidirectional propagation with feature alignment to effectively exploit information …

Analog Video RestorationSnow RemovalSuper-ResolutionVideo deraining+3

Learning Trajectory-Aware Transformer for Video Super-Resolution

2022-04-08 · CVPR 2022 1 · Chengxu Liu, Huan Yang, Jianlong Fu, Xueming Qian

Video super-resolution (VSR) aims to restore a sequence of high-resolution (HR) frames from their low-resolution (LR) counterparts. Although some progress has been made, there are grand challenges to effectively utilize …

Super-ResolutionVideo derainingVideo Super-Resolution