STDiff: Spatio-temporal Diffusion for Continuous Stochastic Video Prediction
About
Predicting future frames of a video is challenging because it is difficult to learn the uncertainty of the underlying factors influencing their contents. In this paper, we propose a novel video prediction model, which has infinite-dimensional latent variables over the spatio-temporal domain. Specifically, we first decompose the video motion and content information, then take a neural stochastic differential equation to predict the temporal motion information, and finally, an image diffusion model autoregressively generates the video frame by conditioning on the predicted motion feature and the previous frame. The better expressiveness and stronger stochasticity learning capability of our model lead to state-of-the-art video prediction performances. As well, our model is able to achieve temporal continuous prediction, i.e., predicting in an unsupervised way the future video frames with an arbitrarily high frame rate. Our code is available at \url{https://github.com/XiYe20/STDiffProject}.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Wildfire Spread Prediction (Mask Video) | Multi-Region Datasets Seen Region | AUPRC0.7 | 11 | |
| Wildfire Spread Prediction (Mask Video) | Multi-Region Datasets (Unseen Region) | AUPRC66 | 11 | |
| Fire mask prediction | Single-region wildfire dataset (test) | AUPRC73 | 11 | |
| Fire infrared video generation | Single-region wildfire dataset (test) | PSNR24.48 | 7 | |
| Wildfire Spread Prediction (Infrared Video) | Multi-Region Datasets Seen Region | PSNR22.03 | 7 | |
| Wildfire Spread Prediction (Infrared Video) | Multi-Region Datasets (Unseen Region) | PSNR22.03 | 7 | |
| Video Prediction | KTH 64x64, 10 → 30 frames | PSNR24.16 | 7 | |
| Video Prediction | Cityscapes 128x128 2 → 28 (test) | FVD107.3 | 5 | |
| Video Prediction | KITTI 128x128 4 → 5 (test) | SSIM54 | 3 |