paper-with-me

Papers

Learning rigid dynamics with face interaction graph networks

2022-12-07 · Kelsey R. Allen, Yulia Rubanova, Tatiana Lopez-Guevara, William Whitney, Alvaro Sanchez-Gonzalez, Peter Battaglia, Tobias Pfaff

Simulating rigid collisions among arbitrary shapes is notoriously difficult due to complex geometry and the strong non-linearity of the interactions. While graph neural network (GNN)-based models are effective at learning to simulate complex physical dynamics, such as fluids, cloth and articulated bodies, they have been less effective and efficient on rigid-body physics, except with very simple shapes. Existing methods that model collisions through the meshes' nodes are often inaccurate because they struggle when collisions occur on faces far from nodes. Alternative approaches that represent the geometry densely with many particles are prohibitively expensive for complex shapes. Here we introduce the Face Interaction Graph Network (FIGNet) which extends beyond GNN-based methods, and computes interactions between mesh faces, rather than nodes. Compared to learned node- and particle-based methods, FIGNet is around 4x more accurate in simulating complex shape interactions, while also 8x more computationally efficient on sparse, rigid meshes. Moreover, FIGNet can learn frictional dynamics directly from real-world data, and can be more accurate than analytical solvers given modest amounts of training data. FIGNet represents a key step forward in one of the few remaining physical domains which have seen little competition from learned simulators, and offers allied fields such as robotics, graphics and mechanical design a new tool for simulation and model-based planning.

📄 PDF Abstract BibTeX arXiv:2212.03574

Code (1)

jongyaoY/fignet pytorch

Tasks

Graph Neural Network

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Learning Particle Dynamics Subject to Rigid Body Manipulations Using Graph Neural Networks

2025-09-03 · Niteesh Midlagajni, Constantin A. Rothkopf arxiv

Simulating particle dynamics with high fidelity is crucial for solving real-world interaction and control tasks involving liquids in design, graphics, and robotics. Recently, data-driven approaches, particularly those ba…

Learning Equivariant Neural-Augmented Object Dynamics From Few Interactions

2026-05-04 · Sergio Orozco, Tushar Kusnur, Brandon May, George Konidaris 외 arxiv

Learning data-efficient object dynamics models for robotic manipulation remains challenging, especially for deformable objects. A popular approach is to model objects as sets of 3D particles and learn their motion using …

Integrating Physics and Topology in Neural Networks for Learning Rigid Body Dynamics

2024-11-18 · Amaury Wei, Olga Fink

Rigid body interactions are fundamental to numerous scientific disciplines, but remain challenging to simulate due to their abrupt nonlinear nature and sensitivity to complex, often unknown environmental factors. These c…

Learning Rigidity-based Flocking Control with Gaussian Processes

2021-12-14 · Manuela Gamonal, Thomas Beckers, George J. Pappas, Leonardo J. Colombo

Flocking control of multi-agents system is challenging for agents with partially unknown dynamics. This paper proposes an online learning-based controller to stabilize flocking motion of double-integrator agents with add…

Gaussian Processes

Decaf: Monocular Deformation Capture for Face and Hand Interactions

2023-09-28 · Soshi Shimada, Vladislav Golyanik, Patrick Pérez, Christian Theobalt

Existing methods for 3D tracking from monocular RGB videos predominantly consider articulated and rigid objects. Modelling dense non-rigid object deformations in this setting remained largely unaddressed so far, although…