English

Efficient Algorithms for Learning Depth-2 Neural Networks with General ReLU Activations

Machine Learning 2021-08-03 v2 Data Structures and Algorithms Machine Learning

Abstract

We present polynomial time and sample efficient algorithms for learning an unknown depth-2 feedforward neural network with general ReLU activations, under mild non-degeneracy assumptions. In particular, we consider learning an unknown network of the form f(x)=aTσ(WTx+b)f(x) = {a}^{\mathsf{T}}\sigma({W}^\mathsf{T}x+b), where xx is drawn from the Gaussian distribution, and σ(t):=max(t,0)\sigma(t) := \max(t,0) is the ReLU activation. Prior works for learning networks with ReLU activations assume that the bias bb is zero. In order to deal with the presence of the bias terms, our proposed algorithm consists of robustly decomposing multiple higher order tensors arising from the Hermite expansion of the function f(x)f(x). Using these ideas we also establish identifiability of the network parameters under minimal assumptions.

Keywords

Cite

@article{arxiv.2107.10209,
  title  = {Efficient Algorithms for Learning Depth-2 Neural Networks with General ReLU Activations},
  author = {Pranjal Awasthi and Alex Tang and Aravindan Vijayaraghavan},
  journal= {arXiv preprint arXiv:2107.10209},
  year   = {2021}
}

Comments

45 pages (including appendix). This version fixes an error in the previous version of the paper

R2 v1 2026-06-24T04:24:17.972Z