Scaled Simplex Representation for Subspace Clustering

July 26, 2018 ยท Entered Twilight ยท ๐Ÿ› arXiv.org

๐ŸŒ… TWILIGHT: Old Age
Predates the code-sharing era โ€” a pioneer of its time

"Last commit was 6.0 years ago (โ‰ฅ5 year threshold)"

Evidence collected by the PWNC Scanner

Repo contents: .gitattributes, .gitignore, AffineProj.m, BNNLS.m, DANNLSR.m, DataProjection.m, Demo_COIL.m, Demo_COIL_Comparison.m, Demo_Digit_MNIST.m, Demo_Digit_MNIST_Uniform.m, Demo_Digt_USPS.m, Demo_Digt_USPS_b.m, Demo_Face_LSRsetting.m, Demo_Face_SSCsetting.m, Demo_MS_LSRsetting.m, Demo_MS_SSCsetting_RSRLSR.m, Demo_ORL.m, Demo_ORL_Comparison.m, Demo_ORL_SRLSR.m, LSR.m, LSR1.m, LSR2.m, LSRd0.m, MNISThelpcode, MS_SSCsetting_Comparison.m, NLSR.m, NNLSRd0.m, PCA.m, README.md, RSRLSR.m, SALSRd0.m, SANNLSR.m, SLSR.m, SRLSR.m, SimplexProj.m, clu_ncut.m, compacc.m, errorCoef.m, errorLinSys.m, matrixNormalize.m, nlssubprob.m, projsplx.m, solver_BCLS_closedForm.m

Authors Jun Xu, Mengyang Yu, Ling Shao, Wangmeng Zuo, Deyu Meng, Lei Zhang, David Zhang arXiv ID 1807.09930 Category cs.CV: Computer Vision Citations 1 Venue arXiv.org Repository https://github.com/csjunxu/SSRSC โญ 8 Last Checked 2 months ago
Abstract
The self-expressive property of data points, i.e., each data point can be linearly represented by the other data points in the same subspace, has proven effective in leading subspace clustering methods. Most self-expressive methods usually construct a feasible affinity matrix from a coefficient matrix, obtained by solving an optimization problem. However, the negative entries in the coefficient matrix are forced to be positive when constructing the affinity matrix via exponentiation, absolute symmetrization, or squaring operations. This consequently damages the inherent correlations among the data. Besides, the affine constraint used in these methods is not flexible enough for practical applications. To overcome these problems, in this paper, we introduce a scaled simplex representation (SSR) for subspace clustering problem. Specifically, the non-negative constraint is used to make the coefficient matrix physically meaningful, and the coefficient vector is constrained to be summed up to a scalar s<1 to make it more discriminative. The proposed SSR based subspace clustering (SSRSC) model is reformulated as a linear equality-constrained problem, which is solved efficiently under the alternating direction method of multipliers framework. Experiments on benchmark datasets demonstrate that the proposed SSRSC algorithm is very efficient and outperforms state-of-the-art subspace clustering methods on accuracy. The code can be found at https://github.com/csjunxu/SSRSC.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

๐Ÿ“œ Similar Papers

In the same crypt โ€” Computer Vision