MLLGJul 10, 2018

Scalable Sparse Subspace Clustering via Ordered Weighted $\ell_1$ Regression

arXiv:1807.03746v1
Originality Incremental advance
AI Analysis

This addresses scalability issues in subspace clustering for applications like computer vision and data mining, though it is incremental as it builds on existing sparse subspace clustering methods.

The paper tackled the computational inefficiency of sparse subspace clustering by introducing Ordered Weighted ℓ1 regression, achieving speedups of 20× to 30× on synthetic data and 4× to 8× on real data.

The main contribution of the paper is a new approach to subspace clustering that is significantly more computationally efficient and scalable than existing state-of-the-art methods. The central idea is to modify the regression technique in sparse subspace clustering (SSC) by replacing the $\ell_1$ minimization with a generalization called Ordered Weighted $\ell_1$ (OWL) minimization which performs simultaneous regression and clustering of correlated variables. Using random geometric graph theory, we prove that OWL regression selects more points within each subspace, resulting in better clustering results. This allows for accurate subspace clustering based on regression solutions for only a small subset of the total dataset, significantly reducing the computational complexity compared to SSC. In experiments, we find that our OWL approach can achieve a speedup of 20$\times$ to 30$\times$ for synthetic problems and 4$\times$ to 8$\times$ on real data problems.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes