Abstract
Diffusion models have made significant strides in image generation, masteringtasks such as unconditional image synthesis, text-image translation, andimage-to-image conversions. However, their capability falls short in the realmof video prediction, mainly because they treat videos as a collection ofindependent images, relying on external constraints such as temporal attentionmechanisms to enforce temporal coherence. In our paper, we introduce a novelmodel class, that treats video as a continuous multi-dimensional process ratherthan a series of discrete frames. We also report a reduction of 75\% samplingsteps required to sample a new frame thus making our framework more efficientduring the inference time. Through extensive experimentation, we establishstate-of-the-art performance in video prediction, validated on benchmarkdatasets including KTH, BAIR, Human3.6M, and UCF101. Navigate to the projectpage https://www.cs.umd.edu/~gauravsh/cvp/supp/website.html for video results.