English

Convex Relaxations of ReLU Neural Networks Approximate Global Optima in Polynomial Time

Machine Learning 2024-07-15 v3 Optimization and Control

Abstract

In this paper, we study the optimality gap between two-layer ReLU networks regularized with weight decay and their convex relaxations. We show that when the training data is random, the relative optimality gap between the original problem and its relaxation can be bounded by a factor of O(log n^0.5), where n is the number of training samples. A simple application leads to a tractable polynomial-time algorithm that is guaranteed to solve the original non-convex problem up to a logarithmic factor. Moreover, under mild assumptions, we show that local gradient methods converge to a point with low training loss with high probability. Our result is an exponential improvement compared to existing results and sheds new light on understanding why local gradient methods work well.

Keywords

Cite

@article{arxiv.2402.03625,
  title  = {Convex Relaxations of ReLU Neural Networks Approximate Global Optima in Polynomial Time},
  author = {Sungyoon Kim and Mert Pilanci},
  journal= {arXiv preprint arXiv:2402.03625},
  year   = {2024}
}

Comments

Version 2: Fixed proof of Thm 4.4, slight clarification on assumption 2 Version 3: Modified to ICML style and slight clarification on assumption 1