Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

MCVD: Masked Conditional Video Diffusion for Prediction, Generation, and Interpolation

About

Video prediction is a challenging task. The quality of video frames from current state-of-the-art (SOTA) generative models tends to be poor and generalization beyond the training data is difficult. Furthermore, existing prediction frameworks are typically not capable of simultaneously handling other video-related tasks such as unconditional generation or interpolation. In this work, we devise a general-purpose framework called Masked Conditional Video Diffusion (MCVD) for all of these video synthesis tasks using a probabilistic conditional score-based denoising diffusion model, conditioned on past and/or future frames. We train the model in a manner where we randomly and independently mask all the past frames or all the future frames. This novel but straightforward setup allows us to train a single model that is capable of executing a broad range of video tasks, specifically: future/past prediction -- when only future/past frames are masked; unconditional generation -- when both past and future frames are masked; and interpolation -- when neither past nor future frames are masked. Our experiments show that this approach can generate high-quality frames for diverse types of videos. Our MCVD models are built from simple non-recurrent 2D-convolutional architectures, conditioning on blocks of frames and generating blocks of frames. We generate videos of arbitrary lengths autoregressively in a block-wise manner. Our approach yields SOTA results across standard video prediction and interpolation benchmarks, with computation times for training models measured in 1-12 days using $\le$ 4 GPUs. Project page: https://mask-cond-video-diffusion.github.io ; Code : https://github.com/voletiv/mcvd-pytorch

Vikram Voleti, Alexia Jolicoeur-Martineau, Christopher Pal• 2022

Related benchmarks

TaskDatasetResultRank
Video PredictionBAIR (test)
FVD87.9
59
Video PredictionBAIR Robot Pushing
FVD89.5
38
Video PredictionBair
FVD89.5
34
Precipitation forecastingSEVIR (test)
CSI (16)50.17
34
Video Frame InterpolationDAVIS
PSNR18.646
33
Video PredictionBAIR Push (test)
FVD90
30
Frame predictionBair
FVD90
15
Video PredictionBAIR 64x64 (test)
SSIM0.838
12
Video GenerationUCF-101 64 x 64 (test)
FVD468.1
12
Video PredictionStochastic Moving-MNIST
MAE219.8
12
Showing 10 of 50 rows

Other info

Code

Follow for update