Cascaded Temporal Updating Network for Efficient Video Super-Resolution
Hao Li, Jiangxin Dong, Jinshan Pan

TL;DR
This paper introduces a cascaded temporal updating network (CTUN) for efficient video super-resolution that balances high-quality reconstruction with reduced model size and inference time, suitable for resource-limited devices.
Contribution
The paper proposes a novel cascaded alignment and unidirectional propagation framework that significantly reduces parameters and inference time while maintaining or improving super-resolution performance.
Findings
Achieves better results than BasicVSR with only 30% of parameters and runtime.
Develops an implicit cascaded alignment module for efficient spatio-temporal correspondence.
Introduces a hidden updater leveraging future information to enhance efficiency.
Abstract
Existing video super-resolution (VSR) methods generally adopt a recurrent propagation network to extract spatio-temporal information from the entire video sequences, exhibiting impressive performance. However, the key components in recurrent-based VSR networks significantly impact model efficiency, e.g., the alignment module occupies a substantial portion of model parameters, while the bidirectional propagation mechanism significantly amplifies the inference time. Consequently, developing a compact and efficient VSR method that can be deployed on resource-constrained devices, e.g., smartphones, remains challenging. To this end, we propose a cascaded temporal updating network (CTUN) for efficient VSR. We first develop an implicit cascaded alignment module to explore spatio-temporal correspondences from adjacent frames. Moreover, we propose a unidirectional propagation updating network to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image Processing Techniques · Image and Signal Denoising Methods · Advanced Vision and Imaging
MethodsPixelShuffle · Residual Connection · BasicVSR
