Contrastive Graph Representation Learning with Adversarial Cross-view Reconstruction and Information Bottleneck
Yuntao Shou, Haozhi Lan, Xiangyong Cao

TL;DR
This paper introduces a novel contrastive graph representation learning method that employs adversarial cross-view reconstruction and an information bottleneck to improve node classification, robustness, and reduce redundancy.
Contribution
The paper proposes a new GCL framework integrating adversarial reconstruction and information bottleneck, addressing redundancy and robustness issues in graph learning.
Findings
Outperforms state-of-the-art methods on real-world datasets.
Effectively reduces redundant information in contrastive views.
Enhances robustness through adversarial view reconstruction.
Abstract
Graph Neural Networks (GNNs) have received extensive research attention due to their powerful information aggregation capabilities. Despite the success of GNNs, most of them suffer from the popularity bias issue in a graph caused by a small number of popular categories. Additionally, real graph datasets always contain incorrect node labels, which hinders GNNs from learning effective node representations. Graph contrastive learning (GCL) has been shown to be effective in solving the above problems for node classification tasks. Most existing GCL methods are implemented by randomly removing edges and nodes to create multiple contrasting views, and then maximizing the mutual information (MI) between these contrasting views to improve the node feature representation. However, maximizing the mutual information between multiple contrasting views may lead the model to learn some redundant…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Brain Tumor Detection and Classification
MethodsSoftmax · Attention Is All You Need · Contrastive Learning
