Scaling laws for learning with real and surrogate data
Ayush Jain, Andrea Montanari, Eren Sasoglu
TL;DR
The paper addresses the challenge of improving learning when target data are scarce by incorporating surrogate data through a weighted ERM framework with an adjustable surrogate weight $oldsymboleta$ and regularizer $oldsymbol heta$. It develops a unifying scaling-law paradigm that predicts how test error scales with original and surrogate sample sizes $(n,m)$ and weight $oldsymboleta$ across multiple theoretical models (Gaussian sequence, Sobolev regression, low-dimension, and high-dimension ridge) and validates these predictions with diverse empirical tasks (NLP sentiment analysis, image classification, and genomic survival analysis). A key theoretical insight is that surrogate data act as a regulated shrinkage term, analogous to Stein's paradox, and that optimal weighting consistently yields improvements even when surrogate data are not closely aligned with the target distribution. The practical impact is a principled method to decide how many surrogate samples to collect and how to weight them during training, enabling cost-effective data augmentation and improved generalization on the original distribution.
Abstract
Collecting large quantities of high-quality data can be prohibitively expensive or impractical, and a bottleneck in machine learning. One may instead augment a small set of $n$ data points from the target distribution with data from more accessible sources, e.g. data collected under different circumstances or synthesized by generative models. We refer to such data as `surrogate data'. We study a weighted empirical risk minimization (ERM) approach for integrating surrogate data into training. We analyze mathematically this method under several classical statistical models, and validate our findings empirically on datasets from different domains. Our main findings are: $(i)$ Integrating surrogate data can significantly reduce the test error on the original distribution. Surprisingly, this can happen even when the surrogate data is unrelated to the original ones. We trace back this behavior to the classical Stein's paradox. $(ii)$ In order to reap the benefit of surrogate data, it is crucial to use optimally weighted ERM. $(iii)$ The test error of models trained on mixtures of real and surrogate data is approximately described by a scaling law. This scaling law can be used to predict the optimal weighting scheme, and to choose the amount of surrogate data to add.
