Paper accepted at 2019 IEEE Conference on Computer Vision and Pattern Recognition (CVPR) |
---|
Junting Pan | Chengyu Wang | Xu Jia | Jing Shao | Lu Sheng | Junjie Yan | Xiaogang Wang |
This paper proposes the novel task of video generation conditioned on a SINGLE semantic label map, which provides a good balance between flexibility and quality in the generation process. Different from typical end-to-end approaches, which model both scene content and dynamics in a single step, we propose to decompose this difficult task into two sub-problems. As current image generation methods do better than video generation in terms of detail, we synthesize high quality content by only generating the first frame. Then we animate the scene based on its semantic meaning to obtain the temporally coherent video, giving us excellent results overall. We employ a cVAE for predicting optical flow as a beneficial intermediate step to generate a video sequence conditioned on the initial single frame. A semantic label map is integrated into the flow prediction module to achieve major improvements in the image-to-video generation process. Extensive experiments on the Cityscapes dataset show that our method outperforms all competing methods.
Find our work on arXiv.
Please cite with the following Bibtex code:
@article{pan2019video,
title={Video Generation from Single Semantic Label Map},
author={Pan, Junting and Wang, Chengyu and Jia, Xu and Shao, Jing and Sheng, Lu and Yan, Junjie and Wang, Xiaogang},
journal={arXiv preprint arXiv:1903.04480},
year={2019}
}
You may also want to refer to our publication with the more human-friendly Chicago style:
Junting Pan, Chengyu Wang, Xu Jia, Jing Shao, Lu Sheng, Junjie Yan and Xiaogang Wang. "Video Generation from Single Semantic Label Map." CVPR 2019.
The Seg2Vid presented in our work can be downloaded from the links provided below the figure:
Please find our source code at this new repo here.
- Cityscapes
- Cityscapes dataset can be downloaded from the official website (registration required).
- We apply Deeplab-V3 github-repo to get the corresponding semantic maps.
- KTH
- We use the KTH human action dataset dataset, and we follow the data processing in svg.
- UCF-101
- UCF-101 dataset can be downloader from the official website
- To do.
- To do.
Our paper presents two convolutional neural networks, one correspends to the Generator (Saliency Prediction Network) and the another is the Discriminator for the adversarial training. To compute saliency maps only the Generator is needed.
Seg2Vid is implemented in Pytorch.
If you have any general doubt about our work or code which may be of interest for other researchers, please use the public issues section on this github repo. Alternatively, drop us an e-mail at mailto:junting.pa@gmail.com.