A hierarchical sparse-grid particle method for the Vlasov--Poisson system
arXiv:2607.19898
2026
Architecture
1 ideas extracted · analyzed Aug 30, 2026
What the math gives to ML
The transferable asset is a Galerkin interpretation of sparse-grid particle deposition: raw point samples are projected onto a hierarchical B-spline space rather than represented on a dense tensor grid. This yields a structured feature map whose parameter count scales like a sparse grid while retaining high-order approximation for functions with mixed derivative regularity. A practical neural-network transfer is a sparse-grid B-spline front end for low-dimensional continuous inputs, followed by an MLP, with resolution selected using the paper's explicit approximation-versus-sampling tradeoff. The method is most promising for coordinate networks, PINNs, neural operators, and models consuming irregular point clouds rather than high-dimensional language representations.
Ideas from this paper
Unverified
2026
Replace a dense tensor-product positional encoding or first MLP layer with a hierarchical sparse-grid B-spline feature map. The network evaluates only localized basis functions indexed by multi-levels with bounded total level, reducing feature count while retaining high-order approximation for functions with mixed derivative regularity. The basis can initially be fixed and later fine-tuned jointly with the downstream network.
Useful6/10
Difficulty5/10
Novelty6/10