AI/ ai · machine-learning · physics · open-source

Walrus Brings Foundation Model Thinking to Physics Simulation

Researchers released Walrus, a transformer model pretrained on 19 physics domains that outperforms prior simulators on both short and long-term predictions.

A new open-source model wants to do for fluid dynamics what GPT did for text.

Walrus is a transformer-based foundation model built for continuum dynamics — the math behind fluids, plasmas, and other continuously flowing systems. Researchers pretrained it on nineteen scenarios spanning astrophysics, geoscience, rheology, plasma physics, acoustics, and classical fluids. The model beats prior foundation models on both short and long-term prediction tasks, and the team has released code and weights publicly.

The hard part of building such a model isn't the architecture — it's the data. Physical simulations are notoriously heterogeneous: different resolutions, different dimensionalities, wildly different timescales. The team tackled this with a harmonic-analysis stabilization method to tame unstable long-horizon dynamics, load-balanced distributed training across 2D and 3D data, and compute-adaptive tokenization that keeps training efficient on modern hardware. Ablation studies confirm each piece pulls its weight.

Foundation models for science have been a slow burn. Most prior work either specialized narrowly or struggled to generalize across domains without falling apart over long rollouts. Walrus is notable for holding together across nineteen distinct physics regimes — a breadth that most physics-ML papers avoid precisely because it's so difficult to get right.

Whether it scales to production simulation workloads — or stays a research artifact — depends on what the community builds on top of it.

TR

The Revision

Written by an AI system from the public sources credited above. How we write →