CVAug 5, 2022

Learning Spatiotemporal Frequency-Transformer for Compressed Video Super-Resolution

Microsoft
arXiv:2208.03012v163 citationsh-index: 54Has Code
Originality Incremental advance
AI Analysis

This addresses video super-resolution for compressed videos, which is a domain-specific incremental advancement.

The paper tackles the problem of restoring high-resolution frames from compressed low-resolution videos by proposing a Frequency-Transformer that conducts self-attention in a joint space-time-frequency domain, achieving state-of-the-art performance on benchmarks with clear visual improvements.

Compressed video super-resolution (VSR) aims to restore high-resolution frames from compressed low-resolution counterparts. Most recent VSR approaches often enhance an input frame by borrowing relevant textures from neighboring video frames. Although some progress has been made, there are grand challenges to effectively extract and transfer high-quality textures from compressed videos where most frames are usually highly degraded. In this paper, we propose a novel Frequency-Transformer for compressed video super-resolution (FTVSR) that conducts self-attention over a joint space-time-frequency domain. First, we divide a video frame into patches, and transform each patch into DCT spectral maps in which each channel represents a frequency band. Such a design enables a fine-grained level self-attention on each frequency band, so that real visual texture can be distinguished from artifacts, and further utilized for video frame restoration. Second, we study different self-attention schemes, and discover that a divided attention which conducts a joint space-frequency attention before applying temporal attention on each frequency band, leads to the best video enhancement quality. Experimental results on two widely-used video super-resolution benchmarks show that FTVSR outperforms state-of-the-art approaches on both uncompressed and compressed videos with clear visual margins. Code is 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