Depth-Aware Video Frame Interpolation
Abstract
Video frame interpolation aims to synthesize nonexistent frames in-between the original frames. While significant advances have been made from the recent deep convolutional neural networks, the quality of interpolation is often reduced due to large object motion or occlusion. In this work, we propose a video frame interpolation method which explicitly detects the occlusion by exploring the depth information. Specifically, we develop a depth-aware flow projection layer to synthesize intermediate flows that preferably sample closer objects than farther ones. In addition, we learn hierarchical features to gather contextual information from neighboring pixels. The proposed model then warps the input frames, depth maps, and contextual features based on the optical flow and local interpolation kernels for synthesizing the output frame. Our model is compact, efficient, and fully differentiable. Quantitative and qualitative results demonstrate that the proposed model performs favorably against state-of-the-art frame interpolation methods on a wide variety of datasets.
Keywords
Cite
@article{arxiv.1904.00830,
title = {Depth-Aware Video Frame Interpolation},
author = {Wenbo Bao and Wei-Sheng Lai and Chao Ma and Xiaoyun Zhang and Zhiyong Gao and Ming-Hsuan Yang},
journal= {arXiv preprint arXiv:1904.00830},
year = {2019}
}
Comments
This work is accepted in CVPR 2019. The source code and pre-trained model are available on https://github.com/baowenbo/DAIN