Sparse Linear Regression is Easy on Random Supports
Gautam Chandrasekaran, Raghu Meka, Konstantinos Stavropoulos

TL;DR
This paper demonstrates that sparse linear regression with randomly supported signals can be efficiently solved with polynomial sample complexity and runtime, even for worst-case design matrices with high condition numbers.
Contribution
It provides the first polynomial-time algorithm for worst-case design matrices with random support signals, extending previous results limited to well-behaved matrices.
Findings
Achieves prediction error with polynomial samples and runtime for any design matrix.
Works for design matrices with condition number up to exponential in polynomial of d.
Extends sparse regression guarantees to worst-case matrices with random support signals.
Abstract
Sparse linear regression is one of the most basic questions in machine learning and statistics. Here, we are given as input a design matrix and measurements or labels where , and is the noise in the measurements. Importantly, we have the additional constraint that the unknown signal vector is sparse: it has non-zero entries where is much smaller than the ambient dimension. Our goal is to output a prediction vector that has small prediction error: . Information-theoretically, we know what is best possible in terms of measurements: under most natural noise distributions, we can get prediction error at most with roughly samples. Computationally, this currently needs…
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 · Sparse and Compressive Sensing Techniques · Gaussian Processes and Bayesian Inference
