LGMay 28

A Novel Tensor Product-Based Neural Network for Solving Partial Differential Equations

arXiv:2605.2968860.3
AI Analysis

For researchers solving PDEs, TPNet offers a more efficient and accurate alternative to traditional neural network solvers.

The paper introduces TPNet, a neural architecture that constructs PDE solutions as linear combinations of basis functions with coefficients determined by least-squares, bypassing gradient-based training. It achieves superior accuracy and shorter training times compared to PINNs.

This paper presents the Tensor Product Network (TPNet), a novel neural architecture for efficient and accurate function approximation and PDE solving. The core of the proposal involves constructing the solution explicitly as a linear combination of basis functions integrated into the network, with coefficients determined by a direct least-squares solve, thereby bypassing traditional gradient-based training. The key methodological contribution include: (1) an efficient tensor-product scheme that generates multi-dimensional basis functions from combinations of two sets of subnetwork outputs, significantly reducing model complexity and parameter count while maintaining expressivity; (2) a block time-marching strategy to improve computational efficiency in long-time simulations; and (3) a linear reformulation strategy for handling nonlinear PDEs by treating known nonlinear terms as sources. TPNet achieves superior accuracy and shorter training times than conventional neural network solvers. This performance gain stems from its structured design and deterministic least-squares fitting, which contrast with the iterative, often computationally intensive optimization required by mainstream methods like Physics-Informed Neural Networks (PINNs).

Foundations

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

Your Notes