paper-with-me

홈 › Papers

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

2024-02-06 · Sungyoon Kim, Mert Pilanci

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.

📄 PDF Abstract BibTeX arXiv:2402.03625

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Weight Decay 설명 없음

Similar Papers 제목 키워드 기반

Expressivity of ReLU-Networks under Convex Relaxations

2023-11-07 · Maximilian Baader, Mark Niklas Müller, Yuhao Mao, Martin Vechev

Convex relaxations are a key component of training and certifying provably safe neural networks. However, despite substantial progress, a wide and poorly understood accuracy gap to standard networks remains, raising the …

Polynomial-Time Solutions for ReLU Network Training: A Complexity Classification via Max-Cut and Zonotopes

2023-11-18 · Yifei Wang, Mert Pilanci

We investigate the complexity of training a two-layer ReLU neural network with weight decay regularization. Previous research has shown that the optimal solution of this problem can be found by solving a standard cone-co…

Convex Geometry and Duality of Over-parameterized Neural Networks

2020-02-25 · Tolga Ergen, Mert Pilanci

We develop a convex analytic approach to analyze finite width two-layer ReLU networks. We first prove that an optimal solution to the regularized training problem can be characterized as extreme points of a convex set, w…

Beyond the Single Neuron Convex Barrier for Neural Network Certification

2019-12-01 · NeurIPS 2019 12 · Gagandeep Singh, Rupanshu Ganvir, Markus Püschel, Martin Vechev

We propose a new parametric framework, called k-ReLU, for computing precise and scalable convex relaxations used to certify neural networks. The key idea is to approximate the output of multiple ReLUs in a layer jointly …

On the Expressiveness of Multi-Neuron Convex Relaxations

2024-10-09 · Yuhao Mao, Yani Zhang, Martin Vechev

To provide robustness guarantees, neural network certification methods heavily rely on convex relaxations. The imprecision of these convex relaxations, however, is a major obstacle: even the most precise single-neuron re…