MLSTAT-MECHLGJun 13, 2018

Overfitting or perfect fitting? Risk bounds for classification and regression rules that interpolate

arXiv:1806.05161v3275 citations
Originality Incremental advance
AI Analysis

This provides foundational theory for understanding overfitting in high-dimensional ML, addressing a key problem for researchers and practitioners in machine learning.

The paper tackles the theoretical gap in explaining why interpolating classifiers generalize well despite zero training error, proving consistency and optimal rates for local interpolating schemes like geometric simplicial interpolation and weighted k-nearest neighbors in classification and regression.

Many modern machine learning models are trained to achieve zero or near-zero training error in order to obtain near-optimal (but non-zero) test error. This phenomenon of strong generalization performance for "overfitted" / interpolated classifiers appears to be ubiquitous in high-dimensional data, having been observed in deep networks, kernel machines, boosting and random forests. Their performance is consistently robust even when the data contain large amounts of label noise. Very little theory is available to explain these observations. The vast majority of theoretical analyses of generalization allows for interpolation only when there is little or no label noise. This paper takes a step toward a theoretical foundation for interpolated classifiers by analyzing local interpolating schemes, including geometric simplicial interpolation algorithm and singularly weighted $k$-nearest neighbor schemes. Consistency or near-consistency is proved for these schemes in classification and regression problems. Moreover, the nearest neighbor schemes exhibit optimal rates under some standard statistical assumptions. Finally, this paper suggests a way to explain the phenomenon of adversarial examples, which are seemingly ubiquitous in modern machine learning, and also discusses some connections to kernel machines and random forests in the interpolated regime.

Foundations

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

Your Notes