Core Concepts
Enforcing coordinate freedom in machine learning models through geometric convolutions significantly improves accuracy and stability in dynamical system emulation, particularly in scenarios like simulating fluid dynamics governed by Navier-Stokes equations.
Stats
The models were trained on 128 simulation trajectories with random initial conditions, resulting in 2,176 training data points.
The test data consisted of another 128 trajectories.
Two sets of parameters were used for the Navier-Stokes simulations: Mach number M = 0.1, shear viscosity η = 0.01, and bulk viscosity ζ = 0.01, and M = 1.0, η = 0.1, ζ = 0.1.
The models were evaluated on their ability to predict the velocity, density, and pressure fields at the next time point, given the fields at the previous four time points.
Quotes
"The fundamental observation inspiring this work is that when an arbitrary function is applied to the components of vectors and tensors, the geometric structure of these objects is destroyed."
"The ease of enforcing coordinate freedom without making major changes to the model architecture provides an exciting recipe for any CNN-based method applied to an appropriate class of problems."