Hardness and Algorithms for Robust and Sparse Optimization
Eric Price, Sandeep Silwal, Samson Zhou

TL;DR
This paper investigates the computational complexity of sparse and robust linear regression, establishing hardness results and providing algorithms that nearly match these bounds, with techniques applicable to related problems like sparse PCA.
Contribution
It introduces new hardness results for robust and sparse regression and presents algorithms that achieve near-optimal runtime based on reductions and approximate nearest neighbor methods.
Findings
NP-hardness of robust regression approximation
Fine-grained hardness based on the minimum-weight k-clique conjecture
Algorithms with runtime close to theoretical lower bounds
Abstract
We explore algorithms and limitations for sparse optimization problems such as sparse linear regression and robust linear regression. The goal of the sparse linear regression problem is to identify a small number of key features, while the goal of the robust linear regression problem is to identify a small number of erroneous measurements. Specifically, the sparse linear regression problem seeks a -sparse vector to minimize , given an input matrix and a target vector , while the robust linear regression problem seeks a set that ignores at most rows and a vector to minimize . We first show bicriteria, NP-hardness of approximation for robust regression building on the work of [OWZ15] which implies a similar result for sparse regression. We further show fine-grained hardness of…
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
MethodsPrincipal Components Analysis · Linear Regression
