LGMay 15, 2025

The Power of Random Features and the Limits of Distribution-Free Gradient Descent

arXiv:2505.10423v1h-index: 20ICML
Originality Highly original
AI Analysis

This work addresses the problem of understanding the theoretical limits of gradient-based optimization for researchers in machine learning theory, highlighting why distributional assumptions are often necessary in practice.

The paper shows that if a parametric model can be learned using mini-batch stochastic gradient descent without distributional assumptions, then the target function can be approximated with a polynomial-sized combination of random features, revealing fundamental limitations of distribution-free learning in neural networks.

We study the relationship between gradient-based optimization of parametric models (e.g., neural networks) and optimization of linear combinations of random features. Our main result shows that if a parametric model can be learned using mini-batch stochastic gradient descent (bSGD) without making assumptions about the data distribution, then with high probability, the target function can also be approximated using a polynomial-sized combination of random features. The size of this combination depends on the number of gradient steps and numerical precision used in the bSGD process. This finding reveals fundamental limitations of distribution-free learning in neural networks trained by gradient descent, highlighting why making assumptions about data distributions is often crucial in practice. Along the way, we also introduce a new theoretical framework called average probabilistic dimension complexity (adc), which extends the probabilistic dimension complexity developed by Kamath et al. (2020). We prove that adc has a polynomial relationship with statistical query dimension, and use this relationship to demonstrate an infinite separation between adc and standard dimension complexity.

Foundations

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

Your Notes