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
DInf-Grid introduces a differentiable, grid-based neural representation using radial basis functions for efficient and accurate differential equation solving, significantly outperforming traditional coordinate-based neural methods in speed while maintaining accuracy.
Contribution
The paper proposes DInf-Grid, a novel neural differential equation solver combining feature grids with RBF interpolation, enabling faster training and higher-order derivative computation.
Findings
Achieves 5-20x speed-up over MLP-based methods.
Successfully solves Poisson, Helmholtz, and Kirchhoff-Love equations.
Maintains accuracy and compactness in solutions.
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsModel Reduction and Neural Networks · Generative Adversarial Networks and Image Synthesis · Machine Learning in Materials Science
