LGMLFeb 25, 2021

Rip van Winkle's Razor: A Simple Estimate of Overfit to Test Data

arXiv:2102.13189v111 citations
Originality Incremental advance
AI Analysis

This addresses the issue of inflated performance claims in ML research by offering a practical tool to estimate overfit, though it is incremental as it builds on existing adaptive data analysis frameworks.

The paper tackles the problem of overfitting to test data in machine learning due to adaptive data analysis, and presents a new estimate called Rip van Winkle's Razor that provides non-vacuous bounds on the deviation between test error and true population error in many modern settings.

Traditional statistics forbids use of test data (a.k.a. holdout data) during training. Dwork et al. 2015 pointed out that current practices in machine learning, whereby researchers build upon each other's models, copying hyperparameters and even computer code -- amounts to implicitly training on the test set. Thus error rate on test data may not reflect the true population error. This observation initiated {\em adaptive data analysis}, which provides evaluation mechanisms with guaranteed upper bounds on this difference. With statistical query (i.e. test accuracy) feedbacks, the best upper bound is fairly pessimistic: the deviation can hit a practically vacuous value if the number of models tested is quadratic in the size of the test set. In this work, we present a simple new estimate, {\em Rip van Winkle's Razor}. It relies upon a new notion of \textquotedblleft information content\textquotedblright\ of a model: the amount of information that would have to be provided to an expert referee who is intimately familiar with the field and relevant science/math, and who has been just been woken up after falling asleep at the moment of the creation of the test data (like \textquotedblleft Rip van Winkle\textquotedblright\ of the famous fairy tale). This notion of information content is used to provide an estimate of the above deviation which is shown to be non-vacuous in many modern settings.

Foundations

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

Your Notes