A Neural Material Point Method for Particle-based Emulation
Omer Rochman Sharabi, Sacha Lewin, Gilles Louppe
TL;DR
NeuralMPM introduces a grid-based neural emulator for particle-based simulations inspired by the Material Point Method. By voxelizing particle states to a fixed grid, processing with a grid-to-grid neural network (e.g., U-Net) to predict multi-step grid velocities, and interpolating back to particles, it achieves differentiable, long-horizon rollouts with significantly reduced training time compared to prior approaches. Across diverse datasets, NeuralMPM matches or surpasses existing methods in long-term accuracy (EMD and MSE) while enabling efficient generalization to larger domains and enabling inverse design through differentiability. The work demonstrates practical potential for forward simulation, design optimization, and data-driven modeling in fluid-solid interactions, with clear avenues for 3D extension and probabilistic enhancements.
Abstract
Mesh-free Lagrangian methods are widely used for simulating fluids, solids, and their complex interactions due to their ability to handle large deformations and topological changes. These physics simulators, however, require substantial computational resources for accurate simulations. To address these issues, deep learning emulators promise faster and scalable simulations, yet they often remain expensive and difficult to train, limiting their practical use. Inspired by the Material Point Method (MPM), we present NeuralMPM, a neural emulation framework for particle-based simulations. NeuralMPM interpolates Lagrangian particles onto a fixed-size grid, computes updates on grid nodes using image-to-image neural networks, and interpolates back to the particles. Similarly to MPM, NeuralMPM benefits from the regular voxelized representation to simplify the computation of the state dynamics, while avoiding the drawbacks of mesh-based Eulerian methods. We demonstrate the advantages of NeuralMPM on several datasets, including fluid dynamics and fluid-solid interactions. Compared to existing methods, NeuralMPM reduces training times from days to hours, while achieving comparable or superior long-term accuracy, making it a promising approach for practical forward and inverse problems. A project page is available at https://neuralmpm.isach.be
