Linear-cost Polyharmonic Spline Interpolation of Arbitrary Degree
arXiv:2608.11462
2026
Architecture
1 ideas extracted · analyzed Sep 1, 2026
What the math gives to ML
The paper provides a scalable way to apply conditionally positive-definite polyharmonic radial kernels and solve their constrained interpolation systems without forming a dense matrix. The transferable asset is a combination of an FMM matrix-vector product, polynomial null-space constraints, and a sparse Vecchia/Matérn precision preconditioner that makes projected conjugate gradients converge in roughly a constant number of iterations. This can become a million-anchor neural-field or point-cloud decoder whose geometric kernel component is exact up to FMM tolerance rather than a dense learned RBF layer. The most direct first experiment is a hybrid coordinate network in which a small MLP supplies residual detail while a PHS head handles global interpolation from many training anchors.
Ideas from this paper
✓✓ Beats tuned baseline
2026
Attach a polyharmonic spline decoder to a coordinate MLP or use it as a standalone neural-field output head over a large set of spatial anchors. The decoder represents the output as a low-degree polynomial trend plus a PHS kernel expansion, while FMM evaluates all anchor-to-query interactions in approximately linear or near-linear cost. When coefficients must be fitted or periodically recalibrated, solve the constrained interpolation system with projected conjugate gradients and a sparse…
Useful7/10
Difficulty6/10
Novelty7/10