DInf-Grid: A Neural Differential Equation Solver with Differentiable Feature Grids
By: Navami Kairanda , Shanthika Naik , Marc Habermann and more
We present a novel differentiable grid-based representation for efficiently solving differential equations (DEs). Widely used architectures for neural solvers, such as sinusoidal neural networks, are coordinate-based MLPs that are both computationally intensive and slow to train. Although grid-based alternatives for implicit representations (e.g., Instant-NGP and K-Planes) train faster by exploiting signal structure, their reliance on linear interpolation restricts their ability to compute higher-order derivatives, rendering them unsuitable for solving DEs. Our approach overcomes these limitations by combining the efficiency of feature grids with radial basis function interpolation, which is infinitely differentiable. To effectively capture high-frequency solutions and enable stable and faster computation of global gradients, we introduce a multi-resolution decomposition with co-located grids. Our proposed representation, DInf-Grid, is trained implicitly using the differential equations as loss functions, enabling accurate modelling of physical fields. We validate DInf-Grid on a variety of tasks, including the Poisson equation for image reconstruction, the Helmholtz equation for wave fields, and the Kirchhoff-Love boundary value problem for cloth simulation. Our results demonstrate a 5-20x speed-up over coordinate-based MLP-based methods, solving differential equations in seconds or minutes while maintaining comparable accuracy and compactness.
Similar Papers
Numerical PDE solvers outperform neural PDE solvers
Numerical Analysis
Teaches computers to solve tricky science puzzles.
Self-Supervised Coarsening of Unstructured Grid with Automatic Differentiation
Machine Learning (CS)
Makes computer simulations run 10x faster.
DGNN: A Neural PDE Solver Induced by Discontinuous Galerkin Methods
Machine Learning (CS)
Teaches computers to solve hard math problems faster.