ビデオフレーム補間(VFI)用のリアルタイム中間フロー推定アルゴリズムであるRIFEを提案します。最近の多くのフローベースのVFIメソッドは、最初に双方向オプティカルフローを推定し、次にそれらをスケーリングおよび反転して中間フローを近似し、モーション境界にアーティファクトをもたらします。 RIFEは、IFNetという名前のニューラルネットワークを使用しており、粗いものから細かいものへの中間フローをはるかに高速に直接推定できます。中間フローモデルをトレーニングするための特権蒸留スキームを設計します。これにより、パフォーマンスが大幅に向上します。実験は、RIFEが柔軟性があり、いくつかの公開ベンチマークで最先端のパフォーマンスを達成できることを示しています。コードはhttps://github.com/hzwer/arXiv2020-RIFEで入手できます。
We propose RIFE, a Real-time Intermediate Flow Estimation algorithm for Video Frame Interpolation (VFI). Many recent flow-based VFI methods first estimate the bi-directional optical flows, then scale and reverse them to approximate intermediate flows, leading to artifacts on motion boundaries. RIFE uses a neural network named IFNet that can directly estimate the intermediate flows from coarse-to-fine with much better speed. We design a privileged distillation scheme for training intermediate flow model, which leads to a large performance improvement. Experiments demonstrate that RIFE is flexible and can achieve state-of-the-art performance on several public benchmarks. The code is available at https://github.com/hzwer/arXiv2020-RIFE