paper-with-me

홈 › Papers

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

2025-05-15 · Ari Karchmer, Eran Malach

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.

📄 PDF Abstract BibTeX arXiv:2505.10423

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Additive function approximation in the brain

2019-09-05 · NeurIPS Workshop Neuro_AI 2019 12 · Kameron Decker Harris

Many biological learning systems such as the mushroom body, hippocampus, and cerebellum are built from sparsely connected networks of neurons. For a new understanding of such networks, we study the function spaces induce…

HippocampusInductive Bias

Scaling and renormalization in high-dimensional regression

2024-05-01 · Alexander Atanasov, Jacob A. Zavatone-Veth, Cengiz Pehlevan

This paper presents a succinct derivation of the training and generalization performance of a variety of high-dimensional ridge regression models using the basic tools of random matrix theory and free probability. We pro…

regression

ANOCA: AC Network-aware Optimal Curtailment Approach for Dynamic Hosting Capacity

2024-03-26 · Emmanuel O. Badmus, Amritanshu Pandey

With exponential growth in distributed energy resources (DERs) coupled with at-capacity distribution grid infrastructure, prosumers cannot always export all extra power to the grid without violating technical limits. Con…

Understanding Kernel Ridge Regression: Common behaviors from simple functions to density functionals

2015-01-16 · Kevin Vu, John Snyder, Li Li, Matthias Rupp 외

Accurate approximations to density functionals have recently been obtained via machine learning (ML). By applying ML to a simple function of one variable without any random sampling, we extract the qualitative dependence…

BIG-bench Machine Learningregression

High-dimensional ridge regression with random features for non-identically distributed data with a variance profile

2025-04-03 · Issa-Mbenard Dabo, Jérémie Bigot

The behavior of the random feature model in the high-dimensional regression framework has become a popular issue of interest in the machine learning literature}. This model is generally considered for feature vectors $x_…