CDFI: Compression-Driven Network Design for Frame Interpolation
Tianyu Ding, Luming Liang, Zhihui Zhu, Ilya Zharkov

TL;DR
This paper introduces CDFI, a compression-driven network design for frame interpolation that significantly reduces model size through pruning and multi-resolution techniques, achieving comparable or better performance than larger models.
Contribution
The paper presents a novel compression-driven framework for frame interpolation that combines pruning and multi-resolution modules, enabling efficient and high-quality interpolation with much smaller models.
Findings
10X compressed AdaCoF performs similarly to the original.
The compressed model with multi-resolution boosts visual consistency.
Achieves superior performance with only a quarter of the original size.
Abstract
DNN-based frame interpolation--that generates the intermediate frames given two consecutive frames--typically relies on heavy model architectures with a huge number of features, preventing them from being deployed on systems with limited resources, e.g., mobile devices. We propose a compression-driven network design for frame interpolation (CDFI), that leverages model pruning through sparsity-inducing optimization to significantly reduce the model size while achieving superior performance. Concretely, we first compress the recently proposed AdaCoF model and show that a 10X compressed AdaCoF performs similarly as its original counterpart; then we further improve this compressed model by introducing a multi-resolution warping module, which boosts visual consistencies with multi-level details. As a consequence, we achieve a significant performance gain with only a quarter in size compared…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Vision and Imaging · Image Processing Techniques and Applications · Advanced Image Processing Techniques
MethodsPruning · Deformable Convolution
