The Fine-Grained Hardness of Sparse Linear Regression
Aparna Gupte, Vinod Vaikuntanathan

TL;DR
This paper proves that improving upon brute-force algorithms for sparse linear regression is unlikely under popular complexity conjectures, establishing the problem's fine-grained computational hardness.
Contribution
It demonstrates that no algorithms significantly faster than brute-force exist for sparse linear regression under various complexity assumptions.
Findings
No better-than-brute-force algorithms under the weighted k-clique conjecture.
Hardness results extend to other norms assuming the exponential-time hypothesis.
Establishes the problem's fine-grained computational hardness.
Abstract
Sparse linear regression is the well-studied inference problem where one is given a design matrix and a response vector , and the goal is to find a solution which is -sparse (that is, it has at most non-zero coordinates) and minimizes the prediction error . On the one hand, the problem is known to be -hard which tells us that no polynomial-time algorithm exists unless . On the other hand, the best known algorithms for the problem do a brute-force search among possibilities. In this work, we show that there are no better-than-brute-force algorithms, assuming any one of a variety of popular conjectures including the weighted -clique conjecture from the area of fine-grained complexity, or the…
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
TopicsSparse and Compressive Sensing Techniques · Machine Learning and Algorithms · Complexity and Algorithms in Graphs
MethodsLinear Regression
