English

Simple and Effective Regularization Methods for Training on Noisily Labeled Data with Generalization Guarantee

Machine Learning 2020-10-06 v4 Neural and Evolutionary Computing Machine Learning

Abstract

Over-parameterized deep neural networks trained by simple first-order methods are known to be able to fit any labeling of data. Such over-fitting ability hinders generalization when mislabeled training examples are present. On the other hand, simple regularization methods like early-stopping can often achieve highly nontrivial performance on clean test data in these scenarios, a phenomenon not theoretically understood. This paper proposes and analyzes two simple and intuitive regularization methods: (i) regularization by the distance between the network parameters to initialization, and (ii) adding a trainable auxiliary variable to the network output for each training example. Theoretically, we prove that gradient descent training with either of these two methods leads to a generalization guarantee on the clean data distribution despite being trained using noisy labels. Our generalization analysis relies on the connection between wide neural network and neural tangent kernel (NTK). The generalization bound is independent of the network size, and is comparable to the bound one can get when there is no label noise. Experimental results verify the effectiveness of these methods on noisily labeled datasets.

Keywords

Cite

@article{arxiv.1905.11368,
  title  = {Simple and Effective Regularization Methods for Training on Noisily Labeled Data with Generalization Guarantee},
  author = {Wei Hu and Zhiyuan Li and Dingli Yu},
  journal= {arXiv preprint arXiv:1905.11368},
  year   = {2020}
}

Comments

International Conference on Learning Representations (ICLR) 2020

R2 v1 2026-06-23T09:27:13.299Z