MLLGSep 25, 2023

Towards a statistical theory of data selection under weak supervision

arXiv:2309.14563v228 citationsh-index: 80
Originality Incremental advance
AI Analysis

This addresses the challenge of efficient data labeling and learning for machine learning practitioners, but it is incremental as it builds on existing data selection frameworks.

The paper tackles the problem of selecting a subsample from unlabeled data using a weak surrogate model to reduce labeling costs and computational complexity, showing that data selection can outperform training on the full sample in some cases and that popular methods like unbiased reweighted subsampling are suboptimal.

Given a sample of size $N$, it is often useful to select a subsample of smaller size $n<N$ to be used for statistical estimation or learning. Such a data selection step is useful to reduce the requirements of data labeling and the computational complexity of learning. We assume to be given $N$ unlabeled samples $\{{\boldsymbol x}_i\}_{i\le N}$, and to be given access to a `surrogate model' that can predict labels $y_i$ better than random guessing. Our goal is to select a subset of the samples, to be denoted by $\{{\boldsymbol x}_i\}_{i\in G}$, of size $|G|=n<N$. We then acquire labels for this set and we use them to train a model via regularized empirical risk minimization. By using a mixture of numerical experiments on real and synthetic data, and mathematical derivations under low- and high- dimensional asymptotics, we show that: $(i)$~Data selection can be very effective, in particular beating training on the full sample in some cases; $(ii)$~Certain popular choices in data selection methods (e.g. unbiased reweighted subsampling, or influence function-based subsampling) can be substantially suboptimal.

Foundations

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

Your Notes