Leave-One-Out Prediction for General Hypothesis Classes
Jian Qian, Jiachen Xu

TL;DR
This paper introduces MLSA, a new aggregation method for leave-one-out prediction that provides data-dependent generalization guarantees across various hypothesis classes, with complexity bounds depending on VC dimension and other factors.
Contribution
The paper develops MLSA, a general aggregation procedure with theoretical guarantees for LOO error in diverse hypothesis classes, extending understanding beyond specialized models.
Findings
LOO error bounds are established for various hypothesis classes.
Complexity scales as O(d log n) for VC classes and logistic regression.
Results hold under mild monotonicity and local growth conditions.
Abstract
Leave-one-out (LOO) prediction provides a principled, data-dependent measure of generalization, yet guarantees in fully transductive settings remain poorly understood beyond specialized models. We introduce Median of Level-Set Aggregation (MLSA), a general aggregation procedure based on empirical-risk level sets around the ERM. For arbitrary fixed datasets and losses satisfying a mild monotonicity condition, we establish a multiplicative oracle inequality for the LOO error of the form \[ LOO_S(\hat{h}) \;\le\; C \cdot \frac{1}{n} \min_{h\in H} L_S(h) \;+\; \frac{Comp(S,H,\ell)}{n}, \qquad C>1. \] The analysis is based on a local level-set growth condition controlling how the set of near-optimal empirical-risk minimizers expands as the tolerance increases. We verify this condition in several canonical settings. For classification with VC classes under the 0-1 loss, the resulting…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsStochastic Gradient Optimization Techniques · Imbalanced Data Classification Techniques · Machine Learning and Algorithms
