Müntz-Szász Networks: Neural Architectures with Learnable Power-Law Bases
Gnankan Landry Regis N'guessan
TL;DR
This work introduces Müntz-Szász Networks (MSN), a neural architecture that replaces fixed smooth activations with learnable power-law bases to efficiently represent singular and fractional-power functions such as $|x|^α$. Grounded in the Müntz-Szász theorem, MSN learns exponents $μ_k$ and $λ_k$ alongside coefficients to achieve universal approximation with favorable rates, notably yielding $\mathcal{O}(δ^2)$ error when the learned exponent is within $δ$ of the target power and outperforming standard MLPs by large margins on singular targets. The framework includes a bounded exponent parameterization, a Müntz divergence regularizer, and stabilization tricks for training, yielding 3–6× improvements on PINN benchmarks and 5–8× reductions in supervised regression error with 5–10× fewer parameters for singular function classes. Importantly, the learned exponents provide interpretable insights into the underlying solution structure, enabling physics-informed modeling that aligns with known singularity characters. This theory-guided architectural design demonstrates a practical path to dramatically improve performance on scientifically-m motivated function classes and opens avenues for extensions to higher dimensions and fractional PDEs.
Abstract
Standard neural network architectures employ fixed activation functions (ReLU, tanh, sigmoid) that are poorly suited for approximating functions with singular or fractional power behavior, a structure that arises ubiquitously in physics, including boundary layers, fracture mechanics, and corner singularities. We introduce Müntz-Szász Networks (MSN), a novel architecture that replaces fixed smooth activations with learnable fractional power bases grounded in classical approximation theory. Each MSN edge computes $φ(x) = \sum_k a_k |x|^{μ_k} + \sum_k b_k \mathrm{sign}(x)|x|^{λ_k}$, where the exponents $\{μ_k, λ_k\}$ are learned alongside the coefficients. We prove that MSN inherits universal approximation from the Müntz-Szász theorem and establish novel approximation rates: for functions of the form $|x|^α$, MSN achieves error $\mathcal{O}(|μ- α|^2)$ with a single learned exponent, whereas standard MLPs require $\mathcal{O}(ε^{-1/α})$ neurons for comparable accuracy. On supervised regression with singular target functions, MSN achieves 5-8x lower error than MLPs with 10x fewer parameters. Physics-informed neural networks (PINNs) represent a particularly demanding application for singular function approximation; on PINN benchmarks including a singular ODE and stiff boundary-layer problems, MSN achieves 3-6x improvement while learning interpretable exponents that match the known solution structure. Our results demonstrate that theory-guided architectural design can yield dramatic improvements for scientifically-motivated function classes.
