LGOCMLJan 4, 2021

Provable Generalization of SGD-trained Neural Networks of Any Width in the Presence of Adversarial Label Noise

arXiv:2101.01152v322 citations
AI Analysis

This work addresses the problem of generalization for overparameterized neural networks trained with SGD in the presence of adversarial label noise, which is a significant challenge for robust machine learning.

This paper demonstrates that one-hidden-layer leaky ReLU networks of arbitrary width, trained by SGD, can achieve classification accuracy competitive with the best halfspace for distributions including log-concave isotropic and hard margin types. This means these networks can generalize even when data is linearly separable but corrupted with adversarial label noise, despite their capacity to overfit.

We consider a one-hidden-layer leaky ReLU network of arbitrary width trained by stochastic gradient descent (SGD) following an arbitrary initialization. We prove that SGD produces neural networks that have classification accuracy competitive with that of the best halfspace over the distribution for a broad class of distributions that includes log-concave isotropic and hard margin distributions. Equivalently, such networks can generalize when the data distribution is linearly separable but corrupted with adversarial label noise, despite the capacity to overfit. To the best of our knowledge, this is the first work to show that overparameterized neural networks trained by SGD can generalize when the data is corrupted with adversarial label noise.

Code Implementations1 repo
Foundations

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

Your Notes