SOTAVerified

IFRNet: Intermediate Feature Refine Network for Efficient Frame Interpolation

2022-05-29CVPR 2022Code Available2· sign in to hype

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

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

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.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
MiddleburyIFRNetInterpolation Error4.22Unverified
MSU Video Frame InterpolationIFRNet_largePSNR28.04Unverified
MSU Video Frame InterpolationIFRNet_basePSNR27.67Unverified
MSU Video Frame InterpolationIFRNet_smallPSNR27.45Unverified
UCF101IFRNetPSNR35.42Unverified
Vimeo90KIFRNetPSNR36.2Unverified

Reproductions