vix.ing · top · new · best · stats · spec

Ridge Leverage Score Sampling for ℓp Subspace Approximation

2024/07/03 by David P. Woodruff, Woodruff, David P., Taisuke Yasuda +1 · 1 citation
Decision Sciences · Engineering · #Advanced Numerical Analysis Techniques #Data Structures and Algorithms (cs.DS) #FOS: Computer and information sciences #Machine Learning (cs.LG) #Probabilistic and Robust Engineering Design #Topology Optimization in Engineering

paper · pdf · doi:10.48550/arxiv.2407.03262

openalex publication_date 2024/07/03 · openalex created_date 2024/07/06 · openalex updated_date 2026/07/28

Abstract

The ℓp subspace approximation problem is an NP-hard low rank approximation problem that generalizes the median hyperplane (p = 1), principal component analysis (p = 2), and center hyperplane problems (p = ∞). A popular approach to cope with the NP-hardness is to compute a strong coreset, which is a weighted subset of input points that simultaneously approximates the cost of every k-dimensional subspace, typically to (1+ε) relative error for a small constant ε. We obtain an algorithm for constructing a strong coreset for ℓp subspace approximation of size O(kε-4/p) for p<2 and O(kp/2ε-p) for p>2. This offers the following improvements over prior work: - We construct the first strong coresets with nearly optimal dependence on k for all p≠ 2. In prior work, [SW18] constructed coresets of modified points with a similar dependence on k, while [HV20] constructed true coresets with polynomially worse dependence on k. - We recover or improve the best known ε dependence for all p. In particular, for p > 2, the [SW18] coreset of modified points had a dependence of ε-p2/2 and the [HV20] coreset had a dependence of ε-3p. Our algorithm is based on sampling by root ridge leverage scores, which admits fast algorithms, especially for sparse or structured matrices. Our analysis avoids the use of the representative subspace theorem [SW18], which is a critical component of all prior dimension-independent coresets for ℓp subspace approximation. Our techniques also lead to the first nearly optimal online strong coresets for ℓp subspace approximation with similar bounds as the offline setting, resolving a problem of [WY23]. All prior approaches lose poly(k) factors in this setting, even when allowed to modify the original points.

Cited by

Related