Emergent Mind

Efficient Solvers for Sparse Subspace Clustering

(1804.06291)
Published Apr 17, 2018 in cs.CV

Abstract

Sparse subspace clustering (SSC) clusters $n$ points that lie near a union of low-dimensional subspaces. The SSC model expresses each point as a linear or affine combination of the other points, using either $\ell1$ or $\ell0$ regularization. Using $\ell1$ regularization results in a convex problem but requires $O(n2)$ storage, and is typically solved by the alternating direction method of multipliers which takes $O(n3)$ flops. The $\ell0$ model is non-convex but only needs memory linear in $n$, and is solved via orthogonal matching pursuit and cannot handle the case of affine subspaces. This paper shows that a proximal gradient framework can solve SSC, covering both $\ell1$ and $\ell0$ models, and both linear and affine constraints. For both $\ell1$ and $\ell0$, algorithms to compute the proximity operator in the presence of affine constraints have not been presented in the SSC literature, so we derive an exact and efficient algorithm that solves the $\ell1$ case with just $O(n2)$ flops. In the $\ell0$ case, our algorithm retains the low-memory overhead, and is the first algorithm to solve the SSC-$\ell_0$ model with affine constraints. Experiments show our algorithms do not rely on sensitive regularization parameters, and they are less sensitive to sparsity misspecification and high noise.

We're not able to analyze this paper right now due to high demand.

Please check back later (sorry!).

Generate a summary of this paper on our Pro plan:

We ran into a problem analyzing this paper.

Newsletter

Get summaries of trending comp sci papers delivered straight to your inbox:

Unsubscribe anytime.