An Improved Approximation Algorithm for the Column Subset Selection Problem
Abstract
We consider the problem of selecting the best subset of exactly k columns from an m × n matrix A. We present and analyze a novel two-stage algorithm that runs in O(\mn2,m2n\) time and returns as output an m × k matrix C consisting of exactly k columns of A. In the first (randomized) stage, the algorithm randomly selects (k k) columns according to a judiciously-chosen probability distribution that depends on information in the top-k right singular subspace of A. In the second (deterministic) stage, the algorithm applies a deterministic column-selection procedure to select and return exactly k columns from the set of columns selected in the first stage. Let C be the m × k matrix containing those k columns, let PC denote the projection matrix onto the span of those columns, and let Ak denote the best rank-k approximation to the matrix A. Then, we prove that, with probability at least 0.8, A - PCA ≤ (k 1/2 k) A-Ak. This Frobenius norm bound is only a factor of k k worse than the best previously existing existential result and is roughly O(k!) better than the best previous algorithmic result for the Frobenius norm version of this Column Subset Selection Problem (CSSP). We also prove that, with probability at least 0.8, A - PCA ≤ (k 1/2 k)A-Ak + (k3/41/4k)A-Ak. This spectral norm bound is not directly comparable to the best previously existing bounds for the spectral norm version of this CSSP. Our bound depends on A-Ak, whereas previous results depend on n-kA-Ak; if these two quantities are comparable, then our bound is asymptotically worse by a (k k)1/4 factor.