ArXiv

PhysiFormer: Learning to Simulate Mechanics in World Space

Authors
Yiming Chen, Yushi Lan, Andrea Vedaldi
Categories
cs.CV
arXiv
https://arxiv.org/abs/2606.27364v1
PDF
https://arxiv.org/pdf/2606.27364v1

Brief

PhysiFormer predicts physically-plausible 3D object motion by running a denoising diffusion process on mesh vertex coordinates in world space, conditioned on initial vertex positions, velocities, and material type (rigid/elastic). Trained on >100k simulated trajectories and using factorised attention for time/space/objects, it yields permutation-invariant multi-object reasoning, diverse stochastic futures, and better accuracy, rigidity, and momentum consistency than autoregressive baselines.

Why it matters

PhysiFormer (Yiming Chen, Yushi Lan, Andrea Vedaldi; ArXiv 2026-06-25) is a diffusion transformer that samples future 3D mesh vertex trajectories in world coordinates from initial vertex positions, velocities, and material type (rigid or elastic) using a denoising diffusion process directly in coordinate space.

Key details

  • The model was trained on over 100k simulated trajectories and uses attention factorised over time, space, and objects for efficiency, enabling permutation-invariant multi-object reasoning and generalisation to mixed-material settings, unseen real-world geometries, and larger object counts.
  • PhysiFormer captures uncertainty to produce diverse plausible futures and substantially outperforms autoregressive baselines on trajectory accuracy, rigidity preservation, and momentum-based physical consistency.
Source evidence

Abstract

We present PhysiFormer, a diffusion transformer for physically-plausible 3D object motion. Unlike video world models that operate in view-dependent pixel space, PhysiFormer represents objects as 3D meshes expressed in world coordinates. Given the initial vertex positions and velocities, as well as object material type, rigid or elastic, the model samples future vertex trajectories. While related neural physics approaches build on ad-hoc latent spaces or explicitly enforce rigidity and causality, PhysiFormer shows that excellent results can be obtained without any such inductive biases, by casting vertex trajectory prediction as a single denoising diffusion process directly in world coordinates. The probabilistic formulation captures uncertainty in the learned dynamics, enabling diverse plausible futures from initial conditions, making this framework potentially useful for applications with unobserved uncertainty. The model features attention factorised over time, space, and objects for efficiency, enabling permutation-invariant multi-object reasoning without needing explicit object encoding. Trained on over 100k simulated trajectories, PhysiFormer generates rigid and elastic mechanics, and generalises to mixed-material settings, unseen real-world geometries, and larger object counts. It substantially outperforms autoregressive baselines in trajectory accuracy, rigidity preservation, and momentum-based physical consistency. Our results position coordinate-space diffusion as a promising step toward view-invariant, geometry-aware world modelling for robotics, graphics, and physical design. Visualisations, code, and models are available at https://yimingc9.github.io/physiformer.

Comment: Project page: https://yimingc9.github.io/physiformer