paper-with-me

Papers

PDWN: Pyramid Deformable Warping Network for Video Interpolation

2021-04-04 · Zhiqi Chen, Ran Wang, Haojie Liu, Yao Wang

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 level to help the offset inference. At the finest scale, the two warped frames are adaptively blended to generate the middle frame. Lastly, a context enhancement network further enhances the contextual detail of the final output. Ablation studies demonstrate the effectiveness of the coarse-to-fine offset refinement, cost volumes, and DConv. Our method achieves better or on-par accuracy compared to state-of-the-art models on multiple datasets while the number of model parameters and the inference time are substantially less than previous models. Moreover, we present an extension of the proposed framework to use four input frames, which can achieve significant improvement over using only two input frames, with only a slight increase in the model size and inference time.

📄 PDF Abstract BibTeX arXiv:2104.01517

Code (0)

등록된 구현이 없습니다.

Tasks

Optical Flow Estimation

Methods 이 논문이 사용한 방법론

Deformable Convolution Deformable convolutions add 2D offsets to the regular grid sampling locations in the standard convolution. It enables free…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Softmax Splatting for Video Frame Interpolation

2020-03-11 · CVPR 2020 6 · Simon Niklaus, Feng Liu

Differentiable image sampling in the form of backward warping has seen broad adoption in tasks like depth estimation and optical flow prediction. In contrast, how to perform forward warping has seen less attention, partl…

Depth EstimationOptical Flow EstimationVideo Frame Interpolation

Enhanced Correlation Matching based Video Frame Interpolation

2021-11-17 · Sungho Lee, Narae Choi, Woong Il Choi

We propose a novel DNN based framework called the Enhanced Correlation Matching based Video Frame Interpolation Network to support high resolution like 4K, which has a large scale of motion and occlusion. Considering the…

4kOptical Flow EstimationVideo Frame Interpolation

Flow Guidance Deformable Compensation Network for Video Frame Interpolation

2022-11-22 · Pengcheng Lei, Faming Fang, Guixu Zhang

Motion-based video frame interpolation (VFI) methods have made remarkable progress with the development of deep convolutional networks over the past years. While their performance is often jeopardized by the inaccuracy o…

Video Frame Interpolation

Enhanced Bi-directional Motion Estimation for Video Frame Interpolation

2022-06-17 · Xin Jin, Longhai Wu, Guotao Shen, Youxin Chen 외

We present a novel simple yet effective algorithm for motion-based video frame interpolation. Existing motion-based interpolation methods typically rely on a pre-trained optical flow model or a U-Net based pyramid networ…

Motion EstimationOptical Flow EstimationVideo Frame Interpolation

E-VFIA : Event-Based Video Frame Interpolation with Attention

2022-09-19 · Onur Selim Kılıç, Ahmet Akman, A. Aydin Alatan

Video frame interpolation (VFI) is a fundamental vision task that aims to synthesize several frames between two consecutive original video images. Most algorithms aim to accomplish VFI by using only keyframes, which is a…

Optical Flow EstimationVideo Frame Interpolation