English

Agnostic Learning of a Single Neuron with Gradient Descent

Machine Learning 2020-09-01 v3 Optimization and Control Machine Learning

Abstract

We consider the problem of learning the best-fitting single neuron as measured by the expected square loss E(x,y)D[(σ(wx)y)2]\mathbb{E}_{(x,y)\sim \mathcal{D}}[(\sigma(w^\top x)-y)^2] over some unknown joint distribution D\mathcal{D} by using gradient descent to minimize the empirical risk induced by a set of i.i.d. samples SDnS\sim \mathcal{D}^n. The activation function σ\sigma is an arbitrary Lipschitz and non-decreasing function, making the optimization problem nonconvex and nonsmooth in general, and covers typical neural network activation functions and inverse link functions in the generalized linear model setting. In the agnostic PAC learning setting, where no assumption on the relationship between the labels yy and the input xx is made, if the optimal population risk is OPT\mathsf{OPT}, we show that gradient descent achieves population risk O(OPT)+ϵO(\mathsf{OPT})+\epsilon in polynomial time and sample complexity when σ\sigma is strictly increasing. For the ReLU activation, our population risk guarantee is O(OPT1/2)+ϵO(\mathsf{OPT}^{1/2})+\epsilon. When labels take the form y=σ(vx)+ξy = \sigma(v^\top x) + \xi for zero-mean sub-Gaussian noise ξ\xi, we show that the population risk guarantees for gradient descent improve to OPT+ϵ\mathsf{OPT} + \epsilon. Our sample complexity and runtime guarantees are (almost) dimension independent, and when σ\sigma is strictly increasing, require no distributional assumptions beyond boundedness. For ReLU, we show the same results under a nondegeneracy assumption for the marginal distribution of the input.

Keywords

Cite

@article{arxiv.2005.14426,
  title  = {Agnostic Learning of a Single Neuron with Gradient Descent},
  author = {Spencer Frei and Yuan Cao and Quanquan Gu},
  journal= {arXiv preprint arXiv:2005.14426},
  year   = {2020}
}

Comments

31 pages, 3 tables. This version improves the risk bound from O(OPT^1/2) to O(OPT) for strictly increasing activation functions

R2 v1 2026-06-23T15:54:14.147Z