Optimal Analysis of Subset-Selection Based Lp Low Rank Approximation

Abstract

We study the low rank approximation problem of any given matrix A over Rn× m and Cn× m in entry-wise p loss, that is, finding a rank-k matrix X such that \|A-X\|p is minimized. Unlike the traditional 2 setting, this particular variant is NP-Hard. We show that the algorithm of column subset selection, which was an algorithmic foundation of many existing algorithms, enjoys approximation ratio (k+1)1/p for 1 p 2 and (k+1)1-1/p for p 2. This improves upon the previous O(k+1) bound for p 1 chierichetti2017algorithms. We complement our analysis with lower bounds; these bounds match our upper bounds up to constant 1 when p≥ 2. At the core of our techniques is an application of Riesz-Thorin interpolation theorem from harmonic analysis, which might be of independent interest to other algorithmic designs and analysis more broadly. As a consequence of our analysis, we provide better approximation guarantees for several other algorithms with various time complexity. For example, to make the algorithm of column subset selection computationally efficient, we analyze a polynomial time bi-criteria algorithm which selects O(k m) columns. We show that this algorithm has an approximation ratio of O((k+1)1/p) for 1 p 2 and O((k+1)1-1/p) for p 2. This improves over the best-known bound with an O(k+1) approximation ratio. Our bi-criteria algorithm also implies an exact-rank method in polynomial time with a slightly larger approximation ratio.

0

Turn this paper into a full lesson

ArcXiv compiles a staged curriculum from this paper: 8-12 lessons across beginner → advanced, synthesised section guides, visuals, flashcards, a quiz, exercises, and on-demand deep dives per section. Grounded in the abstract, never invented.

Discussion (0)

Sign in to join the discussion.

Loading comments…