paper-with-me

홈 › Papers

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

2026-05-23 · Jinjin He, Zhiqi Li, Sinan Wang, Bo Zhu arxiv

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.

📄 PDF Abstract BibTeX arXiv:2605.24774

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Robust Camera Pose Refinement for Multi-Resolution Hash Encoding

2023-02-03 · Hwan Heo, Taekyung Kim, Jiyoung Lee, Jaewon Lee 외

Multi-resolution hash encoding has recently been proposed to reduce the computational cost of neural renderings, such as NeRF. This method requires accurate camera poses for the neural renderings of given scenes. However…

NeRFNeural RenderingNovel View Synthesis

Gradient Augmented Information Retrieval with Autoencoders and Semantic Hashing

2018-03-12 · Sean Billings

This paper will explore the use of autoencoders for semantic hashing in the context of Information Retrieval. This paper will summarize how to efficiently train an autoencoder in order to create meaningful and low-dimens…

Information RetrievalRetrieval

Instant Neural Graphics Primitives with a Multiresolution Hash Encoding

2022-01-16 · Thomas Müller, Alex Evans, Christoph Schied, Alexander Keller

Neural graphics primitives, parameterized by fully connected neural networks, can be costly to train and evaluate. We reduce this cost with a versatile new input encoding that permits the use of a smaller network without…

3D Reconstruction3D Shape ReconstructionNeural Radiance CachingNeural Rendering+1

Spline-PINN: Approaching PDEs without Data using Fast, Physics-Informed Hermite-Spline CNNs

2021-09-15 · Nils Wandel, Michael Weinmann, Michael Neidlin, Reinhard Klein

Partial Differential Equations (PDEs) are notoriously difficult to solve. In general, closed-form solutions are not available and numerical approximation schemes are computationally expensive. In this paper, we propose t…

HashNet: Deep Learning to Hash by Continuation

2017-02-02 · ICCV 2017 10 · Zhangjie Cao, Mingsheng Long, Jian-Min Wang, Philip S. Yu

Learning to hash has been widely applied to approximate nearest neighbor search for large-scale multimedia retrieval, due to its computation efficiency and retrieval quality. Deep learning to hash, which improves retriev…

BinarizationDeep LearningRepresentation LearningRetrieval