LGMLMar 11, 2024

Benign overfitting in leaky ReLU networks with moderate input dimension

arXiv:2403.06903v35 citationsh-index: 4NIPS
Originality Incremental advance
AI Analysis

This addresses the theoretical understanding of overfitting in neural networks for machine learning researchers, providing a more relaxed dimensionality condition than previous studies.

The paper tackles the problem of benign overfitting in two-layer leaky ReLU networks trained with hinge loss on binary classification, showing that high signal-to-noise ratio leads to benign overfitting while low SNR leads to harmful overfitting, with conditions requiring input dimension d = Ω(n) compared to prior work's d = Ω(n² log n).

The problem of benign overfitting asks whether it is possible for a model to perfectly fit noisy training data and still generalize well. We study benign overfitting in two-layer leaky ReLU networks trained with the hinge loss on a binary classification task. We consider input data that can be decomposed into the sum of a common signal and a random noise component, that lie on subspaces orthogonal to one another. We characterize conditions on the signal to noise ratio (SNR) of the model parameters giving rise to benign versus non-benign (or harmful) overfitting: in particular, if the SNR is high then benign overfitting occurs, conversely if the SNR is low then harmful overfitting occurs. We attribute both benign and non-benign overfitting to an approximate margin maximization property and show that leaky ReLU networks trained on hinge loss with gradient descent (GD) satisfy this property. In contrast to prior work we do not require the training data to be nearly orthogonal. Notably, for input dimension $d$ and training sample size $n$, while results in prior work require $d = Ω(n^2 \log n)$, here we require only $d = Ω\left(n\right)$.

Foundations

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

Your Notes