LGJun 16, 2023

Training shallow ReLU networks on noisy data using hinge loss: when do we overfit and is it benign?

arXiv:2306.09955v29 citationsh-index: 35
Originality Incremental advance
AI Analysis

This work addresses the problem of understanding overfitting in neural networks for researchers, providing incremental theoretical insights into training behavior on noisy data.

The paper investigates benign overfitting in two-layer ReLU networks trained with gradient descent and hinge loss on noisy binary classification data, identifying conditions on data margin that lead to three outcomes: benign overfitting, overfitting with misclassification, and non-overfitting, with analysis showing distinct training phases and dynamics.

We study benign overfitting in two-layer ReLU networks trained using gradient descent and hinge loss on noisy data for binary classification. In particular, we consider linearly separable data for which a relatively small proportion of labels are corrupted or flipped. We identify conditions on the margin of the clean data that give rise to three distinct training outcomes: benign overfitting, in which zero loss is achieved and with high probability test data is classified correctly; overfitting, in which zero loss is achieved but test data is misclassified with probability lower bounded by a constant; and non-overfitting, in which clean points, but not corrupt points, achieve zero loss and again with high probability test data is classified correctly. Our analysis provides a fine-grained description of the dynamics of neurons throughout training and reveals two distinct phases: in the first phase clean points achieve close to zero loss, in the second phase clean points oscillate on the boundary of zero loss while corrupt points either converge towards zero loss or are eventually zeroed by the network. We prove these results using a combinatorial approach that involves bounding the number of clean versus corrupt updates across these phases of training.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes