DSLGSTMLMar 7, 2024

A Sub-Quadratic Time Algorithm for Robust Sparse Mean Estimation

CMU
arXiv:2403.04726v12 citationsh-index: 12ICML
Originality Highly original
AI Analysis

This addresses the computational bottleneck in high-dimensional robust statistics for researchers and practitioners, offering a significant speedup over existing algorithms.

The paper tackles the problem of robust sparse mean estimation with adversarial outliers, achieving a subquadratic runtime algorithm that uses polynomial samples in k, log d, and 1/ε, improving over prior quadratic-time methods.

We study the algorithmic problem of sparse mean estimation in the presence of adversarial outliers. Specifically, the algorithm observes a \emph{corrupted} set of samples from $\mathcal{N}(μ,\mathbf{I}_d)$, where the unknown mean $μ\in \mathbb{R}^d$ is constrained to be $k$-sparse. A series of prior works has developed efficient algorithms for robust sparse mean estimation with sample complexity $\mathrm{poly}(k,\log d, 1/ε)$ and runtime $d^2 \mathrm{poly}(k,\log d,1/ε)$, where $ε$ is the fraction of contamination. In particular, the fastest runtime of existing algorithms is quadratic ($Ω(d^2)$), which can be prohibitive in high dimensions. This quadratic barrier in the runtime stems from the reliance of these algorithms on the sample covariance matrix, which is of size $d^2$. Our main contribution is an algorithm for robust sparse mean estimation which runs in \emph{subquadratic} time using $\mathrm{poly}(k,\log d,1/ε)$ samples. We also provide analogous results for robust sparse PCA. Our results build on algorithmic advances in detecting weak correlations, a generalized version of the light-bulb problem by Valiant.

Foundations

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

Your Notes