CVApr 25, 2023

Dynamic Video Frame Interpolation with integrated Difficulty Pre-Assessment

arXiv:2304.12664v12 citationsh-index: 129
Originality Incremental advance
AI Analysis

This work addresses efficiency issues in video processing for applications like streaming or editing, but it is incremental as it builds on existing interpolation methods.

The paper tackles the trade-off between accuracy and efficiency in video frame interpolation by introducing a pipeline that pre-assesses difficulty and dynamically selects models, achieving improved performance.

Video frame interpolation(VFI) has witnessed great progress in recent years. While existing VFI models still struggle to achieve a good trade-off between accuracy and efficiency: fast models often have inferior accuracy; accurate models typically run slowly. However, easy samples with small motion or clear texture can achieve competitive results with simple models and do not require heavy computation. In this paper, we present an integrated pipeline which combines difficulty assessment with video frame interpolation. Specifically, it firstly leverages a pre-assessment model to measure the interpolation difficulty level of input frames, and then dynamically selects an appropriate VFI model to generate interpolation results. Furthermore, a large-scale VFI difficulty assessment dataset is collected and annotated to train our pre-assessment model. Extensive experiments show that easy samples pass through fast models while difficult samples inference with heavy models, and our proposed pipeline can improve the accuracy-efficiency trade-off for VFI.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes