Active Regression via Linear-Sample Sparsification
Xue Chen, Eric Price

TL;DR
This paper introduces a new active regression method that significantly reduces the number of labels needed for accurate curve fitting, outperforming previous sampling techniques and extending to polynomial and Fourier transforms.
Contribution
The paper presents a novel linear-sample sparsification approach that improves sample complexity for active learning in regression and Fourier transforms, with theoretical guarantees.
Findings
Requires only O(d) labels for linear regression approximation.
Outperforms previous O(d log d) leverage score sampling methods.
Extends techniques to polynomial regression and sparse Fourier transforms.
Abstract
We present an approach that improves the sample complexity for a variety of curve fitting problems, including active learning for linear regression, polynomial regression, and continuous sparse Fourier transforms. In the active linear regression problem, one would like to estimate the least squares solution minimizing given the entire unlabeled dataset but only observing a small number of labels . We show that labels suffice to find a constant factor approximation : \[ \mathbb{E}[\|X\tilde{\beta} - y\|_2^2] \leq 2 \mathbb{E}[\|X \beta^* - y\|_2^2]. \] This improves on the best previous result of from leverage score sampling. We also present results for the \emph{inductive} setting, showing when will generalize to fresh samples; these apply to continuous settings…
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
Active Regression via Linear-Sample Sparsification· youtube
Taxonomy
TopicsMachine Learning and Algorithms · Numerical Methods and Algorithms · Sparse and Compressive Sensing Techniques
