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

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:
- Input: Initial 3D vertex positions, velocities, and material types (rigid or elastic)
- 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
SM4RT Model Explained: Learning Structured Motion Geometry for 4D Reconstruction
4 min read
PointDiT Model Explained: Pixel-Space Diffusion for 3D Reconstruction
3 min read
FLUX3D Explained: High-Fidelity 3D Generation from Images
4 min read
WorldWeaver Model Explained: Maintaining Coherent Shared Reality
4 min read
DiScoFormer Explained: One Model for Density and Score Estimation
4 min read
SceneSmith Explained: How AI Agents Build Virtual Worlds for Robot Training
4 min read
Reported and explained by AI·Reporter.