CVLGMLJun 15, 2022

Diffusion Models for Video Prediction and Infilling

arXiv:2206.07696v3174 citationsh-index: 36
Originality Incremental advance
AI Analysis

This addresses the problem of generating temporally coherent videos for agents needing to predict or fill in missing information, representing an incremental advance in applying diffusion models to video tasks.

The authors tackled video prediction and infilling by extending diffusion models to videos with 3D convolutions and a new conditioning technique, achieving state-of-the-art results on benchmark datasets.

Predicting and anticipating future outcomes or reasoning about missing information in a sequence are critical skills for agents to be able to make intelligent decisions. This requires strong, temporally coherent generative capabilities. Diffusion models have shown remarkable success in several generative tasks, but have not been extensively explored in the video domain. We present Random-Mask Video Diffusion (RaMViD), which extends image diffusion models to videos using 3D convolutions, and introduces a new conditioning technique during training. By varying the mask we condition on, the model is able to perform video prediction, infilling, and upsampling. Due to our simple conditioning scheme, we can utilize the same architecture as used for unconditional training, which allows us to train the model in a conditional and unconditional fashion at the same time. We evaluate RaMViD on two benchmark datasets for video prediction, on which we achieve state-of-the-art results, and one for video generation. High-resolution videos are provided at https://sites.google.com/view/video-diffusion-prediction.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes