Collaborative Feedback Discriminative Propagation for Video Super-Resolution
Hao Li, Xiang Chen, Jiangxin Dong, Jinhui Tang, Jinshan Pan
TL;DR
This work tackles the artifact-prone nature of alignment in video super-resolution by introducing CFD, a framework that combines discriminative alignment correction (DAC) with collaborative feedback propagation (CFP). DAC adaptively calibrates misaligned features using guidance from shallow frame features to reduce artifact propagation, while CFP jointly leverages forward and backward temporal information via a Feedback ConvGRU and gated collaborative feed-forward blocks for long-range refinement in LR space. CFD is integrated into multiple backbones (BasicVSR, BasicVSR++, and PSRT), yielding substantial PSNR gains on benchmarks like REDS4 and Vimeo-90K, with improved efficiency. The approach is validated through extensive ablations, demonstrating the effectiveness of each component and the practicality of deploying CFD across diverse VSR architectures.
Abstract
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}.
