IVAICVDec 27, 2022

Learning Spatiotemporal Frequency-Transformer for Low-Quality Video Super-Resolution

Microsoft
arXiv:2212.14046v11 citationsh-index: 54Has Code
Originality Incremental advance
AI Analysis

This work addresses video super-resolution for real-world low-quality videos, offering incremental improvements over existing methods.

The paper tackles the problem of restoring high-resolution videos from low-quality inputs with degradations like blur and compression artifacts by proposing a Frequency-Transformer (FTVSR) that performs self-attention in a combined space-time-frequency domain, achieving state-of-the-art performance on three VSR datasets with clear visual improvements.

Video Super-Resolution (VSR) aims to restore high-resolution (HR) videos from low-resolution (LR) videos. Existing VSR techniques usually recover HR frames by extracting pertinent textures from nearby frames with known degradation processes. Despite significant progress, grand challenges are remained to effectively extract and transmit high-quality textures from high-degraded low-quality sequences, such as blur, additive noises, and compression artifacts. In this work, a novel Frequency-Transformer (FTVSR) is proposed for handling low-quality videos that carry out self-attention in a combined space-time-frequency domain. First, video frames are split into patches and each patch is transformed into spectral maps in which each channel represents a frequency band. It permits a fine-grained self-attention on each frequency band, so that real visual texture can be distinguished from artifacts. Second, a novel dual frequency attention (DFA) mechanism is proposed to capture the global frequency relations and local frequency relations, which can handle different complicated degradation processes in real-world scenarios. Third, we explore different self-attention schemes for video processing in the frequency domain and discover that a ``divided attention'' which conducts a joint space-frequency attention before applying temporal-frequency attention, leads to the best video enhancement quality. Extensive experiments on three widely-used VSR datasets show that FTVSR outperforms state-of-the-art methods on different low-quality videos with clear visual margins. Code and pre-trained models are available at https://github.com/researchmm/FTVSR.

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