通过细粒度融合局部图结构,提升多视图聚类效果
MoEGCL: Mixture of Ego-Graphs Contrastive Representation Learning for Multi-View Clustering
- 用专家混合模型在样本级融合各视角的局部图
- 对比学习使同一簇样本表示更相似,提升聚类精度
- 适合需要高精度聚类的多源数据场景
近年来,图神经网络(GNN)的发展显著推动了多视图聚类(MVC)的进步。然而,现有方法存在图结构融合粗粒度的问题:通常为每个视图生成独立图结构,再在视图层面进行加权融合,策略较为粗糙。为此,本文提出一种新型混合自图对比表示学习框架(MoEGCL),包含两个核心模块。首先,提出混合自图融合(MoEGF)机制,构建自图并利用专家混合网络在样本层面实现细粒度融合,而非传统的视图级融合。其次,设计自图对比学习(EGCL)模块,将融合后的表示与视图特定表示对齐,增强同簇样本间的表示相似性,而非仅关注同一样本,进一步提升细粒度图表示能力。大量实验表明,MoEGCL在深度多视图聚类任务中达到当前最优性能。代码已开源:https://github.com/HackerHyper/MoEGCL。
原文摘要 · Abstract (English)
In recent years, the advancement of Graph Neural Networks (GNNs) has significantly propelled progress in Multi-View Clustering (MVC). However, existing methods face the problem of coarse-grained graph fusion. Specifically, current approaches typically generate a separate graph structure for each view and then perform weighted fusion of graph structures at the view level, which is a relatively rough strategy. To address this limitation, we present a novel Mixture of Ego-Graphs Contrastive Representation Learning (MoEGCL). It mainly consists of two modules. In particular, we propose an innovative Mixture of Ego-Graphs Fusion (MoEGF), which constructs ego graphs and utilizes a Mixture-of-Experts network to implement fine-grained fusion of ego graphs at the sample level, rather than the conventional view-level fusion. Additionally, we present the Ego Graph Contrastive Learning (EGCL) module to align the fused representation with the view-specific representation. The EGCL module enhances the representation similarity of samples from the same cluster, not merely from the same sample, further boosting fine-grained graph representation. Extensive experiments demonstrate that MoEGCL achieves state-of-the-art results in deep multi-view clustering tasks. The source code is publicly available at https://github.com/HackerHyper/MoEGCL.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。