LGJun 4, 2024

Polynomial-Augmented Neural Networks (PANNs) with Weak Orthogonality Constraints for Enhanced Function and PDE Approximation

arXiv:2406.02336v21 citations
Originality Incremental advance
AI Analysis

This work addresses function and PDE approximation for computational science and engineering, offering a hybrid method that improves accuracy in cases with limited smoothness, but it is incremental as it builds on existing neural network and polynomial techniques.

The authors tackled the problem of approximating smooth functions and solving PDEs by introducing polynomial-augmented neural networks (PANNs), which combine deep neural networks with polynomial approximants and weak orthogonality constraints, resulting in superior approximation properties and enhanced accuracy over DNNs and polynomial-based methods for regression and PDEs.

We present polynomial-augmented neural networks (PANNs), a novel machine learning architecture that combines deep neural networks (DNNs) with a polynomial approximant. PANNs combine the strengths of DNNs (flexibility and efficiency in higher-dimensional approximation) with those of polynomial approximation (rapid convergence rates for smooth functions). To aid in both stable training and enhanced accuracy over a variety of problems, we present (1) a family of orthogonality constraints that impose mutual orthogonality between the polynomial and the DNN within a PANN; (2) a simple basis pruning approach to combat the curse of dimensionality introduced by the polynomial component; and (3) an adaptation of a polynomial preconditioning strategy to both DNNs and polynomials. We test the resulting architecture for its polynomial reproduction properties, ability to approximate both smooth functions and functions of limited smoothness, and as a method for the solution of partial differential equations (PDEs). Through these experiments, we demonstrate that PANNs offer superior approximation properties to DNNs for both regression and the numerical solution of PDEs, while also offering enhanced accuracy over both polynomial and DNN-based regression (each) when regressing functions with limited smoothness.

Foundations

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

Your Notes