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

IFRNet: Intermediate Feature Refine Network for Efficient Frame Interpolation

About

Prevailing video frame interpolation algorithms, that generate the intermediate frames from consecutive inputs, typically rely on complex model architectures with heavy parameters or large delay, hindering them from diverse real-time applications. In this work, we devise an efficient encoder-decoder based network, termed IFRNet, for fast intermediate frame synthesizing. It first extracts pyramid features from given inputs, and then refines the bilateral intermediate flow fields together with a powerful intermediate feature until generating the desired output. The gradually refined intermediate feature can not only facilitate intermediate flow estimation, but also compensate for contextual details, making IFRNet do not need additional synthesis or refinement module. To fully release its potential, we further propose a novel task-oriented optical flow distillation loss to focus on learning the useful teacher knowledge towards frame synthesizing. Meanwhile, a new geometry consistency regularization term is imposed on the gradually refined intermediate features to keep better structure layout. Experiments on various benchmarks demonstrate the excellent performance and fast inference speed of proposed approaches. Code is available at https://github.com/ltkong218/IFRNet.

Lingtong Kong, Boyuan Jiang, Donghao Luo, Wenqing Chu, Xiaoming Huang, Ying Tai, Chengjie Wang, Jie Yang• 2022

Related benchmarks

TaskDatasetResultRank
Video Frame InterpolationVimeo90K (test)
PSNR36.2
131
Video InterpolationUCF-101 (test)
PSNR35.42
65
Video Frame InterpolationSNU-FILM Medium
PSNR36.12
59
Video Frame InterpolationSNU-FILM Easy
PSNR40.1
59
Video Frame InterpolationSNU-FILM Hard
PSNR30.63
59
Video Frame InterpolationSNU-FILM Extreme
PSNR25.27
59
Multi-frame Video InterpolationX 4K (test)
PSNR30.66
43
Video Frame InterpolationUCF101 (test)
PSNR35.42
41
Video Frame InterpolationX 2K (test)
PSNR31.78
29
Video Frame InterpolationXiph-2k
PSNR36.21
29
Showing 10 of 31 rows

Other info

Code

Follow for update