CVApr 14, 2022

Look Back and Forth: Video Super-Resolution with Explicit Temporal Difference Modeling

arXiv:2204.07114v154 citationsh-index: 105
Originality Incremental advance
AI Analysis

This addresses video super-resolution for applications like video enhancement, offering an incremental improvement over existing methods by reducing distortion and artifacts in complex motion scenarios.

The paper tackles video super-resolution by explicitly modeling temporal differences in both low- and high-resolution spaces, using separate branches for different pixel subsets and caching differences across time steps, achieving favorable performance against state-of-the-art methods on benchmark datasets.

Temporal modeling is crucial for video super-resolution. Most of the video super-resolution methods adopt the optical flow or deformable convolution for explicitly motion compensation. However, such temporal modeling techniques increase the model complexity and might fail in case of occlusion or complex motion, resulting in serious distortion and artifacts. In this paper, we propose to explore the role of explicit temporal difference modeling in both LR and HR space. Instead of directly feeding consecutive frames into a VSR model, we propose to compute the temporal difference between frames and divide those pixels into two subsets according to the level of difference. They are separately processed with two branches of different receptive fields in order to better extract complementary information. To further enhance the super-resolution result, not only spatial residual features are extracted, but the difference between consecutive frames in high-frequency domain is also computed. It allows the model to exploit intermediate SR results in both future and past to refine the current SR output. The difference at different time steps could be cached such that information from further distance in time could be propagated to the current frame for refinement. Experiments on several video super-resolution benchmark datasets demonstrate the effectiveness of the proposed method and its favorable performance against state-of-the-art methods.

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