English

Fast Convex Optimization for Two-Layer ReLU Networks: Equivalent Model Classes and Cone Decompositions

Machine Learning 2025-04-10 v4

Abstract

We develop fast algorithms and robust software for convex optimization of two-layer neural networks with ReLU activation functions. Our work leverages a convex reformulation of the standard weight-decay penalized training problem as a set of group-1\ell_1-regularized data-local models, where locality is enforced by polyhedral cone constraints. In the special case of zero-regularization, we show that this problem is exactly equivalent to unconstrained optimization of a convex "gated ReLU" network with non-singular gates. For problems with non-zero regularization, we show that convex gated ReLU models obtain data-dependent approximation bounds for the ReLU training problem. To optimize the convex reformulations, we develop an accelerated proximal gradient method and a practical augmented Lagrangian solver. We show that these approaches are faster than standard training heuristics for the non-convex problem, such as SGD, and outperform commercial interior-point solvers. Experimentally, we verify our theoretical results, explore the group-1\ell_1 regularization path, and scale convex optimization for neural networks to image classification on MNIST and CIFAR-10.

Keywords

Cite

@article{arxiv.2202.01331,
  title  = {Fast Convex Optimization for Two-Layer ReLU Networks: Equivalent Model Classes and Cone Decompositions},
  author = {Aaron Mishkin and Arda Sahiner and Mert Pilanci},
  journal= {arXiv preprint arXiv:2202.01331},
  year   = {2025}
}

Comments

Fix plotting bug in Figures 4,7,8, updated Theorem 3.3 and clarify its proof

R2 v1 2026-06-24T09:16:52.331Z