Exact Risk Ratios for Weighted Data Selection in Linear Regression

arXiv:2608.28007 2026 Training 1 ideas extracted · analyzed Sep 1, 2026

What the math gives to ML

The paper derives an explicit minimax excess-risk penalty for selecting only d+k weighted examples in d-dimensional least squares, with k between 1 and d-1. Its transferable contribution is a budget-sensitive geometric principle: whitened loss gradients can be decomposed into approximately orthogonal blocks, and balanced block ranks determine the unavoidable error from an undersized coreset. A practical neural-network adaptation is a gradient coreset for a linear probe, final classifier, or local linearized model, using whitening, block allocation, and nonnegative weights. The theorem is exact only for linear regression and orthogonal circuit-block configurations, so neural-network experiments should treat the Gamma quantity as a selection score and a falsifiable risk predictor rather than a universal guarantee.

Ideas from this paper

Unverified 2026

Gamma-aware gradient coreset selection

Construct a weighted training subset of size d+k for a linear prediction head by whitening per-example gradients, identifying approximately orthogonal gradient blocks, and allocating selected examples according to the paper's balanced-partition risk law. Train the head, or a local linearized model, using this subset and its nonnegative weights. The main falsifiable claim is improved full-dataset risk at very small budgets, especially when the subset size is only slightly larger than the…

Useful6/10
Difficulty5/10
Novelty7/10
Paper: Exact Risk Ratios for Weighted Data Selection in Linear Regression arXiv:2608.28007