paper-with-me

홈 › Papers

Interpretable global minima of deep ReLU neural networks on sequentially separable data

2024-05-11 · Thomas Chen, Patrícia Muñoz Ewald

We explicitly construct zero loss neural network classifiers. We write the weight matrices and bias vectors in terms of cumulative parameters, which determine truncation maps acting recursively on input space. The configurations for the training data considered are (i) sufficiently small, well separated clusters corresponding to each class, and (ii) equivalence classes which are sequentially linearly separable. In the best case, for $Q$ classes of data in $\mathbb{R}^M$, global minimizers can be described with $Q(M+2)$ parameters.

📄 PDF Abstract BibTeX arXiv:2405.07098

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

When Will Gradient Methods Converge to Max-margin Classifier under ReLU Models?

2018-06-12 · ICLR 2019 5 · Tengyu Xu, Yi Zhou, Kaiyi Ji, Yingbin Liang

We study the implicit bias of gradient descent methods in solving a binary classification problem over a linearly separable dataset. The classifier is described by a nonlinear ReLU model and the objective function adopts…

Binary Classification

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

Neural Collapse under Gradient Flow on Shallow ReLU Networks for Orthogonally Separable Data

2025-10-24 · Hancheng Min, Zhihui Zhu, René Vidal arxiv

Among many mysteries behind the success of deep networks lies the exceptional discriminative power of their learned representations as manifested by the intriguing Neural Collapse (NC) phenomenon, where simple feature st…

Sharp description of local minima in the loss landscape of high-dimensional two-layer ReLU neural networks

2026-04-10 · Jie Huang, Bruno Loureiro, Stefano Sarao Mannelli arxiv

We study the population loss landscape of two-layer ReLU networks of the form $\sum_{k=1}^K \mathrm{ReLU}(w_k^\top x)$ in a realisable teacher-student setting with Gaussian covariates. We show that local minima admit an …

Generalization Performance of Empirical Risk Minimization on Over-parameterized Deep ReLU Nets

2021-11-28 · Shao-Bo Lin, Yao Wang, Ding-Xuan Zhou

In this paper, we study the generalization performance of global minima for implementing empirical risk minimization (ERM) on over-parameterized deep ReLU nets. Using a novel deepening scheme for deep ReLU nets, we rigor…