LGMLJun 19, 2019

Constrained Bilinear Factorization Multi-view Subspace Clustering

arXiv:1906.08107v252 citations
Originality Incremental advance
AI Analysis

This is an incremental improvement for multi-view clustering researchers, addressing limitations in existing methods that assume uniform coefficient matrices.

The paper tackled the problem of multi-view subspace clustering by proposing a constrained bilinear factorization method to better exploit consensus information across views, achieving competitive performance validated on nine benchmark datasets.

Multi-view clustering is an important and fundamental problem. Many multi-view subspace clustering methods have been proposed, and most of them assume that all views share a same coefficient matrix. However, the underlying information of multi-view data are not fully exploited under this assumption, since the coefficient matrices of different views should have the same clustering properties rather than be uniform among multiple views. To this end, this paper proposes a novel Constrained Bilinear Factorization Multi-view Subspace Clustering (CBF-MSC) method. Specifically, the bilinear factorization with an orthonormality constraint and a low-rank constraint is imposed for all coefficient matrices to make them have the same trace-norm instead of being equivalent, so as to explore the consensus information of multi-view data more fully. Finally, an Augmented Lagrangian Multiplier (ALM) based algorithm is designed to optimize the objective function. Comprehensive experiments tested on nine benchmark datasets validate the effectiveness and competitiveness of the proposed approach compared with several state-of-the-arts.

Code Implementations1 repo
Foundations

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

Your Notes