Generative-Contrastive Heterogeneous Graph Neural Network
Yu Wang, Lei Sang, Yi Zhang, Yiwen Zhang, Xindong Wu

TL;DR
This paper introduces GC-HGNN, a novel heterogeneous graph neural network that combines generative and contrastive learning to improve data augmentation, sampling, and local-global information capture, outperforming existing models.
Contribution
The paper proposes a generative-contrastive framework for HGNNs, including a masked autoencoder, advanced sampling strategies, and hierarchical contrastive learning, addressing limitations of previous contrastive methods.
Findings
Outperforms 17 baselines on node classification tasks
Achieves superior results on link prediction across 8 datasets
Enhances local and global information capture in heterogeneous graphs
Abstract
Heterogeneous Graphs (HGs) effectively model complex relationships in the real world through multi-type nodes and edges. In recent years, inspired by self-supervised learning (SSL), contrastive learning (CL)-based Heterogeneous Graphs Neural Networks (HGNNs) have shown great potential in utilizing data augmentation and contrastive discriminators for downstream tasks. However, data augmentation remains limited due to the graph data's integrity. Furthermore, the contrastive discriminators suffer from sampling bias and lack local heterogeneous information. To tackle the above limitations, we propose a novel Generative-Contrastive Heterogeneous Graph Neural Network (GC-HGNN). Specifically, we propose a heterogeneous graph generative learning method that enhances CL-based paradigm. This paradigm includes: 1) A contrastive view augmentation strategy using a masked autoencoder. 2)…
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
TopicsNeural Networks and Applications
MethodsGraph Neural Network · Contrastive Learning
