Optimal Sobolev Approximation by Deterministic and Random Shallow Sigmoidal Networks
arXiv:2608.19797
2026
Architecture
1 ideas extracted · analyzed Sep 1, 2026
What the math gives to ML
The paper gives an explicit Sobolev approximation law for shallow ridge-feature dictionaries: with M features, the error in H^m for an H^k target decays as M^{-(k-m)/d}, matching the Kolmogorov-width-optimal exponent. The transferable asset is that hidden parameters can be fixed in advance while only output coefficients are trained, and i.i.d. feature sampling preserves the exponent with only logarithmic oversampling. This suggests frozen random-feature or deterministic-feature front ends for smooth low-dimensional regression, scientific surrogate models, and PINNs, where derivatives of the network output are part of the loss.
Ideas from this paper
✗ Mechanism failed
2026
Replace a trainable shallow MLP hidden layer by a frozen bank of smooth sigmoid ridge functions and train only a linear output head. Choose the feature count and parameter sampling regime using the theorem's explicit dependence on input dimension d, target regularity k, evaluation norm m, and confidence delta. The construction is especially appropriate for smooth regression, scientific surrogate models, and PINNs, where derivatives of the network output are part of the loss.
Useful7/10
Difficulty3/10
Novelty5/10