MoCoGAN: Decomposing Motion and Content for Video Generation

Abstract

Visual signals in a video can be divided into content and motion. While content specifies which objects are in the video, motion describes their dynamics. Based on this prior, we propose the Motion and Content decomposed Generative Adversarial Network (MoCoGAN) framework for video generation. The proposed framework generates a video by mapping a sequence of random vectors to a sequence of video frames. Each random vector consists of a content part and a motion part. While the content part is kept fixed, the motion part is realized as a stochastic process. To learn motion and content decomposition in an unsupervised manner, we introduce a novel adversarial learning scheme utilizing both image and video discriminators. Extensive experimental results on several challenging datasets with qualitative and quantitative comparison to the state-of-the-art approaches, verify effectiveness of the proposed framework. In addition, we show that MoCoGAN allows one to generate videos with same content but different motion as well as videos with different content and same motion. Our code is available at https://github.com/sergeytulyakov/mocogan.

Cite

Text

Tulyakov et al. "MoCoGAN: Decomposing Motion and Content for Video Generation." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2018. doi:10.1109/CVPR.2018.00165

Markdown

[Tulyakov et al. "MoCoGAN: Decomposing Motion and Content for Video Generation." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2018.](https://mlanthology.org/cvpr/2018/tulyakov2018cvpr-mocogan/) doi:10.1109/CVPR.2018.00165

BibTeX

@inproceedings{tulyakov2018cvpr-mocogan,
  title     = {{MoCoGAN: Decomposing Motion and Content for Video Generation}},
  author    = {Tulyakov, Sergey and Liu, Ming-Yu and Yang, Xiaodong and Kautz, Jan},
  booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2018},
  doi       = {10.1109/CVPR.2018.00165},
  url       = {https://mlanthology.org/cvpr/2018/tulyakov2018cvpr-mocogan/}
}