Hardness and Algorithms for Robust and Sparse Optimization

06/29/2022
by   Eric Price, et al.
0

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 k-sparse vector x∈ℝ^d to minimize Ax-b_2, given an input matrix A∈ℝ^n× d and a target vector b∈ℝ^n, while the robust linear regression problem seeks a set S that ignores at most k rows and a vector x to minimize (Ax-b)_S_2. 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 robust regression through a reduction from the minimum-weight k-clique conjecture. On the positive side, we give an algorithm for robust regression that achieves arbitrarily accurate additive error and uses runtime that closely matches the lower bound from the fine-grained hardness result, as well as an algorithm for sparse regression with similar runtime. Both our upper and lower bounds rely on a general reduction from robust linear regression to sparse regression that we introduce. Our algorithms, inspired by the 3SUM problem, use approximate nearest neighbor data structures and may be of independent interest for solving sparse optimization problems. For instance, we demonstrate that our techniques can also be used for the well-studied sparse PCA problem.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
06/06/2021

The Fine-Grained Hardness of Sparse Linear Regression

Sparse linear regression is the well-studied inference problem where one...
research
06/17/2021

Statistical Query Lower Bounds for List-Decodable Linear Regression

We study the problem of list-decodable linear regression, where an adver...
research
06/16/2022

On the well-spread property and its relation to linear regression

We consider the robust linear regression model y = Xβ^* + η, where an ad...
research
09/11/2023

On the Fine-Grained Hardness of Inverting Generative Models

The objective of generative model inversion is to identify a size-n late...
research
11/06/2019

The gradient complexity of linear regression

We investigate the computational complexity of several basic linear alge...
research
06/26/2018

Conditional Sparse ℓ_p-norm Regression With Optimal Probability

We consider the following conditional linear regression problem: the tas...
research
05/28/2020

Robust estimation via generalized quasi-gradients

We explore why many recently proposed robust estimation problems are eff...

Please sign up or login with your details

Forgot password? Click here to reset