RigidFormer: Learning Rigid Dynamics using Transformers
Summary
RigidFormer is a new mesh-free, object-centric Transformer model that learns rigid dynamics from point clouds, outperforming mesh-based baselines in speed and scalability for multi-object contact dynamics.
View Cached Full Text
Cached at: 05/12/26, 02:49 AM
Paper page - RigidFormer: Learning Rigid Dynamics using Transformers
Source: https://huggingface.co/papers/2605.09196 RigidFormer: Learning Rigid Dynamics with Transformers - our attempt to scale learning-based physical dynamics with Transformers.
RigidFormer learns rigid dynamics with Transformers. It is a mesh-free, object-centric Transformer for multi-object rigid-body contact dynamics from point clouds.
Learning physics with purely neural simulators, without relying on traditional physics engines, is an important and widely studied problem. Prior SOTA methods often use graph neural networks for accuracy and generalization, but still struggle with efficient, high-fidelity simulation at scale.
RigidFormer uses only point inputs, matches or outperforms mesh-based baselines on standard benchmarks, runs much faster, generalizes across point resolutions and datasets, and scales to 200+ objects. We also show a preliminary extension to command-conditioned articulated bodies by treating body parts as interacting object-level components.
RigidFormer is mesh-free: it does not require mesh connectivity, SDFs, or vertex-level message passing, making it well-suited for point-cloud observations and scalable simulation.
This architecture can also be adapted to learn soft-body dynamics by replacing the rigid-body module (differentiable Kabsch alignment).
Similar Articles
PhysiFormer: Learning to Simulate Mechanics in World Space
PhysiFormer uses coordinate-space diffusion to generate physically-plausible 3D object motions without explicit inductive biases, enabling efficient multi-object reasoning and generalization to complex materials and geometries.
Transformer Transformer: A Unified Model for Motion-Conditioned Robot Co-Design
Transformer Transformer is a unified model that generates complete robot embodiments optimized for a given manipulation demonstration, using a diffusion transformer trained on RoboTokens and Dynamics Self-Guidance.
TrackCraft3R: Repurposing Video Diffusion Transformers for Dense 3D Tracking
TrackCraft3R repurposes video diffusion transformers for dense 3D tracking from monocular video, using dual-latent representation and temporal RoPE alignment to achieve state-of-the-art performance with 1.3x faster speed and 4.6x less peak memory than prior methods.
Lite3R: A Model-Agnostic Framework for Efficient Feed-Forward 3D Reconstruction
Lite3R is a model-agnostic framework that improves the efficiency of transformer-based 3D reconstruction using sparse linear attention and FP8-aware quantization. It reduces latency and memory usage by up to 2.4x while maintaining geometric accuracy on backbones like VGGT and DA3-Large.
NeuROK: Generative 4D Neural Object Kinematics
This paper introduces NeuROK, a data-driven approach for generative 4D neural object kinematics that learns a latent space and transformer-based encoder-decoder to simulate realistic temporal deformations of static objects under various physical conditions, overcoming limitations of predefined physical models.