Video Prediction of Dynamic Physical Simulations With Pixel-Space Spatiotemporal Transformers
Dean L Slack, G Thomas Hudson, Thomas Winterbottom, Noura Al Moubayed
TL;DR
This work investigates end-to-end pixel-space video prediction using a pure transformer (PSViT) tailored for physics-driven dynamics. By disentangling spatial and temporal attention within a U-Net–style multiscale backbone and enforcing causal prediction, PSViT extends physically accurate horizons by up to 50% compared with latent-space baselines, while maintaining competitive SSIM/PSNR on standard benchmarks. It also demonstrates interpretability through internal representations and linear probes that recover sequence-specific PDE parameters, and shows that register tokens can capture global dynamics essential for PDE inference. The approach offers a simple, parameter-efficient alternative to latent encoders, with strong generalization to out-of-distribution physical parameters and potential for scalable, physics-aware video modelling.
Abstract
Inspired by the performance and scalability of autoregressive large language models (LLMs), transformer-based models have seen recent success in the visual domain. This study investigates a transformer adaptation for video prediction with a simple end-to-end approach, comparing various spatiotemporal self-attention layouts. Focusing on causal modeling of physical simulations over time; a common shortcoming of existing video-generative approaches, we attempt to isolate spatiotemporal reasoning via physical object tracking metrics and unsupervised training on physical simulation datasets. We introduce a simple yet effective pure transformer model for autoregressive video prediction, utilizing continuous pixel-space representations for video prediction. Without the need for complex training strategies or latent feature-learning components, our approach significantly extends the time horizon for physically accurate predictions by up to 50% when compared with existing latent-space approaches, while maintaining comparable performance on common video quality metrics. In addition, we conduct interpretability experiments to identify network regions that encode information useful to perform accurate estimations of PDE simulation parameters via probing models, and find that this generalizes to the estimation of out-of-distribution simulation parameters. This work serves as a platform for further attention-based spatiotemporal modeling of videos via a simple, parameter efficient, and interpretable approach.
