CVMar 14, 2022

STDAN: Deformable Attention Network for Space-Time Video Super-Resolution

arXiv:2203.06841v231 citationsh-index: 35Has Code
Originality Incremental advance
AI Analysis

This work addresses the challenge of improving video quality for applications like surveillance and streaming by incrementally advancing STVSR methods with better feature utilization.

The paper tackles the problem of space-time video super-resolution (STVSR) by proposing STDAN, a deformable attention network that uses long-term features and explicit temporal contexts to enhance reconstruction, achieving state-of-the-art performance on multiple datasets.

The target of space-time video super-resolution (STVSR) is to increase the spatial-temporal resolution of low-resolution (LR) and low frame rate (LFR) videos. Recent approaches based on deep learning have made significant improvements, but most of them only use two adjacent frames, that is, short-term features, to synthesize the missing frame embedding, which cannot fully explore the information flow of consecutive input LR frames. In addition, existing STVSR models hardly exploit the temporal contexts explicitly to assist high-resolution (HR) frame reconstruction. To address these issues, in this paper, we propose a deformable attention network called STDAN for STVSR. First, we devise a long-short term feature interpolation (LSTFI) module, which is capable of excavating abundant content from more neighboring input frames for the interpolation process through a bidirectional RNN structure. Second, we put forward a spatial-temporal deformable feature aggregation (STDFA) module, in which spatial and temporal contexts in dynamic video frames are adaptively captured and aggregated to enhance SR reconstruction. Experimental results on several datasets demonstrate that our approach outperforms state-of-the-art STVSR methods. The code is available at https://github.com/littlewhitesea/STDAN.

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