Contrastive Adaptive Propagation Graph Neural Networks for Efficient Graph Learning
Jun Hu, Shengsheng Qian, Quan Fang, Changsheng Xu

TL;DR
This paper introduces CAPGNN, a novel graph neural network framework that adaptively combines local and high-order neighbor information using personalized PageRank, attention mechanisms, and contrastive learning, leading to improved graph learning performance.
Contribution
It proposes an end-to-end adaptive propagation scheme with a coefficient-attention model and contrastive learning, enhancing efficiency and effectiveness over existing GNN methods.
Findings
CAPGNN outperforms state-of-the-art baselines on benchmark datasets.
The coefficient-attention model effectively balances local and high-order neighbor influence.
Self-supervised contrastive learning improves training with unlabeled data.
Abstract
Graph Neural Networks (GNNs) have achieved great success in processing graph data by extracting and propagating structure-aware features. Existing GNN research designs various propagation schemes to guide the aggregation of neighbor information. Recently the field has advanced from local propagation schemes that focus on local neighbors towards extended propagation schemes that can directly deal with extended neighbors consisting of both local and high-order neighbors. Despite the impressive performance, existing approaches are still insufficient to build an efficient and learnable extended propagation scheme that can adaptively adjust the influence of local and high-order neighbors. This paper proposes an efficient yet effective end-to-end framework, namely Contrastive Adaptive Propagation Graph Neural Networks (CAPGNN), to address these issues by combining Personalized PageRank and…
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 · Topic Modeling · Complex Network Analysis Techniques
