paper-with-me

홈 › Papers

SUPN: Shallow Universal Polynomial Networks

2025-11-26 · Zachary Morrow, Michael Penwarden, Brian Chen, Aurya Javeed, Akil Narayan, John D. Jakeman arxiv

Deep neural networks (DNNs) and Kolmogorov-Arnold networks (KANs) are popular methods for function approximation due to their flexibility and expressivity. However, they typically require a large number of trainable parameters to produce a suitable approximation. Beyond making the resulting network less transparent, overparameterization creates a large optimization space, likely producing local minima in training that have quite different generalization errors. In this case, network initialization can have an outsize impact on the model's out-of-sample accuracy. For these reasons, we propose shallow universal polynomial networks (SUPNs). These networks replace all but the last hidden layer with a single layer of polynomials with learnable coefficients, leveraging the strengths of DNNs and polynomials to achieve sufficient expressivity with far fewer parameters. We prove that SUPNs converge at the same rate as the best polynomial approximation of the same degree, and we derive explicit formulas for quasi-optimal SUPN parameters. We complement theory with an extensive suite of numerical experiments involving SUPNs, DNNs, KANs, and polynomial projection in one, two, and ten dimensions, consisting of over 13,000 trained models. On the target functions we numerically studied, for a given number of trainable parameters, the approximation error and variability are often lower for SUPNs than for DNNs and KANs by an order of magnitude. In our examples, SUPNs even outperform polynomial projection on non-smooth functions.

📄 PDF Abstract BibTeX arXiv:2511.21414

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

The universal approximation theorem for complex-valued neural networks

2020-12-06 · Felix Voigtlaender

We generalize the classical universal approximation theorem for neural networks to the case of complex-valued neural networks. Precisely, we consider feedforward networks with a complex activation function $\sigma : \mat…

The Expressive Power of Neural Networks: A View from the Width

2017-09-08 · NeurIPS 2017 12 · Zhou Lu, Hongming Pu, Feicheng Wang, Zhiqiang Hu 외

The expressive power of neural networks is important for understanding deep learning. Most existing works consider this problem from the view of the depth of a network. In this paper, we study how width affects the expre…

Adversarial Perturbations Prevail in the Y-Channel of the YCbCr Color Space

2020-02-25 · Camilo Pestana, Naveed Akhtar, Wei Liu, David Glance 외

Deep learning offers state of the art solutions for image recognition. However, deep models are vulnerable to adversarial perturbations in images that are subtle but significantly change the model's prediction. In a whit…

An Algorithm for Training Polynomial Networks

2013-04-26 · Roi Livni, Shai Shalev-Shwartz, Ohad Shamir

We consider deep neural networks, in which the output of each node is a quadratic function of its inputs. Similar to other deep architectures, these networks can compactly represent any function on a finite training set.…

Shallow neural network representation of polynomials

2022-08-17 · Aleksandr Beknazaryan

We show that $d$-variate polynomials of degree $R$ can be represented on $[0,1]^d$ as shallow neural networks of width $2(R+d)^d$. Also, by SNN representation of localized Taylor polynomials of univariate $C^\beta$-smoot…

regression