PDWN: Pyramid Deformable Warping Network for Video Interpolation
Zhiqi Chen, Ran Wang, Haojie Liu, Yao Wang

TL;DR
This paper introduces PDWN, a pyramid deformable warping network for video interpolation that improves accuracy and efficiency by using coarse-to-fine deformable convolution offsets and cost volumes, with extensions for multiple input frames.
Contribution
The paper proposes a novel pyramid deformable warping network that enhances video interpolation accuracy and efficiency, and extends it to utilize four input frames for better results.
Findings
Achieves comparable or better accuracy than state-of-the-art methods.
Reduces model size and inference time significantly.
Extends framework to four input frames with notable improvements.
Abstract
Video interpolation aims to generate a non-existent intermediate frame given the past and future frames. Many state-of-the-art methods achieve promising results by estimating the optical flow between the known frames and then generating the backward flows between the middle frame and the known frames. However, these methods usually suffer from the inaccuracy of estimated optical flows and require additional models or information to compensate for flow estimation errors. Following the recent development in using deformable convolution (DConv) for video interpolation, we propose a light but effective model, called Pyramid Deformable Warping Network (PDWN). PDWN uses a pyramid structure to generate DConv offsets of the unknown middle frame with respect to the known frames through coarse-to-fine successive refinements. Cost volumes between warped features are calculated at every pyramid…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Vision and Imaging · Advanced Image Processing Techniques · Image Processing Techniques and Applications
MethodsDeformable Convolution · Convolution
