English

Video Frame Synthesis using Deep Voxel Flow

Computer Vision and Pattern Recognition 2017-08-08 v2 Graphics Machine Learning

Abstract

We address the problem of synthesizing new video frames in an existing video, either in-between existing frames (interpolation), or subsequent to them (extrapolation). This problem is challenging because video appearance and motion can be highly complex. Traditional optical-flow-based solutions often fail where flow estimation is challenging, while newer neural-network-based methods that hallucinate pixel values directly often produce blurry results. We combine the advantages of these two methods by training a deep network that learns to synthesize video frames by flowing pixel values from existing ones, which we call deep voxel flow. Our method requires no human supervision, and any video can be used as training data by dropping, and then learning to predict, existing frames. The technique is efficient, and can be applied at any video resolution. We demonstrate that our method produces results that both quantitatively and qualitatively improve upon the state-of-the-art.

Keywords

Cite

@article{arxiv.1702.02463,
  title  = {Video Frame Synthesis using Deep Voxel Flow},
  author = {Ziwei Liu and Raymond A. Yeh and Xiaoou Tang and Yiming Liu and Aseem Agarwala},
  journal= {arXiv preprint arXiv:1702.02463},
  year   = {2017}
}

Comments

To appear in ICCV 2017 as an oral paper. More details at the project page: https://liuziwei7.github.io/projects/VoxelFlow.html

R2 v1 2026-06-22T18:12:50.637Z