Fast gradient clustering

Tianyi Zhou,Dacheng Tao
2009-01-01
Abstract:The minimal sum-of-squares (MSSC) and normalized cut (N-cut) are two NP-hard problems in clustering which can be approximately solved by two representative algorithms, K-means and spectral clustering [6], respectively. However, these approximations are not tight enough. K-means solves MSSC problem indirectly with merely local optimum, and spectral clustering is a loose relaxation of N-cut. Recently, semidefinite programming (SDP) relaxation is used to achieve tighter approximation of MSSC and N-cut. But SDP relaxed clustering is limited by its expensive time cost. In this paper, we propose a fast Gradient Clustering (FGC) that has time complexity O (n2
What problem does this paper attempt to address?