MLAILGJan 12, 2015

Scaling-up Empirical Risk Minimization: Optimization of Incomplete U-statistics

arXiv:1501.02629v449 citations
Originality Incremental advance
AI Analysis

This addresses a computational bottleneck for practitioners in fields like ranking and clustering, enabling faster learning with theoretical guarantees, though it is incremental as it builds on existing ERM frameworks.

The paper tackles the computational inefficiency of optimizing U-statistics in statistical learning by proposing to use incomplete U-statistics with O(n) terms instead of O(n^d), showing that this maintains the O_P(1/√n) learning rate of Empirical Risk Minimization without damaging performance.

In a wide range of statistical learning problems such as ranking, clustering or metric learning among others, the risk is accurately estimated by $U$-statistics of degree $d\geq 1$, i.e. functionals of the training data with low variance that take the form of averages over $k$-tuples. From a computational perspective, the calculation of such statistics is highly expensive even for a moderate sample size $n$, as it requires averaging $O(n^d)$ terms. This makes learning procedures relying on the optimization of such data functionals hardly feasible in practice. It is the major goal of this paper to show that, strikingly, such empirical risks can be replaced by drastically computationally simpler Monte-Carlo estimates based on $O(n)$ terms only, usually referred to as incomplete $U$-statistics, without damaging the $O_{\mathbb{P}}(1/\sqrt{n})$ learning rate of Empirical Risk Minimization (ERM) procedures. For this purpose, we establish uniform deviation results describing the error made when approximating a $U$-process by its incomplete version under appropriate complexity assumptions. Extensions to model selection, fast rate situations and various sampling techniques are also considered, as well as an application to stochastic gradient descent for ERM. Finally, numerical examples are displayed in order to provide strong empirical evidence that the approach we promote largely surpasses more naive subsampling techniques.

Foundations

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

Your Notes