Deep Video Inpainting

CVPR 2019

Dahun Kim* (KAIST), Sanghyun Woo* (KAIST), Joon-Young Lee (Adobe Research), In So Kweon (KAIST)

Abstract

Video inpainting aims to fill spatio-temporal holes with plausible content in a video. Despite tremendous progress of deep neural networks for image inpainting, it is challenging to extend these methods to the video domain due to the additional time dimension. In this work, we propose a novel deep network architecture for fast video inpainting. Built upon an image-based encoder-decoder model, our framework is designed to collect and refine information from neighbor frames and synthesize still-unknown regions. At the same time, the output is enforced to be temporally consistent by a recurrent feedback and a temporal memory module. Compared with the state-of-the-art image inpainting algorithm, our method produces videos that are much more semantically correct and temporally smooth. In contrast to the prior video completion method which relies on time-consuming optimization, our method runs in near real-time while generating competitive video results. Finally, we applied our framework to video retargeting task, and obtain visually pleasing results.

Network Overview

Qualitative Video Results

Publication

"Deep Video Inpainting" [PDF][Codes]

Dahun Kim*, Sanghyun Woo*, Joon-Young Lee, and In So Kweon.

( * : equal contribution)

IEEE International Conference on Computer Vision and Pattern Recognition (CVPR), 2019.

Bibtext

@inproceedings{kim2019deep,
  title={Deep Video Inpainting},
  author={Kim, Dahun and Woo, Sanghyun and Lee, Joon-Young and So Kweon, In},
  booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
  pages={5792--5801},
  year={2019}
}