EqCollide: Equivariant and Collision-Aware Deformable Objects Neural Simulator
Qianyi Chen, Tianrun Gao, Chenbo Jiang, Tailin Wu

TL;DR
EqCollide is a novel neural simulator that models deformable object collisions with equivariance, improving accuracy, stability, and scalability over previous methods, and generalizes well to complex scenarios.
Contribution
It introduces the first end-to-end equivariant neural fields simulator for deformable objects and collisions, incorporating an equivariant encoder and collision-aware graph neural network.
Findings
Achieves 24.34% to 35.82% lower rollout MSE than baselines.
Generalizes to more colliding objects and longer simulation horizons.
Maintains robustness under input transformations with group actions.
Abstract
Simulating collisions of deformable objects is a fundamental yet challenging task due to the complexity of modeling solid mechanics and multi-body interactions. Existing data-driven methods often suffer from lack of equivariance to physical symmetries, inadequate handling of collisions, and limited scalability. Here we introduce EqCollide, the first end-to-end equivariant neural fields simulator for deformable objects and their collisions. We propose an equivariant encoder to map object geometry and velocity into latent control points. A subsequent equivariant Graph Neural Network-based Neural Ordinary Differential Equation models the interactions among control points via collision-aware message passing. To reconstruct velocity fields, we query a neural field conditioned on control point features, enabling continuous and resolution-independent motion predictions. Experimental results…
Peer Reviews
Decision·Submitted to ICLR 2026
- The paper proposes a novel method to predict deformable physical systems by utilizing equivariant encoder-processor-decoder models. - Besides the proposed method, the paper also additionally proposes a new dataset for evaluation.
I have some additional questions listed in the section below.
1. Equivariance is maintained end-to-end-from encoding to decoding-avoiding the common gap where inputs/outputs are equivariant but the latent state is not; the new decoder is carefully designed for vector-field covariance. 2. Cross-object message passing is triggered only when local collisions are detected, which is both efficient and physically intuitive for contact-response; the threshold and radius are explicitly tunable. 3. A small number of control points drives a continuous velocity field
1. As mentioned by the authors, stronger SE(n) equivariance constraints increase optimization complexity; on short-horizon tests, the SE(n) variant does not surpass the R^n version or the strongest baseline-reflecting a trade-off between geometric consistency and average accuracy. It would help to report training stability/hyperparameter sensitivity and to explain mechanistically why SE(n) performs better over long horizons. 2. In three-object scenarios, additional finetuning is required to reac
1. The proposed translation-equivariant and collision-aware framework performs well on the physics simulation task and can be zero-shot generalized to different object shapes. 2. Empirical robustness to group-transformed inputs is shown and discussed, highlighting geometric consistency as a benefit of the equivariant design. 3. The architectural specifics are documented, promoting reproducibility.
1. The SE(n) variant's performance degrades a lot, even worse than EqCollide w/o equivariance in some cases. This largely decreases the claimed equivariant property. 2. The reliance on a collision-detection subsystem with fixed hyperparameters means performance could be sensitive to thresholding and region-radius choices. 3. Although the authors claim that EqCollide achieves high computational efficiency, the paper does not report any wall-clock runtimes, throughput (e.g., steps/s, FPS), FLOPs,
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsModel Reduction and Neural Networks · 3D Shape Modeling and Analysis · Machine Learning in Materials Science
