Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

RigidFormer: Learning Rigid Dynamics using Transformers

About

Learning-based simulation of multi-object rigid-body dynamics remains difficult because contact is discontinuous and errors compound over long horizons. Most existing methods remain tied to mesh connectivity and vertex-level message passing, which limits their applicability to mesh-free inputs such as point clouds and leads to high computational cost. Efficiently modeling high-fidelity rigid-body dynamics from mesh-free representations, therefore, remains challenging. We introduce RigidFormer, an object-centric Transformer-based model that learns mesh-free rigid-body dynamics with controllable integration step sizes. RigidFormer reasons at the object level and advances each object through compact anchors; Anchor-Vertex Pooling enriches these anchors with local vertex features, retaining contact-relevant geometry without dense vertex-level interaction. We propose Anchor-based RoPE to inject anchor geometry into attention while respecting the unordered nature of objects and anchors: object-token processing is permutation-equivariant, and the mean-pooled anchor descriptor is invariant to anchor reindexing while preserving shape extent. RigidFormer further enforces rigidity by projecting updates onto the rigid-body manifold using differentiable Kabsch alignment. On standard benchmarks, RigidFormer outperforms or matches mesh-based baselines using point inputs, runs faster, generalizes to unseen point resolutions and across 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.

Zhiyang Dou, Minghao Guo, Haixu Wu, Doug Roble, Tuur Stuyck, Wojciech Matusik• 2026

Related benchmarks

TaskDatasetResultRank
Rigid Body Trajectory PredictionMOVi-A 50 frames (test)
Position RMSE (m)0.049
8
Rigid Body Trajectory PredictionMOVi-B 50 frames (test)
Position RMSE (m)0.05
8
Rigid Body Trajectory PredictionMOVi-A 75 frames (test)
Position RMSE (m)0.103
5
Rigid Body Trajectory PredictionMOVi-A 100 frames (test)
Position RMSE (m)0.177
5
Rigid Body Trajectory PredictionMOVi-B 75 frames (test)
Position RMSE (m)0.095
5
Rigid Body Trajectory PredictionMOVi-B 100 frames (test)
Position RMSE (m)0.161
5
Rigid-body dynamics modelingMOVi
Warmup Frames2
5
Rigid Body Trajectory PredictionMOVi-Sphere 50 frames (test)
Position RMSE (m)0.026
4
Rigid Body Trajectory PredictionMOVi-Sphere 75 frames (test)
Position RMSE (m)0.057
4
Rigid Body Trajectory PredictionMOVi-Sphere 100 frames (test)
Position RMSE (m)0.099
4
Showing 10 of 11 rows

Other info

GitHub

Follow for update