Nonconvex Sparse Spectral Clustering by Alternating Direction Method of Multipliers and Its Convergence Analysis
Canyi Lu, Jiashi Feng, Zhouchen Lin, Shuicheng Yan

TL;DR
This paper introduces an efficient ADMM-based method for directly solving the nonconvex sparse spectral clustering problem, providing convergence guarantees and demonstrating effectiveness on real datasets.
Contribution
It proposes a novel ADMM algorithm for nonconvex sparse spectral clustering with proven convergence to stationary points, improving over convex relaxations.
Findings
ADMM converges to stationary points without restrictive assumptions.
The method is practical with increasing but bounded stepsizes.
Experimental results show improved clustering performance.
Abstract
Spectral Clustering (SC) is a widely used data clustering method which first learns a low-dimensional embedding of data by computing the eigenvectors of the normalized Laplacian matrix, and then performs k-means on to get the final clustering result. The Sparse Spectral Clustering (SSC) method extends SC with a sparse regularization on by using the block diagonal structure prior of in the ideal case. However, encouraging to be sparse leads to a heavily nonconvex problem which is challenging to solve and the work (Lu, Yan, and Lin 2016) proposes a convex relaxation in the pursuit of this aim indirectly. However, the convex relaxation generally leads to a loose approximation and the quality of the solution is not clear. This work instead considers to solve the nonconvex formulation of SSC which directly encourages to be sparse. We…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSparse and Compressive Sensing Techniques · Face and Expression Recognition · Indoor and Outdoor Localization Technologies
MethodsSpectral Clustering · Alternating Direction Method of Multipliers
