DInf-Grid: A Neural Differential Equation Solver with Differentiable Feature Grids
Navami Kairanda, Shanthika Naik, Marc Habermann, Avinash Sharma, Christian Theobalt, Vladislav Golyanik
TL;DR
The paper addresses the challenge of solving differential equations with neural solvers by proposing a differentiable grid-based representation, the $\boldsymbol{\partial^\infty}$-Grid, which combines feature grids with infinitely differentiable Gaussian radial basis function interpolation and a multi-resolution, co-located grid design. The approach enables higher-order derivatives and stable global gradient flow, allowing PDE residuals to supervise training directly. It demonstrates competitive accuracy while delivering 5-20x speedups over coordinate-based MLP solvers on Poisson image reconstruction, Helmholtz wavefields, and Kirchhoff-Love cloth simulations. This method offers practical impact for fast, differentiable PDE solving and high-frequency field reconstruction in graphics and physics-informed learning.
Abstract
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.
