CVDec 17, 2019

Constructing the F-Graph with a Symmetric Constraint for Subspace Clustering

arXiv:1912.07871v1
Originality Synthesis-oriented
AI Analysis

This work addresses subspace clustering for applications like computer vision, but it is incremental as it builds on existing low-rank and L2-graph methods.

The authors tackled the problem of subspace clustering by proposing the FSSC algorithm, which constructs a graph with a symmetric constraint to achieve a closed-form solution, resulting in reduced running time and higher accuracy compared to state-of-the-art methods on face clustering and motion segmentation tasks.

Based on further studying the low-rank subspace clustering (LRSC) and L2-graph subspace clustering algorithms, we propose a F-graph subspace clustering algorithm with a symmetric constraint (FSSC), which constructs a new objective function with a symmetric constraint basing on F-norm, whose the most significant advantage is to obtain a closed-form solution of the coefficient matrix. Then, take the absolute value of each element of the coefficient matrix, and retain the k largest coefficients per column, set the other elements to 0, to get a new coefficient matrix. Finally, FSSC performs spectral clustering over the new coefficient matrix. The experimental results on face clustering and motion segmentation show FSSC algorithm can not only obviously reduce the running time, but also achieve higher accuracy compared with the state-of-the-art representation-based subspace clustering algorithms, which verifies that the FSSC algorithm is efficacious and feasible.

Foundations

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

Your Notes