CVApr 6, 2024

Collaborative Feedback Discriminative Propagation for Video Super-Resolution

arXiv:2404.04745v12 citationsh-index: 27Has CodeIEEE Trans Pattern Anal Mach Intell
AI Analysis

This work addresses video quality enhancement for applications like streaming or surveillance, but it is incremental as it builds on existing VSR methods with specific improvements.

The paper tackles the problem of inaccurate alignment and limited propagation in video super-resolution, which causes artifacts and reduces restoration quality, by proposing a collaborative feedback discriminative method that corrects aligned features and models long-range information, resulting in improved performance of existing models with lower complexity.

The key success of existing video super-resolution (VSR) methods stems mainly from exploring spatial and temporal information, which is usually achieved by a recurrent propagation module with an alignment module. However, inaccurate alignment usually leads to aligned features with significant artifacts, which will be accumulated during propagation and thus affect video restoration. Moreover, propagation modules only propagate the same timestep features forward or backward that may fail in case of complex motion or occlusion, limiting their performance for high-quality frame restoration. To address these issues, we propose a collaborative feedback discriminative (CFD) method to correct inaccurate aligned features and model long -range spatial and temporal information for better video reconstruction. In detail, we develop a discriminative alignment correction (DAC) method to adaptively explore information and reduce the influences of the artifacts caused by inaccurate alignment. Then, we propose a collaborative feedback propagation (CFP) module that employs feedback and gating mechanisms to better explore spatial and temporal information of different timestep features from forward and backward propagation simultaneously. Finally, we embed the proposed DAC and CFP into commonly used VSR networks to verify the effectiveness of our method. Quantitative and qualitative experiments on several benchmarks demonstrate that our method can improve the performance of existing VSR models while maintaining a lower model complexity. The source code and pre-trained models will be available at \url{https://github.com/House-Leo/CFDVSR}.

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