ExtDM: Distribution Extrapolation Diffusion Model for Video Prediction

Zhicheng Zhang, Junyao Hu, Wentao Cheng, D. Paudel, Jufeng Yang
2/9/2026

Abstract

Video prediction is a challenging task due to its nature of uncertainty, especially for forecasting a long pe-riod. To model the temporal dynamics, advanced methods benefit from the recent success of diffusion models, and repeatedly refine the predicted future frames with 3D spatiotemporal U-Net. However, there exists a gap between the present and future and the repeated usage of U-Net brings a heavy computation burden. To address this, we propose a diffusion-based video prediction method that predicts future frames by extrapolating the present distribution of features, namely ExtDM. Specifically, our method consists of three components: (i) a motion autoencoder conducts a bijection transformation between video frames and motion cues; (ii) a layered distribution adaptor module extrapolates the present features in the guidance of Gaussian distribution; (iii) a 3D U-Net architecture specialized for jointly fusing guidance and features among the temporal dimension by spatiotemporal-window attention. Extensive experiments on five popular benchmarks covering short- and long-term video prediction verify the effectiveness of ExtDM.

DOISemantic Scholar

Code Implementations

No confident code match yet

We couldn't find an author-owned or strongly-evidenced community implementation for this paper. 3 weaker matches are hidden by default — verify before relying on them.

No code implementations found yet.

Know of an implementation? Let us know in the comments below!

Cite this paper

@article{zhang2026extdm,
  title  = {ExtDM: Distribution Extrapolation Diffusion Model for Video Prediction},
  author = {Zhicheng Zhang and Junyao Hu and Wentao Cheng and D. Paudel and Jufeng Yang},
  year   = {2026},
  doi    = {10.1109/CVPR52733.2024.01827},
  url    = {https://doi.org/10.1109/CVPR52733.2024.01827},
  journal = {CVPR 2024 2024}
}

Discussion