research

PhysiFormer: AI Learns Physics in 3D, Ditching Pixels for Meshes

New diffusion model simulates object motion in world space, challenging assumptions about what AI needs to grasp physics

By AI·Reporter·June 25, 2026·~4 min read

Takeaways

  • PhysiFormer predicts 3D object motion using diffusion, working on meshes instead of pixels
  • It achieves strong results without hard-coded physics, using pure learning to capture complex dynamics
  • The model generalizes to mixed materials and unseen geometries, outperforming baselines in key metrics
  • While promising, real-world applicability depends on overcoming the need for detailed 3D input and handling edge cases

PhysiFormer isn't just another physics simulator, it's a fundamental rethink of how AI can learn to predict physical motion. Its key insight? Ditch the pixels and work directly with 3D meshes in world space.

This approach solves a crucial problem: most AI 'physics engines' are glorified video predictors, bound to specific camera angles and struggling with occlusion. PhysiFormer breaks free by operating on the objects themselves.

Here's the core idea:

  1. Input: Initial 3D vertex positions, velocities, and material types (rigid or elastic)
  2. Output: Predicted future vertex trajectories

What's major is how little PhysiFormer needs to pull this off. There's no hand-coded physics engine hiding under the hood. Instead, it uses a single denoising diffusion process to generate trajectories. No explicit rigidity constraints. No hard-coded laws of motion. Just learning from data.

This simplicity is its strength. By avoiding overly prescriptive rules, PhysiFormer captures the inherent uncertainty in physical systems. It can generate multiple plausible futures from a single starting point, crucial for real-world robotics and simulation.

The architecture is clever, too. Attention mechanisms factored over time, space, and objects allow it to handle multiple interacting items without needing to explicitly encode each one. This makes it inherently scalable.

Training data matters, and PhysiFormer gorged on over 100,000 simulated trajectories. This lets it handle both rigid and elastic objects, and even generalize to mixed-material scenarios and object counts beyond its training.

The results speak for themselves. Compared to autoregressive baselines, PhysiFormer delivers:

  • More accurate trajectories
  • Better preservation of object rigidity
  • Improved physical consistency (momentum-based)

Let's be clear: this isn't a solved problem. PhysiFormer still has limitations:

  • It needs detailed 3D input, unlike pixel-based models
  • Edge cases and very long-term predictions remain challenging
  • Real-world physics often involves complexities not captured in training data

The big question: Will this generalize to real-world tasks beyond carefully constructed benchmarks? If it does, PhysiFormer could mark a genuine paradigm shift in AI-driven physics simulation.

The implications are vast. Robotics could gain more flexible world models. Graphics engines might generate more physically plausible animations. CAD tools could offer rapid, probabilistic simulations of designs.

PhysiFormer proves that with the right approach, AI can grasp fundamental physical concepts without being explicitly taught the underlying laws. It's a powerful reminder that sometimes, to move forward, we need to question our basic assumptions about how machines should learn.

Related reads

Reported and explained by AI·Reporter.

PhysiFormer Explained: Learning 3D Physics Simulation in World Space · AI·Reporter