CVNov 16, 2022

SATVSR: Scenario Adaptive Transformer for Cross Scenarios Video Super-Resolution

arXiv:2211.08703v1h-index: 6
Originality Incremental advance
AI Analysis

This addresses the challenge of irrelevant information in adjacent frames for video super-resolution, particularly in real-world scenarios with scene changes, though it is incremental as it builds on existing transformer and optical flow techniques.

The paper tackles the problem of video super-resolution in videos with fast scene switching by proposing a transformer-based method that adaptively selects relevant patches from the same scene using optical flow labeling, achieving significant performance gains and better robustness on cross-scene datasets.

Video Super-Resolution (VSR) aims to recover sequences of high-resolution (HR) frames from low-resolution (LR) frames. Previous methods mainly utilize temporally adjacent frames to assist the reconstruction of target frames. However, in the real world, there is a lot of irrelevant information in adjacent frames of videos with fast scene switching, these VSR methods cannot adaptively distinguish and select useful information. In contrast, with a transformer structure suitable for temporal tasks, we devise a novel adaptive scenario video super-resolution method. Specifically, we use optical flow to label the patches in each video frame, only calculate the attention of patches with the same label. Then select the most relevant label among them to supplement the spatial-temporal information of the target frame. This design can directly make the supplementary information come from the same scene as much as possible. We further propose a cross-scale feature aggregation module to better handle the scale variation problem. Compared with other video super-resolution methods, our method not only achieves significant performance gains on single-scene videos but also has better robustness on cross-scene datasets.

Foundations

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

Your Notes