paper-with-me

홈 › Papers

Efficient Multi-view Clustering via Unified and Discrete Bipartite Graph Learning

2022-09-09 · Si-Guo Fang, Dong Huang, Xiao-Sha Cai, Chang-Dong Wang, Chaobo He, Yong Tang

Although previous graph-based multi-view clustering algorithms have gained significant progress, most of them are still faced with three limitations. First, they often suffer from high computational complexity, which restricts their applications in large-scale scenarios. Second, they usually perform graph learning either at the single-view level or at the view-consensus level, but often neglect the possibility of the joint learning of single-view and consensus graphs. Third, many of them rely on the k-means for discretization of the spectral embeddings, which lack the ability to directly learn the graph with discrete cluster structure. In light of this, this paper presents an efficient multi-view clustering approach via unified and discrete bipartite graph learning (UDBGL). Specifically, the anchor-based subspace learning is incorporated to learn the view-specific bipartite graphs from multiple views, upon which the bipartite graph fusion is leveraged to learn a view-consensus bipartite graph with adaptive weight learning. Further, the Laplacian rank constraint is imposed to ensure that the fused bipartite graph has discrete cluster structures (with a specific number of connected components). By simultaneously formulating the view-specific bipartite graph learning, the view-consensus bipartite graph learning, and the discrete cluster structure learning into a unified objective function, an efficient minimization algorithm is then designed to tackle this optimization problem and directly achieve a discrete clustering solution without requiring additional partitioning, which notably has linear time complexity in data size. Experiments on a variety of multi-view datasets demonstrate the robustness and efficiency of our UDBGL approach. The code is available at https://github.com/huangdonghere/UDBGL.

📄 PDF Abstract BibTeX arXiv:2209.04187

Code (1)

huangdonghere/udbgl 공식 구현

Tasks

ClusteringGraph Learning

Similar Papers 제목 키워드 기반

Highly-Efficient Incomplete Large-Scale Multi-View Clustering With Consensus Bipartite Graph

2022-01-01 · CVPR 2022 1 · Siwei Wang, Xinwang Liu, Li Liu, Wenxuan Tu 외

Multi-view clustering has received increasing attention due to its effectiveness in fusing complementary information without manual annotations. Most previous methods hold the assumption that each instance appears in…

ClusteringIncomplete multi-view clustering

Fast Multi-view Clustering via Ensembles: Towards Scalability, Superiority, and Simplicity

2022-03-22 · Dong Huang, Chang-Dong Wang, Jian-Huang Lai

Despite significant progress, there remain three limitations to the previous multi-view clustering algorithms. First, they often suffer from high computational complexity, restricting their feasibility for large-scale da…

Clusteringgraph partitioning

Anchor-based Multi-view Subspace Clustering with Hierarchical Feature Descent

2023-10-11 · Qiyuan Ou, Siwei Wang, Pei Zhang, Sihang Zhou 외

Multi-view clustering has attracted growing attention owing to its capabilities of aggregating information from various sources and its promising horizons in public affairs. Up till now, many advanced approaches have bee…

ClusteringMulti-view Subspace Clustering

One-step Bipartite Graph Cut: A Normalized Formulation and Its Application to Scalable Subspace Clustering

2023-05-12 · Si-Guo Fang, Dong Huang, Chang-Dong Wang, Jian-Huang Lai

The bipartite graph structure has shown its promising ability in facilitating the subspace clustering and spectral clustering algorithms for large-scale datasets. To avoid the post-processing via k-means during the bipar…

ClusteringGraph Learninggraph partitioning

Clustering Mixtures of Discrete Distributions: A Note on Mitra's Algorithm

2024-05-29 · Mohamed Seif, Yanxi Chen

In this note, we provide a refined analysis of Mitra's algorithm \cite{mitra2008clustering} for classifying general discrete mixture distribution models. Built upon spectral clustering \cite{mcsherry2001spectral}, this a…

Clustering