STDiff: Spatio-Temporal Diffusion for Continuous Stochastic Video Prediction

Abstract

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 https://github.com/XiYe20/STDiffProject.

Cite

Text

Ye and Bilodeau. "STDiff: Spatio-Temporal Diffusion for Continuous Stochastic Video Prediction." AAAI Conference on Artificial Intelligence, 2024. doi:10.1609/AAAI.V38I7.28489

Markdown

[Ye and Bilodeau. "STDiff: Spatio-Temporal Diffusion for Continuous Stochastic Video Prediction." AAAI Conference on Artificial Intelligence, 2024.](https://mlanthology.org/aaai/2024/ye2024aaai-stdiff/) doi:10.1609/AAAI.V38I7.28489

BibTeX

@inproceedings{ye2024aaai-stdiff,
  title     = {{STDiff: Spatio-Temporal Diffusion for Continuous Stochastic Video Prediction}},
  author    = {Ye, Xi and Bilodeau, Guillaume-Alexandre},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2024},
  pages     = {6666-6674},
  doi       = {10.1609/AAAI.V38I7.28489},
  url       = {https://mlanthology.org/aaai/2024/ye2024aaai-stdiff/}
}