paper-with-me

Papers

Global Optimality Beyond Two Layers: Training Deep ReLU Networks via Convex Programs

2021-10-11 · Tolga Ergen, Mert Pilanci

Understanding the fundamental mechanism behind the success of deep neural networks is one of the key challenges in the modern machine learning literature. Despite numerous attempts, a solid theoretical analysis is yet to be developed. In this paper, we develop a novel unified framework to reveal a hidden regularization mechanism through the lens of convex optimization. We first show that the training of multiple three-layer ReLU sub-networks with weight decay regularization can be equivalently cast as a convex optimization problem in a higher dimensional space, where sparsity is enforced via a group $\ell_1$-norm regularization. Consequently, ReLU networks can be interpreted as high dimensional feature selection methods. More importantly, we then prove that the equivalent convex problem can be globally optimized by a standard convex optimization solver with a polynomial-time complexity with respect to the number of samples and data dimension when the width of the network is fixed. Finally, we numerically validate our theoretical results via experiments involving both synthetic and real datasets.

📄 PDF Abstract BibTeX arXiv:2110.05518

Code (0)

등록된 구현이 없습니다.

Tasks

feature selection

Methods 이 논문이 사용한 방법론

Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…
Weight Decay 설명 없음

Similar Papers 제목 키워드 기반

Understanding Deep Neural Networks with Rectified Linear Units

2016-11-04 · ICLR 2018 1 · Raman Arora, Amitabh Basu, Poorya Mianjy, Anirbit Mukherjee

In this paper we investigate the family of functions representable by deep neural networks (DNN) with rectified linear units (ReLU). We give an algorithm to train a ReLU DNN with one hidden layer to *global optimality* w…

Learning ReLU Networks on Linearly Separable Data: Algorithm, Optimality, and Generalization

2018-08-14 · Gang Wang, Georgios B. Giannakis, Jie Chen

Neural networks with REctified Linear Unit (ReLU) activation functions (a.k.a. ReLU networks) have achieved great empirical success in various domains. Nonetheless, existing results for learning ReLU networks either pose…

Binary Classification

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 th…

Non-Linear Coordination Graphs

2022-10-26 · Yipeng Kang, Tonghan Wang, Xiaoran Wu, Qianlan Yang 외

Value decomposition multi-agent reinforcement learning methods learn the global value function as a mixing of each agent's individual utility functions. Coordination graphs (CGs) represent a higher-order decomposition by…

Multi-agent Reinforcement Learning

New Complexity-Theoretic Frontiers of Tractability for Neural Network Training

2023-09-21 · NeurIPS 2023 11

In spite of the fundamental role of neural networks in contemporary machine learning research, our understanding of the computational complexity of optimally training neural networks remains limited even when dealing wit…