MLLGMEJul 7, 2025

Constructive Universal Approximation and Sure Convergence for Multi-Layer Neural Networks

arXiv:2507.04779v2
AI Analysis

This work addresses the challenge of balancing activation sparsity and network depth for function approximation in neural networks, offering a novel model with theoretical guarantees and practical gains, though it is incremental in building on prior universal approximation results.

The paper tackles the problem of approximating complex functions with neural networks by proposing o1Neuro, a model with sparse indicator activation neurons, which achieves constructive universal approximation for any measurable function and sure convergence to an optimal model with probability approaching one. Empirically, it demonstrates superior predictive performance on benchmark and synthetic datasets, outperforming methods like XGBoost and TabNet.

We propose o1Neuro, a new neural network model built on sparse indicator activation neurons, with two key statistical properties. (1) Constructive universal approximation: At the population level, a deep o1Neuro can approximate any measurable function of $\boldsymbol{X}$, while a shallow o1Neuro suffices for additive models with two-way interaction components, including XOR and univariate terms, assuming $\boldsymbol{X} \in [0,1]^p$ has bounded density. Combined with prior work showing that a single-hidden-layer non-sparse network is a universal approximator, this highlights a trade-off between activation sparsity and network depth in approximation capability. (2) Sure convergence: At the sample level, the optimization of o1Neuro reaches an optimal model with probability approaching one after sufficiently many update rounds, and we provide an example showing that the required number of updates is well bounded under linear data-generating models. Empirically, o1Neuro is compared with XGBoost, Random Forests, and TabNet for learning complex regression functions with interactions, demonstrating superior predictive performance on several benchmark datasets from OpenML and the UCI Machine Learning Repository with $n = 10000$, as well as on synthetic datasets with $100 \le n \le 20000$.

Foundations

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

Your Notes