English

A PTAS for $\ell_0$-Low Rank Approximation: Solving Dense CSPs over Reals

Data Structures and Algorithms 2023-11-03 v1

Abstract

We consider the Low Rank Approximation problem, where the input consists of a matrix ARnR×nCA \in \mathbb{R}^{n_R \times n_C} and an integer kk, and the goal is to find a matrix BB of rank at most kk that minimizes AB0\| A - B \|_0, which is the number of entries where AA and BB differ. For any constant kk and ε>0\varepsilon > 0, we present a polynomial time (1+ε)(1 + \varepsilon)-approximation time for this problem, which significantly improves the previous best poly(k)poly(k)-approximation. Our algorithm is obtained by viewing the problem as a Constraint Satisfaction Problem (CSP) where each row and column becomes a variable that can have a value from Rk\mathbb{R}^k. In this view, we have a constraint between each row and column, which results in a {\em dense} CSP, a well-studied topic in approximation algorithms. While most of previous algorithms focus on finite-size (or constant-size) domains and involve an exhaustive enumeration over the entire domain, we present a new framework that bypasses such an enumeration in Rk\mathbb{R}^k. We also use tools from the rich literature of Low Rank Approximation in different objectives (e.g., p\ell_p with p(0,)p \in (0, \infty)) or domains (e.g., finite fields/generalized Boolean). We believe that our techniques might be useful to study other real-valued CSPs and matrix optimization problems. On the hardness side, when kk is part of the input, we prove that Low Rank Approximation is NP-hard to approximate within a factor of Ω(logn)\Omega(\log n). This is the first superconstant NP-hardness of approximation for any p[0,]p \in [0, \infty] that does not rely on stronger conjectures (e.g., the Small Set Expansion Hypothesis).

Keywords

Cite

@article{arxiv.2311.00892,
  title  = {A PTAS for $\ell_0$-Low Rank Approximation: Solving Dense CSPs over Reals},
  author = {Vincent Cohen-Addad and Chenglin Fan and Suprovat Ghoshal and Euiwoong Lee and Arnaud de Mesmay and Alantha Newman and Tony Chang Wang},
  journal= {arXiv preprint arXiv:2311.00892},
  year   = {2023}
}

Comments

To appear in SODA 24

R2 v1 2026-06-28T13:09:08.844Z