FluidWorld: Reaction-Diffusion Dynamics as a Predictive Substrate for World Models
Fabien Polly

TL;DR
FluidWorld introduces a PDE-based world model that predicts future states using reaction-diffusion dynamics, offering a computationally efficient alternative to Transformer-based predictors with comparable or better performance.
Contribution
The paper demonstrates that reaction-diffusion PDEs can serve as an effective and efficient computational substrate for world modeling, challenging the necessity of self-attention mechanisms.
Findings
FluidWorld achieves lower reconstruction error than Transformer and ConvLSTM baselines.
It maintains coherent multi-step rollouts where baselines fail.
PDE-based dynamics offer O(N) complexity and global spatial coherence.
Abstract
World models learn to predict future states of an environment, enabling planning and mental simulation. Current approaches default to Transformer-based predictors operating in learned latent spaces. This comes at a cost: O(N^2) computation and no explicit spatial inductive bias. This paper asks a foundational question: is self-attention necessary for predictive world modeling, or can alternative computational substrates achieve comparable or superior results? I introduce FluidWorld, a proof-of-concept world model whose predictive dynamics are governed by partial differential equations (PDEs) of reaction-diffusion type. Instead of using a separate neural network predictor, the PDE integration itself produces the future state prediction. In a strictly parameter-matched three-way ablation on unconditional UCF-101 video prediction (64x64, ~800K parameters, identical encoder, decoder,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsModel Reduction and Neural Networks · Generative Adversarial Networks and Image Synthesis · Gaussian Processes and Bayesian Inference
