DSLGSep 21, 2018

Compressed Sensing with Adversarial Sparse Noise via L1 Regression

arXiv:1809.08055v440 citations
AI Analysis

This addresses robust sparse estimation in compressed sensing for applications like signal processing, offering a simple algorithm that handles adversarial outliers, though it is incremental in combining known properties.

The paper tackles robust linear regression with sparse adversarial noise, showing that L1 regression can estimate a sparse vector with up to 23.9% corrupted measurements, requiring O(k log(n/k)) measurements, which matches the no-noise case up to constants.

We present a simple and effective algorithm for the problem of \emph{sparse robust linear regression}. In this problem, one would like to estimate a sparse vector $w^* \in \mathbb{R}^n$ from linear measurements corrupted by sparse noise that can arbitrarily change an adversarially chosen $η$ fraction of measured responses $y$, as well as introduce bounded norm noise to the responses. For Gaussian measurements, we show that a simple algorithm based on L1 regression can successfully estimate $w^*$ for any $η< η_0 \approx 0.239$, and that this threshold is tight for the algorithm. The number of measurements required by the algorithm is $O(k \log \frac{n}{k})$ for $k$-sparse estimation, which is within constant factors of the number needed without any sparse noise. Of the three properties we show---the ability to estimate sparse, as well as dense, $w^*$; the tolerance of a large constant fraction of outliers; and tolerance of adversarial rather than distributional (e.g., Gaussian) dense noise---to the best of our knowledge, no previous result achieved more than two.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes