Recurrent Back-Projection Network for Video Super-Resolution
Muhammad Haris, Greg Shakhnarovich, Norimichi Ukita
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/alterzero/RBPN-PyTorchpytorch★ 0
- github.com/MindSpore-paper-code-2/code2/tree/main/rbpnmindspore★ 0
- github.com/2023-MindSpore-1/ms-code-216/tree/main/rbpnmindspore★ 0
- github.com/zhangtianmingxp/rbpn_mindsporemindspore★ 0
- github.com/Mind23-2/MindCode-5/tree/main/rbpnmindspore★ 0
- github.com/code-implementation1/Code6/tree/main/rasmindspore★ 0
- github.com/xiuyu0000/new_papers_codes/tree/main/rbpnmindspore★ 0
Abstract
We proposed a novel architecture for the problem of video super-resolution. We integrate spatial and temporal contexts from continuous video frames using a recurrent encoder-decoder module, that fuses multi-frame information with the more traditional, single frame super-resolution path for the target frame. In contrast to most prior work where frames are pooled together by stacking or warping, our model, the Recurrent Back-Projection Network (RBPN) treats each context frame as a separate source of information. These sources are combined in an iterative refinement framework inspired by the idea of back-projection in multiple-image super-resolution. This is aided by explicitly representing estimated inter-frame motion with respect to the target, rather than explicitly aligning frames. We propose a new video super-resolution benchmark, allowing evaluation at a larger scale and considering videos in different motion regimes. Experimental results demonstrate that our RBPN is superior to existing methods on several datasets.
Tasks
Benchmark Results
| Dataset | Model | Metric | Claimed | Verified | Status |
|---|---|---|---|---|---|
| MSU Super-Resolution for Video Compression | RBPN + x264 | BSQ-rate over Subjective Score | 1.5 | — | Unverified |
| MSU Super-Resolution for Video Compression | RBPN + x265 | BSQ-rate over Subjective Score | 2.28 | — | Unverified |
| MSU Super-Resolution for Video Compression | RBPN + aomenc | BSQ-rate over Subjective Score | 2.7 | — | Unverified |
| MSU Super-Resolution for Video Compression | RBPN + vvenc | BSQ-rate over Subjective Score | 2.72 | — | Unverified |
| MSU Super-Resolution for Video Compression | RBPN + uavs3e | BSQ-rate over Subjective Score | 2.94 | — | Unverified |
| MSU Video Super Resolution Benchmark: Detail Restoration | RBPN | Subjective score | 7.07 | — | Unverified |
| Vid4 - 4x upscaling | RBPN/6-PF | SSIM | 0.82 | — | Unverified |
| Vid4 - 4x upscaling - BD degradation | RBPN | PSNR | 27.17 | — | Unverified |