通过对比学习与自训练提升多视图图网络的半监督性能
Enhancing Semi-Supervised Multi-View Graph Convolutional Networks via Supervised Contrastive Learning and Self-Training
- 融合交叉熵与有监督对比损失,增强特征判别性
- 结合KNN与半监督方法构建多视图图结构,提升鲁棒性
- 统一框架实现跨视图对齐与伪标签监督,适合小样本场景
基于图卷积网络的多视图学习为整合异构视图的结构信息提供了强大框架,有效建模复杂多视图数据。然而现有方法常未能充分挖掘视图间的互补信息,导致特征表示不佳、性能受限。为此,我们提出MV-SupGCN,一种集成多个互补组件的半监督图卷积模型,具有明确动机和相互增强机制:首先,设计联合损失函数,结合交叉熵与有监督对比损失,促使模型在隐空间中最小化类内方差、最大化类间可分性;其次,针对单个图构建方法的不稳定性与不完整性,融合每视图上的KNN与半监督图构建方法,增强数据结构表示的鲁棒性并降低泛化误差;第三,提出统一框架,结合对比学习以强制多视图嵌入一致性并捕捉有意义的视图间关系,同时引入伪标签监督,应用于交叉熵与对比损失,进一步提升模型泛化能力。大量实验表明,MV-SupGCN在多个基准上持续优于当前最优方法,验证了其集成策略的有效性。源代码已公开于https://github.com/HuaiyuanXiao/MVSupGCN。
原文摘要 · Abstract (English)
The advent of graph convolutional network (GCN)-based multi-view learning provides a powerful framework for integrating structural information from heterogeneous views, enabling effective modeling of complex multi-view data. However, existing methods often fail to fully exploit the complementary information across views, leading to suboptimal feature representations and limited performance. To address this, we propose MV-SupGCN, a semi-supervised GCN model that integrates several complementary components with clear motivations and mutual reinforcement. First, to better capture discriminative features and improve model generalization, we design a joint loss function that combines Cross-Entropy loss with Supervised Contrastive loss, encouraging the model to simultaneously minimize intra-class variance and maximize inter-class separability in the latent space. Second, recognizing the instability and incompleteness of single graph construction methods, we combine both KNN-based and semi-supervised graph construction approaches on each view, thereby enhancing the robustness of the data structure representation and reducing generalization error. Third, to effectively utilize abundant unlabeled data and enhance semantic alignment across multiple views, we propose a unified framework that integrates contrastive learning in order to enforce consistency among multi-view embeddings and capture meaningful inter-view relationships, together with pseudo-labeling, which provides additional supervision applied to both the cross-entropy and contrastive loss functions to enhance model generalization. Extensive experiments demonstrate that MV-SupGCN consistently surpasses state-of-the-art methods across multiple benchmarks, validating the effectiveness of our integrated approach. The source code is available at https://github.com/HuaiyuanXiao/MVSupGCN
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。