WorldParticle fluid simulation

SIGGRAPH Asia 2026

WorldParticle

Unified World Simulation of Lagrangian
Particle Dynamics via Transformer

Caoliwen Wang1,*Minghao Guo2,*,†Siyuan Chen1,*, et al.

1 UBC   2 MIT CSAIL   3 Georgia Tech   4 Inria   5 Meta   6 Independent Researcher   7 UPenn   8 University of Utah   9 UCLA   10 University of Hong Kong
* Equal contribution   Corresponding authors
SingleArchitecture DiversePhenomena Long-HorizonRollouts Real-WorldApplications

Abstract

A unified simulator that can model diverse physical phenomena without solver-specific redesign is a long-standing goal across simulation science. We present a learning-based particle simulator built on a single transformer architecture to model cloth, elastic solids, Newtonian and non-Newtonian fluids, granular materials, and molecular dynamics. Our model follows a prediction-correction design on a shared Lagrangian particle representation. An explicit predictor first advances particles under the known external forces, producing an intermediate state that captures externally driven motion but not inter-particle interactions. A learned corrector then predicts the residual position and velocity updates through three stages: a particle tokenizer that encodes local particle-particle, particle-boundary, and topology-guided interactions; a super-token encoder that hierarchically merges particle tokens into a compact set of super tokens via alternating self-attention and token merging; and a super-token decoder that lifts these super tokens back to particle resolution through cross-attention to predict per-particle position and velocity corrections. Progressive token merging reduces the attention cost at successive encoder layers by halving the token count at each level, and the decoder communicates through the compact super-token set rather than full particle-to-particle attention. Across the six dynamics categories, the same architecture generalizes to unseen materials, boundary configurations, initial conditions, and external forces. We further demonstrate downstream interactive control, inverse design, and learning from real-world manipulation data, reducing the need for per-phenomenon solver engineering.

SingleArchitecture

WorldParticle unifies simulation at the architecture and workflow level: we use a single architecture, one training recipe, and one inference codebase for all dynamics categories.

WorldParticle prediction-correction architecture

Our framework first handles known external forces with an explicit predictor, then learns a corrector that estimates residual position and velocity updates through a particle tokenizer, a super-token encoder, and a super-token decoder.

Particle Tokenizer

Particle tokenizer encodes local interactions within topology-guided, particle-particle and particle-boundary branches.

Super Token Encoder/Decoder

Super token encoder hierarchically merges particle tokens to build super tokens. Super token decoder recovers particle-level motions through a global-coupled attention mechanism.

DiversePhenomena

WorldParticle has been extensively validated across diverse phenomena, from microscopic protein motion to macroscopic physical simulations.

Molecular mesh and particle dynamics comparison
Molecular
Elastic solids mesh and particle dynamics comparison
Elastic Solids
Fluid mesh and particle dynamics comparison
Fluid
Non-Newtonian mesh and particle dynamics comparison
Non-Newtonian
Granular mesh and particle dynamics comparison
Granular
Cloth mesh and particle dynamics comparison
Cloth

Beyond Training

Unseen Physical Properties

Unseen Young's modulus

Unseen Boundary Conditions

Unseen obstacle positions

Unseen Initial Conditions

Unseen rotation

Unseen initial geometry

Physical properties example onePhysical properties example two
Boundary conditions example oneBoundary conditions example two
Initial rotation beerInitial rotation boatInitial rotation bunnyInitial rotation carsInitial rotation frogInitial rotation pumpkin
Initial geometry tigerInitial geometry boat

Example sequences show cloth colliding with a sphere with various Young's modulus; Newtonian fluids flowing with varying viscosity and obstacle placements in a container; granular sand collapsing with varied initial shapes and friction; non-Newtonian fluids with varying rheological properties on different slopes; and elastic solids with varying initial rotations on a fixed slope. All test sequences use unseen configurations.

Unseen Actuation

Unseen actuation comparison

Cloth-twisting sequences use actuation strengths not observed during training. WorldParticle remains stable for 250 frames, beyond the 200-frame training horizon.

Generalization Ability

Generalization ability comparison

The closest training example and an unseen test sequence are compared. Orange boxes highlight differences in fluid volume and container geometry.

Long-HorizonRollouts

WorldParticle remains stable for up to eight hundred rollouts in the fluid experiment, demonstrating better performance and stability than other neural simulators.

DeepLagrangianUmmenhofer et al. 2020
GNSSanchez-Gonzalez et al. 2020
TIEShao et al. 2022
Neural OperatorLi et al. 2021; Viswanath et al. 2024
UPTAlkin et al. 2024
WorldParticleWang et al. 2026
DeepLagrangian mesh rollout
GNS mesh rollout
TIE mesh rollout
Neural Operator mesh rollout
UPT mesh rollout
WorldParticle mesh rollout
DeepLagrangian particle rollout
GNS particle rollout
TIE particle rollout
Neural Operator particle rollout
UPT particle rollout
WorldParticle particle rollout

Real-WorldApplications

WorldParticle is expected to unlock several applications across a broad frontier yet to be explored. We demonstrate interactive control and inverse design, while unlocking new capabilities through molecular world models and real-world simulators.

Interactive Control

Interactive force control application

Our framework generalizes to unseen force configurations because the prediction step explicitly integrates external forces, while fast inference enables interactive applications.

Inverse Design

Inverse design application

Our framework enables inverse optimization because gradients can be backpropagated through autoregressive neural rollouts.

Unlock New Capabilities

Molecular World Model

Molecular dynamics simulation

Our framework predicts side-chain rotational dynamics at 50 fs timesteps, 100× larger than the 0.5 fs steps used in traditional OpenMM simulations, while its strong generalization enables a Molecular World Model for predicting future molecular dynamics.

Real-World Simulators

WorldParticle learned from real-world manipulation data

Our framework directly learns dynamics from real-world point cloud observations because it operates on particle representations, without requiring a classical simulator.

Citation

View Paper
@article{wang2026worldparticle,
  title   = {WorldParticle: Unified World Simulation of Lagrangian Particle Dynamics via Transformer},
  author  = {Wang, Caoliwen and Guo, Minghao and Chen, Siyuan and Zhang, Heng and Wang, Mengdi and Ni, Xingyu and Sun, Hanson and Wang, Kunyi and Pan, Zherong and Wu, Kui and Liu, Lingjie and Yang, Yin and Jiang, Chenfanfu and Komura, Taku and Matusik, Wojciech and Chen, Peter Yichen},
  journal = {arXiv preprint arXiv:2605.15305},
  year    = {2026}
}