English

Predicting kernel regression learning curves from only raw data statistics

Machine Learning 2026-03-12 v2 Artificial Intelligence

Abstract

We study kernel regression with common rotation-invariant kernels on real datasets including CIFAR-5m, SVHN, and ImageNet. We give a theoretical framework that predicts learning curves (test risk vs. sample size) from only two measurements: the empirical data covariance matrix and an empirical polynomial decomposition of the target function ff_*. The key new idea is an analytical approximation of a kernel's eigenvalues and eigenfunctions with respect to an anisotropic data distribution. The eigenfunctions resemble Hermite polynomials of the data, so we call this approximation the Hermite eigenstructure ansatz (HEA). We prove the HEA for Gaussian data, but we find that real image data is often "Gaussian enough" for the HEA to hold well in practice, enabling us to predict learning curves by applying prior results relating kernel eigenstructure to test risk. Extending beyond kernel regression, we empirically find that MLPs in the feature-learning regime learn Hermite polynomials in the order predicted by the HEA. Our HEA framework is a proof of concept that an end-to-end theory of learning which maps dataset structure all the way to model performance is possible for nontrivial learning algorithms on real datasets.

Keywords

Cite

@article{arxiv.2510.14878,
  title  = {Predicting kernel regression learning curves from only raw data statistics},
  author = {Dhruva Karkada and Joseph Turnbull and Yuxi Liu and James B. Simon},
  journal= {arXiv preprint arXiv:2510.14878},
  year   = {2026}
}

Comments

Appeared in ICLR 2026

R2 v1 2026-07-01T06:41:43.411Z