Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Enhanced Bi-directional Motion Estimation for Video Frame Interpolation

About

We present a novel simple yet effective algorithm for motion-based video frame interpolation. Existing motion-based interpolation methods typically rely on a pre-trained optical flow model or a U-Net based pyramid network for motion estimation, which either suffer from large model size or limited capacity in handling complex and large motion cases. In this work, by carefully integrating intermediateoriented forward-warping, lightweight feature encoder, and correlation volume into a pyramid recurrent framework, we derive a compact model to simultaneously estimate the bidirectional motion between input frames. It is 15 times smaller in size than PWC-Net, yet enables more reliable and flexible handling of challenging motion cases. Based on estimated bi-directional motion, we forward-warp input frames and their context features to intermediate frame, and employ a synthesis network to estimate the intermediate frame from warped representations. Our method achieves excellent performance on a broad range of video frame interpolation benchmarks. Code and trained models are available at \url{https://github.com/srcn-ivl/EBME}.

Xin Jin, Longhai Wu, Guotao Shen, Youxin Chen, Jie Chen, Jayoon Koo, Cheul-hee Hahm• 2022

Related benchmarks

TaskDatasetResultRank
Video Frame InterpolationVimeo90K (test)
PSNR36.19
131
Video Frame InterpolationUCF101
PSNR35.41
117
Video Frame InterpolationVimeo90K
PSNR36.19
62
Video Frame InterpolationUCF101 (test)
PSNR35.41
41
Video Frame InterpolationSNU-FILM (test)
PSNR (Easy)40.28
23
Video Frame InterpolationSNU-FILM
PSNR (Easy)40.28
18
Video Frame Interpolation4K1000FPS 8x interpolation
PSNR29.46
7
Showing 7 of 7 rows

Other info

Code

Follow for update