SOTAVerified

A Unified Pyramid Recurrent Network for Video Frame Interpolation

2022-11-07CVPR 2023Code Available1· sign in to hype

Xin Jin, Longhai Wu, Jie Chen, Youxin Chen, Jayoon Koo, Cheul-hee Hahm

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Flow-guided synthesis provides a common framework for frame interpolation, where optical flow is estimated to guide the synthesis of intermediate frames between consecutive inputs. In this paper, we present UPR-Net, a novel Unified Pyramid Recurrent Network for frame interpolation. Cast in a flexible pyramid framework, UPR-Net exploits lightweight recurrent modules for both bi-directional flow estimation and intermediate frame synthesis. At each pyramid level, it leverages estimated bi-directional flow to generate forward-warped representations for frame synthesis; across pyramid levels, it enables iterative refinement for both optical flow and intermediate frame. In particular, we show that our iterative synthesis strategy can significantly improve the robustness of frame interpolation on large motion cases. Despite being extremely lightweight (1.7M parameters), our base version of UPR-Net achieves excellent performance on a large range of benchmarks. Code and trained models of our UPR-Net series are available at: https://github.com/srcn-ivl/UPR-Net.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
MSU Video Frame InterpolationUPR-Net LARGEPSNR29.73Unverified
SNU-FILM (easy)UPR-Net LARGEPSNR40.44Unverified
SNU-FILM (extreme)UPR-Net LARGEPSNR25.63Unverified
SNU-FILM (hard)UPR-Net LARGEPSNR30.86Unverified
SNU-FILM (medium)UPR-Net LARGEPSNR36.29Unverified
UCF101UPR-Net LARGEPSNR35.47Unverified
Vimeo90KUPR-Net LARGEPSNR36.42Unverified
X4K1000FPSUPR-Net largePSNR30.68Unverified

Reproductions