English

Early Stopping without a Validation Set

Machine Learning 2017-06-07 v3 Machine Learning

Abstract

Early stopping is a widely used technique to prevent poor generalization performance when training an over-expressive model by means of gradient-based optimization. To find a good point to halt the optimizer, a common practice is to split the dataset into a training and a smaller validation set to obtain an ongoing estimate of the generalization performance. We propose a novel early stopping criterion based on fast-to-compute local statistics of the computed gradients and entirely removes the need for a held-out validation set. Our experiments show that this is a viable approach in the setting of least-squares and logistic regression, as well as neural networks.

Keywords

Cite

@article{arxiv.1703.09580,
  title  = {Early Stopping without a Validation Set},
  author = {Maren Mahsereci and Lukas Balles and Christoph Lassner and Philipp Hennig},
  journal= {arXiv preprint arXiv:1703.09580},
  year   = {2017}
}

Comments

16 pages, 10 figures

R2 v1 2026-06-22T18:59:23.843Z