LGNANAMar 31

Stochastic Dimension Implicit Functional Projections for Exact Integral Conservation in High-Dimensional PINNs

arXiv:2603.2923762.2h-index: 2
AI Analysis

This addresses a computational bottleneck for researchers and practitioners using mesh-free methods in high-dimensional PDEs, offering a scalable solution with potential broad impact in scientific computing.

The paper tackles the challenge of enforcing exact macroscopic conservation laws in high-dimensional neural PDE solvers like PINNs, proposing the Stochastic Dimension Implicit Functional Projection (SDIFP) framework that uses a global affine transformation and detached Monte Carlo quadrature to achieve scalable training with reduced memory complexity from O(M × N_L) to O(N × |I|).

Enforcing exact macroscopic conservation laws, such as mass and energy, in neural partial differential equation (PDE) solvers is computationally challenging in high dimensions. Traditional discrete projections rely on deterministic quadrature that scales poorly and restricts mesh-free formulations like PINNs. Furthermore, high-order operators incur heavy memory overhead, and generic optimization often lacks convergence guarantees for non-convex conservation manifolds. To address this, we propose the Stochastic Dimension Implicit Functional Projection (SDIFP) framework. Instead of projecting discrete vectors, SDIFP applies a global affine transformation to the continuous network output. This yields closed-form solutions for integral constraints via detached Monte Carlo (MC) quadrature, bypassing spatial grid dependencies. For scalable training, we introduce a doubly-stochastic unbiased gradient estimator (DS-UGE). By decoupling spatial sampling from differential operator subsampling, the DS-UGE reduces memory complexity from $\mathcal{O}(M \times N_{\mathcal{L}})$ to $\mathcal{O}(N \times |\mathcal{I}|)$. SDIFP mitigates sampling variance, preserves solution regularity, and maintains $\mathcal{O}(1)$ inference efficiency, providing a scalable, mesh-free approach for solving conservative high-dimensional PDEs.

Foundations

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

Your Notes