LGCOMP-PHMLFeb 21, 2020

Learning to Simulate Complex Physics with Graph Networks

arXiv:2002.09405v21488 citations
Originality Incremental advance
AI Analysis

This advances state-of-the-art in learned physical simulation for applications in forward and inverse problems, though it appears incremental as it builds on graph network methods.

The paper tackles the problem of simulating complex physical systems like fluids and solids by introducing a Graph Network-based Simulators (GNS) framework, which learns to predict dynamics via graph message-passing and generalizes to different conditions and larger scales, achieving robust performance with thousands of particles and timesteps.

Here we present a machine learning framework and model implementation that can learn to simulate a wide variety of challenging physical domains, involving fluids, rigid solids, and deformable materials interacting with one another. Our framework---which we term "Graph Network-based Simulators" (GNS)---represents the state of a physical system with particles, expressed as nodes in a graph, and computes dynamics via learned message-passing. Our results show that our model can generalize from single-timestep predictions with thousands of particles during training, to different initial conditions, thousands of timesteps, and at least an order of magnitude more particles at test time. Our model was robust to hyperparameter choices across various evaluation metrics: the main determinants of long-term performance were the number of message-passing steps, and mitigating the accumulation of error by corrupting the training data with noise. Our GNS framework advances the state-of-the-art in learned physical simulation, and holds promise for solving a wide range of complex forward and inverse problems.

Code Implementations13 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes