DeepAI AI Chat
Log In Sign Up

Video Generation from Single Semantic Label Map

03/11/2019
by   Junting Pan, et al.
16

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.

READ FULL TEXT

page 1

page 2

page 3

page 4

page 5

page 6

page 8

page 9

08/11/2020

DTVNet: Dynamic Time-lapse Video Generation via Single Still Image

This paper presents a novel end-to-end dynamic time-lapse video generati...
08/19/2022

Video Interpolation by Event-driven Anisotropic Adjustment of Optical Flow

Video frame interpolation is a challenging task due to the ever-changing...
11/29/2016

Surveillance Video Parsing with Single Frame Supervision

Surveillance video parsing, which segments the video frames into several...
11/19/2020

Learning Deep Video Stabilization without Optical Flow

Learning the necessary high-level reasoning for video stabilization with...
04/09/2022

HSTR-Net: High Spatio-Temporal Resolution Video Generation For Wide Area Surveillance

Wide area surveillance has many applications and tracking of objects und...
10/16/2020

Semantic Editing On Segmentation Map Via Multi-Expansion Loss

Semantic editing on segmentation map has been proposed as an intermediat...
11/27/2019

Example-Guided Scene Image Synthesis using Masked Spatial-Channel Attention and Patch-Based Self-Supervision

Example-guided image synthesis has been recently attempted to synthesize...

Code Repositories

seg2vid

Pytorch implementation of "Video Generation from Single Semantic Label Map", CVPR 2019


view repo

seg2vid

Video Generation from Single Semantic Label Map


view repo