Self-supervised Heterogeneous Graph Neural Network with Co-contrastive Learning
Xiao Wang, Nian Liu, Hui Han, Chuan Shi

TL;DR
This paper introduces HeCo, a self-supervised heterogenous graph neural network leveraging co-contrastive learning with cross-view mechanisms to improve node embedding quality without labels.
Contribution
The paper proposes a novel co-contrastive learning framework for HGNNs that utilizes cross-view contrast and view masking to enhance self-supervised learning.
Findings
HeCo outperforms state-of-the-art methods on real-world networks.
The cross-view contrastive mechanism effectively captures local and high-order structures.
Extensions generating harder negatives further improve performance.
Abstract
Heterogeneous graph neural networks (HGNNs) as an emerging technique have shown superior capacity of dealing with heterogeneous information network (HIN). However, most HGNNs follow a semi-supervised learning manner, which notably limits their wide use in reality since labels are usually scarce in real applications. Recently, contrastive learning, a self-supervised method, becomes one of the most exciting learning paradigms and shows great potential when there are no labels. In this paper, we study the problem of self-supervised HGNNs and propose a novel co-contrastive learning mechanism for HGNNs, named HeCo. Different from traditional contrastive learning which only focuses on contrasting positive and negative samples, HeCo employs cross-viewcontrastive mechanism. Specifically, two views of a HIN (network schema and meta-path views) are proposed to learn node embeddings, so as to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Text and Document Classification Technologies · Domain Adaptation and Few-Shot Learning
MethodsContrastive Learning
