LGCOMP-PHMay 23

Hermite-NGP: Gradient-Augmented Hash Encoding for Learning PDEs

arXiv:2605.2477460.9
AI Analysis

This work addresses the need for efficient and stable derivative computation in neural PDE solvers, a key bottleneck for scientific machine learning.

Hermite-NGP introduces a gradient-augmented multi-resolution hash encoding that enables fast and accurate analytic computation of spatial derivatives for neural PDE solvers, achieving up to 20x lower error and 2-10x faster convergence compared to prior methods.

We propose Hermite-NGP, a gradient-augmented multi-resolution hash encoding designed to enable fast and accurate computation of spatial derivatives for neural PDE solvers. Unlike existing NGP-based approaches that rely on automatic differentiation or finite differences and suffer from instability or high cost, Hermite-NGP explicitly stores function values and mixed partial derivatives at hash grid vertices, allowing fully analytic evaluation of gradients, Jacobians, and Hessians via Hermite interpolation. This design preserves the efficiency and spatial adaptivity of NGP while supporting analytic differential operators up to second order. We further introduce a multi-resolution curriculum training strategy analogous to multigrid V-cycles to enable coarse-to-fine optimization. Across a range of 2D and 3D PDE benchmarks, Hermite-NGP achieves up to approximately 20 times lower error than prior neural PDE methods, and reduces wall-clock convergence time by 2 to 10 times compared to other solvers, with per-epoch training times as low as 3.5 ms for models with up to 17M parameters.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes