English

IFRNet: Intermediate Feature Refine Network for Efficient Frame Interpolation

Computer Vision and Pattern Recognition 2022-05-31 v1

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.

Keywords

Cite

@article{arxiv.2205.14620,
  title  = {IFRNet: Intermediate Feature Refine Network for Efficient Frame Interpolation},
  author = {Lingtong Kong and Boyuan Jiang and Donghao Luo and Wenqing Chu and Xiaoming Huang and Ying Tai and Chengjie Wang and Jie Yang},
  journal= {arXiv preprint arXiv:2205.14620},
  year   = {2022}
}

Comments

Accepted by CVPR 2022

R2 v1 2026-06-24T11:32:12.984Z