# Depth-Aware Video Frame Interpolation

**Authors:** Wenbo Bao, Wei-Sheng Lai, Chao Ma, Xiaoyun Zhang, Zhiyong Gao,, Ming-Hsuan Yang

arXiv: 1904.00830 · 2019-04-02

## TL;DR

This paper introduces a depth-aware video frame interpolation method that explicitly models occlusion using depth information, improving the quality of synthesized frames especially in challenging scenarios with large motion or occlusion.

## Contribution

The work presents a novel depth-aware flow projection layer and hierarchical feature learning to enhance frame interpolation accuracy, outperforming existing methods.

## Key findings

- Outperforms state-of-the-art methods on various datasets
- Effectively handles large object motion and occlusion
- Produces high-quality interpolated frames with improved accuracy

## 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.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.00830/full.md

## Figures

10 figures with captions in the complete paper: https://tomesphere.com/paper/1904.00830/full.md

## References

43 references — full list in the complete paper: https://tomesphere.com/paper/1904.00830/full.md

---
Source: https://tomesphere.com/paper/1904.00830